Searched refs:GetFourcc (Results 1 – 4 of 4) sorted by relevance
123 out_frame->GetFourcc(), in_frame.GetWidth(), in_frame.GetHeight()); in ConvertFormat()130 if (in_frame.GetFourcc() == V4L2_PIX_FMT_YUYV) { in ConvertFormat()131 switch (out_frame->GetFourcc()) { in ConvertFormat()152 << FormatToString(out_frame->GetFourcc()) in ConvertFormat()156 } else if (in_frame.GetFourcc() == V4L2_PIX_FMT_YUV420) { in ConvertFormat()160 switch (out_frame->GetFourcc()) { in ConvertFormat()224 << FormatToString(out_frame->GetFourcc()) in ConvertFormat()228 } else if (in_frame.GetFourcc() == V4L2_PIX_FMT_MJPEG) { in ConvertFormat()229 switch (out_frame->GetFourcc()) { in ConvertFormat()251 << FormatToString(out_frame->GetFourcc()) in ConvertFormat()[all …]
49 return source_frame_->GetFourcc(); in GetSourceFourCC()55 return yu12_frame_->GetFourcc(); in GetCachedFourCC()69 if (video_hack && out_frame->GetFourcc() == V4L2_PIX_FMT_YVU420) { in Convert()77 yu12_frame_->GetFourcc(), out_frame->GetWidth(), in Convert()108 LOGF(ERROR) << "Convert from " << FormatToString(source_frame_->GetFourcc()) in ConvertToYU12()
38 uint32_t GetFourcc() const { return fourcc_; } in GetFourcc() function
706 if (request_context->camera_buffer->GetFourcc() == fourcc && in DequeueRequest()