Home | History | Annotate | Download | only in OMXCameraAdapter

Lines Matching refs:expCapMode

382     OMX_CONFIG_CAPTUREMODETYPE expCapMode;
401 OMX_INIT_STRUCT_PTR (&expCapMode, OMX_CONFIG_CAPTUREMODETYPE);
402 expCapMode.nPortIndex = mCameraAdapterParameters.mImagePortIndex;
409 expCapMode.bFrameLimited = OMX_FALSE;
413 expCapMode.bFrameLimited = OMX_TRUE;
414 expCapMode.nFrameLimit = frameCount;
419 &expCapMode);