HomeSort by relevance Sort by last modified time
    Searched refs:prev_format (Results 1 - 14 of 14) sorted by null

  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraStream.cpp 134 fmt.def.fmt = CAMERA_YUV_420_NV12; //dim.prev_format;
138 dim.prev_format);
QCameraHWI.cpp 944 if(value != NOT_FOUND && value != dim->prev_format ) {
946 dim->prev_format = value;
949 dim->prev_format = CAMERA_YUV_420_NV21;
951 mPreviewFormat = dim->prev_format;
    [all...]
QCameraHWI_Preview.cpp 92 LOGE("%s: display format %d is not supported", __func__, dim.prev_format);
318 LOGE("%s: display format %d is not supported", __func__, dim.prev_format);
    [all...]
QCameraHWI_Parm.cpp 723 mDimension.prev_format = CAMERA_YUV_420_NV21;
    [all...]
  /device/lge/mako/camera/
QCameraStream.cpp 135 fmt.def.fmt = CAMERA_YUV_420_NV12; //dim.prev_format;
139 dim.prev_format);
QCameraHWI.cpp 976 if(value != NOT_FOUND && value != dim->prev_format ) {
978 dim->prev_format = value;
981 dim->prev_format = CAMERA_YUV_420_NV21;
983 mPreviewFormat = dim->prev_format;
    [all...]
QCameraHWI_Preview.cpp 93 ALOGE("%s: display format %d is not supported", __func__, dim.prev_format);
332 ALOGE("%s: display format %d is not supported", __func__, dim.prev_format);
    [all...]
QCameraHWI_Preview_7x27A.cpp 95 ALOGE("%s: display format %d is not supported", __func__, dim.prev_format);
    [all...]
QCameraHWI_Still.cpp     [all...]
QCamera_Intf.h 297 cam_format_t prev_format; member in struct:__anon1780
    [all...]
QualcommCameraHardware.cpp     [all...]
QCameraHWI_Parm.cpp 748 mDimension.prev_format = CAMERA_YUV_420_NV21;
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_app.c 128 dim->prev_format = CAMERA_YUV_420_NV21;
mm_qcamera_preview.c 117 fmt->fmt = pme->dim.prev_format;
    [all...]

Completed in 160 milliseconds