Lines Matching full:adapter
72 /*--------------------Camera Adapter Class STARTS here-----------------------------*/
89 //First allocate adapter internal buffers at V4L level for USB Cam
288 /*--------------------Camera Adapter Functions-----------------------------*/
320 CAMHAL_LOGEA("Error while adapter initialization: video capture not supported.");
326 CAMHAL_LOGEA("Error while adapter initialization: Capture device does not support streaming i/o");
434 ///API to give the buffers to Adapter
1233 CameraAdapter *adapter = NULL;
1238 adapter = new V4LCameraAdapter(sensor_index);
1239 if ( adapter ) {
1240 CAMHAL_LOGDB("New V4L Camera adapter instance created for sensor %d",sensor_index);
1242 CAMHAL_LOGEA("V4L Camera adapter create failed for sensor index = %d!",sensor_index);
1247 return adapter;
1300 CAMHAL_LOGEA("Error while adapter initialization: video capture not supported.");
1337 /*--------------------Camera Adapter Class ENDS here-----------------------------*/