Home | History | Annotate | Download | only in OMXCameraAdapter

Lines Matching full:preview

83     ///Update the preview and image capture port indexes
88 //currently not supported use preview port instead
129 // Enable PREVIEW Port
149 CAMHAL_LOGEA("Timeout for enabling preview port expired!");
455 CAMHAL_LOGEA("Preview format is NULL, defaulting to CbYCrY");
508 //use preview resolution for now
601 sprintf(fn, "/preview%03d.yuv", counter);
646 // if preview is not started...we still need to feedback the proper params
959 ///Send FLUSH command to preview port
1198 ///Register for Preview port DISABLE event
1208 ///Disable Preview Port
1215 CAMHAL_LOGEB("Timeout PREVIEW PORT DISABLE %d", ret);
1409 ///Register for Preview port ENABLE event
1422 ///Enable Preview Port
1432 CAMHAL_LOGDA("Enabling Preview port");
1439 CAMHAL_LOGEA("Invalid State after Enabling Preview port Exitting!!!");
1445 CAMHAL_LOGDA("Preview port enabled!");
1454 CAMHAL_LOGEA("Preview enable timedout");
1615 ///Register for Preview port ENABLE event
1628 ///Enable Preview Port
1708 CAMHAL_LOGDA("Registering preview buffers");
1715 CAMHAL_LOGEA("Invalid State after Registering preview buffers Exitting!!!");
1721 CAMHAL_LOGDA("Preview buffer registration successfull");
1741 CAMHAL_LOGEA("Timeout expired on preview buffer registration");
1842 //Queue all the buffers on preview port
1845 CAMHAL_LOGDB("Queuing buffer on Preview port - 0x%x", (uint32_t)mPreviewData->mBufferHeader[index]->pBuffer);
1877 // whether the preview frame is a snapshot
1940 // deadlock will occur on the next start preview
1966 // even if we timeout waiting for the first frame...go ahead with trying to stop preview
1976 // Error, but we probably still want to continue to stop preview
2019 ///Register for Preview port Disable event
2026 ///Disable Preview Port
2068 CAMHAL_LOGDA("Disabling preview port");
2074 CAMHAL_LOGEA("Invalid State after Disabling preview port Exitting!!!");
2080 CAMHAL_LOGDA("Preview port disabled");
2089 CAMHAL_LOGEA("Timeout expired on preview port disable");
2095 ///Clear all the available preview buffers
2116 ///Clear all the available preview buffers
3152 CAMHAL_LOGEA("Frame received for non-(preview/capture/measure) port. This is yet to be supported");