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

  /hardware/ti/omap4xxx/camera/
BaseCameraAdapter.cpp 153 else if ( CameraFrame::VIDEO_FRAME_SYNC == msgs)
194 else if ( CameraFrame::VIDEO_FRAME_SYNC == msgs)
277 else if(frameType == CameraFrame::VIDEO_FRAME_SYNC)
289 if ( mRecording && (CameraFrame::VIDEO_FRAME_SYNC == frameType) ) {
292 refCount += getFrameRefCount(frameBuf, CameraFrame::VIDEO_FRAME_SYNC);
294 refCount += getFrameRefCount(frameBuf, CameraFrame::VIDEO_FRAME_SYNC);
1178 case CameraFrame::VIDEO_FRAME_SYNC:
1180 ret = __sendFrameToSubscribers(frame, &mVideoSubscribers, CameraFrame::VIDEO_FRAME_SYNC);
1215 (frameType == CameraFrame::VIDEO_FRAME_SYNC) ||
    [all...]
AppCallbackNotifier.cpp     [all...]
  /hardware/ti/omap4xxx/camera/inc/
CameraHal.h 239 VIDEO_FRAME_SYNC = 0x10, ///Timestamp will be updated for these frames
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp 332 case CameraFrame::VIDEO_FRAME_SYNC:
    [all...]

Completed in 121 milliseconds