Home
last modified time | relevance | path

Searched refs:CAMHAL_LOGV (Results 1 – 8 of 8) sorted by relevance

/hardware/ti/omap4-aah/camera/inc/
DCommon.h33 # define CAMHAL_LOGV DBGUTILS_LOGV macro
37 # define CAMHAL_LOGV(...) macro
45 # define CAMHAL_LOGV(...) macro
/hardware/ti/omap4-aah/camera/
DNV12_resize.cpp67CAMHAL_LOGV("************************f(i_img_ptr->uHeight == o_img_ptr->uHeight) are same ********… in VT_resizeFrame_Video_opt2_lp()
68 CAMHAL_LOGV("************************(i_img_ptr->width == %d" , i_img_ptr->uWidth ); in VT_resizeFrame_Video_opt2_lp()
69 CAMHAL_LOGV("************************(i_img_ptr->uHeight == %d" , i_img_ptr->uHeight ); in VT_resizeFrame_Video_opt2_lp()
70 CAMHAL_LOGV("************************(o_img_ptr->width == %d" ,o_img_ptr->uWidth ); in VT_resizeFrame_Video_opt2_lp()
71 CAMHAL_LOGV("************************(o_img_ptr->uHeight == %d" , o_img_ptr->uHeight ); in VT_resizeFrame_Video_opt2_lp()
288 CAMHAL_LOGV("success"); in VT_resizeFrame_Video_opt2_lp()
DCameraProperties.cpp122 CAMHAL_LOGV("mCamerasSupported = %d", mCamerasSupported); in loadProperties()
DCameraHal.cpp4696 CAMHAL_LOGV("buffer_type %d opaque %p", buffer->type, buffer->opaque); in camera_buffer_get_omx_ptr()
4700 CAMHAL_LOGV("anw %08x", *handle); in camera_buffer_get_omx_ptr()
4705 CAMHAL_LOGV("other %08x", buffer->opaque); in camera_buffer_get_omx_ptr()
/hardware/ti/omap4-aah/test/CameraHal/
Dcamera_test_surfacetexture.h19 # define CAMHAL_LOGV ALOGV macro
25 # define CAMHAL_LOGV LOGV macro
Dcamera_test_bufferqueue.h12 #define CAMHAL_LOGV ALOGV macro
Dcamera_test.h16 # define CAMHAL_LOGV ALOGV macro
22 # define CAMHAL_LOGV LOGV macro
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
DOMXCapture.cpp1676 CAMHAL_LOGV("Ducati requested too many (>1) internal buffers"); in initInternalBuffers()