HomeSort by relevance Sort by last modified time
    Searched defs:pix_fmt (Results 1 - 2 of 2) sorted by null

  /device/generic/goldfish/camera/
EmulatedCamera.cpp 345 const char* pix_fmt = mParameters.getPictureFormat(); local
346 if (strcmp(pix_fmt, CameraParameters::PIXEL_FORMAT_YUV420P) == 0) {
348 } else if (strcmp(pix_fmt, CameraParameters::PIXEL_FORMAT_RGBA8888) == 0) {
350 } else if (strcmp(pix_fmt, CameraParameters::PIXEL_FORMAT_YUV420SP) == 0) {
352 } else if (strcmp(pix_fmt, CameraParameters::PIXEL_FORMAT_JPEG) == 0) {
356 ALOGE("%s: Unsupported pixel format %s", __FUNCTION__, pix_fmt);
390 reinterpret_cast<const char*>(&org_fmt), pix_fmt, width, height);
573 const char* pix_fmt = NULL; local
580 pix_fmt = mParameters.get(CameraParameters::KEY_VIDEO_FRAME_FORMAT);
584 if (pix_fmt == NULL)
    [all...]
  /hardware/samsung_slsi/exynos5/include/
s5p_tvout_v4l2.h 119 struct v4l2_pix_format pix_fmt; member in struct:v4l2_vid_overlay_src
133 struct v4l2_pix_format pix_fmt; member in struct:v4l2_pix_format_s5p_tvout

Completed in 59 milliseconds