Searched refs:HAL_LOGV (Results 1 – 8 of 8) sorted by relevance
/hardware/libhardware/modules/camera/3_4/metadata/ |
D | enum_converter.cpp | 50 HAL_LOGV("Couldn't find V4L2 conversion of metadata value %d.", value); in MetadataToV4L2() 53 HAL_LOGV( in MetadataToV4L2() 63 HAL_LOGV("Couldn't find metadata conversion of V4L2 value %d.", value); in V4L2ToMetadata() 71 HAL_LOGV( in V4L2ToMetadata()
|
D | control.h | 91 HAL_LOGV("No options for control %d, nothing to populate.", in PopulateStaticFields() 95 HAL_LOGV( in PopulateStaticFields() 159 HAL_LOGV("No options for control %d; request implicitly supported.", in SupportsRequestValues()
|
D | partial_metadata_factory.h | 235 HAL_LOGV("V4L2 value %d for control %d has no metadata equivalent.", in V4L2Control()
|
/hardware/libhardware/modules/camera/3_4/ |
D | common.h | 54 #define HAL_LOGV(fmt, args...) do { \ macro 59 #define HAL_LOG_ENTER() HAL_LOGV("enter") 60 #define HAL_LOG_EXIT() HAL_LOGV("exit")
|
D | v4l2_wrapper.cpp | 69 HAL_LOGV("Camera device %s is already connected.", device_path_.c_str()); in Connect() 114 HAL_LOGV("Disconnected from camera device %s. %d connections remain.", in Disconnect() 152 HAL_LOGV("Stream turned on."); in StreamOn() 176 HAL_LOGV("Stream turned off."); in StreamOff() 415 HAL_LOGV("Standard size %u x %u is too small for format %d", in GetFormatFrameSizes() 422 HAL_LOGV("Standard size %u x %u is too big for format %d", in GetFormatFrameSizes() 498 HAL_LOGV("Already in correct format, skipping format setting."); in SetFormat() 657 HAL_LOGV( in DequeueRequest()
|
D | v4l2_camera_hal.cpp | 70 HAL_LOGV("Found video node %s.", nodes.back().c_str()); in V4L2CameraHAL() 97 HAL_LOGV("Found unique bus at %s.", node.c_str()); in V4L2CameraHAL() 115 HAL_LOGV("returns %d", mCameras.size()); in getNumberOfCameras()
|
D | stream_format.cpp | 116 HAL_LOGV("Unrecognized v4l2 pixel format %u", v4l2_pixel_format); in V4L2ToHalPixelFormat() 142 HAL_LOGV("Pixel format 0x%x is unsupported.", hal_pixel_format); in HalToV4L2PixelFormat()
|
D | v4l2_camera.cpp | 315 HAL_LOGV("Rotation %d for stream %d not supported", in validateDataspacesAndRotations()
|