Searched refs:GetFourcc (Results 1 – 4 of 4) sorted by relevance
125 out_frame->GetFourcc(), in_frame.GetWidth(), in_frame.GetHeight()); in ConvertFormat()132 if (in_frame.GetFourcc() == V4L2_PIX_FMT_YUYV) { in ConvertFormat()133 switch (out_frame->GetFourcc()) { in ConvertFormat()154 << FormatToString(out_frame->GetFourcc()) in ConvertFormat()158 } else if (in_frame.GetFourcc() == V4L2_PIX_FMT_YUV420) { in ConvertFormat()162 switch (out_frame->GetFourcc()) { in ConvertFormat()226 << FormatToString(out_frame->GetFourcc()) in ConvertFormat()230 } else if (in_frame.GetFourcc() == V4L2_PIX_FMT_MJPEG) { in ConvertFormat()231 switch (out_frame->GetFourcc()) { in ConvertFormat()253 << 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()
35 uint32_t GetFourcc() const { return fourcc_; } in GetFourcc() function
704 if (request_context->camera_buffer->GetFourcc() == fourcc && in DequeueRequest()