Home
last modified time | relevance | path

Searched refs:GetFourcc (Results 1 – 4 of 4) sorted by relevance

/hardware/libhardware/modules/camera/3_4/arc/
Dimage_processor.cpp125 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 …]
Dcached_frame.cpp49 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()
Dframe_buffer.h35 uint32_t GetFourcc() const { return fourcc_; } in GetFourcc() function
/hardware/libhardware/modules/camera/3_4/
Dv4l2_wrapper.cpp704 if (request_context->camera_buffer->GetFourcc() == fourcc && in DequeueRequest()