Home | History | Annotate | Download | only in V4LCameraAdapter

Lines Matching full:preview

58 //define this macro to save first few raw frames when starting the preview.
241 //configure for preview size and pixel format.
283 CAMHAL_LOGDA("Ready for preview....");
499 // Update the preview buffer count
522 CAMHAL_LOGDB("Preview- buff [%d] = 0x%x ",i, mPreviewBufs.keyAt(i));
525 // Update the preview buffer count
556 // Stop preview streaming
723 // Create and start preview thread for receiving buffers from V4L Camera
726 CAMHAL_LOGDA("Created preview thread");
811 // Just return the current preview size, nothing more to do here.
952 //convert YUV422I to YUV420 NV12 format and copies directly to preview buffers (Tiler memory).
1126 /* Preview Thread */