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

  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCapture.cpp 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);
    [all...]
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXCapture.cpp 573 OMX_CONFIG_CAPTUREMODETYPE expCapMode;
579 OMX_INIT_STRUCT_PTR (&expCapMode, OMX_CONFIG_CAPTUREMODETYPE);
580 expCapMode.nPortIndex = mCameraAdapterParameters.mImagePortIndex;
582 expCapMode.bFrameLimited = OMX_FALSE;
586 &expCapMode);
761 OMX_CONFIG_CAPTUREMODETYPE expCapMode;
768 OMX_INIT_STRUCT_PTR (&expCapMode, OMX_CONFIG_CAPTUREMODETYPE);
769 expCapMode.nPortIndex = mCameraAdapterParameters.mImagePortIndex;
776 expCapMode.bFrameLimited = OMX_FALSE;
780 expCapMode.bFrameLimited = OMX_TRUE
    [all...]

Completed in 465 milliseconds