Home | History | Annotate | Download | only in OMXCameraAdapter

Lines Matching refs:SetFormat

55         mPendingCaptureSettings |= SetFormat;
121 mPendingCaptureSettings |= SetFormat;
295 ret = setFormat(OMX_CAMERA_PORT_IMAGE_OUT_IMAGE, *imgCaptureData);
304 CAMHAL_LOGEB("setFormat() failed 0x%x", ret);
1093 if (mPendingCaptureSettings & SetFormat) {
1094 mPendingCaptureSettings &= ~SetFormat;
1095 ret = setFormat(OMX_CAMERA_PORT_IMAGE_OUT_IMAGE, *imgCaptureData);
1097 CAMHAL_LOGEB("setFormat() failed %d", ret);