Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/3_4/metadata/
Denum_converter.cpp53 HAL_LOGV("Couldn't find V4L2 conversion of metadata value %d.", value); in MetadataToV4L2()
56 HAL_LOGV( in MetadataToV4L2()
66 HAL_LOGV("Couldn't find metadata conversion of V4L2 value %d.", value); in V4L2ToMetadata()
74 HAL_LOGV( in V4L2ToMetadata()
Dcontrol.h90 HAL_LOGV("No options for control %d, nothing to populate.", in PopulateStaticFields()
94 HAL_LOGV( in PopulateStaticFields()
158 HAL_LOGV("No options for control %d; request implicitly supported.", in SupportsRequestValues()
Dpartial_metadata_factory.h235 HAL_LOGV("V4L2 value %d for control %d has no metadata equivalent.", in V4L2Control()
/hardware/libhardware/modules/camera/3_4/
Dcommon.h51 #define HAL_LOGV(fmt, args...) do { \ macro
56 #define HAL_LOG_ENTER() HAL_LOGV("enter")
57 #define HAL_LOG_EXIT() HAL_LOGV("exit")
Dv4l2_camera_hal.cpp73 HAL_LOGV("Found video node %s.", nodes.back().c_str()); in V4L2CameraHAL()
100 HAL_LOGV("Found unique bus at %s.", node.c_str()); in V4L2CameraHAL()
118 HAL_LOGV("returns %zu", mCameras.size()); in getNumberOfCameras()
Dv4l2_wrapper.cpp67 HAL_LOGV("Camera device %s is already connected.", device_path_.c_str()); in Connect()
112 HAL_LOGV("Disconnected from camera device %s. %d connections remain.", in Disconnect()
150 HAL_LOGV("Stream turned on."); in StreamOn()
174 HAL_LOGV("Stream turned off."); in StreamOff()
413 HAL_LOGV("Standard size %u x %u is too small for format %d", in GetFormatFrameSizes()
420 HAL_LOGV("Standard size %u x %u is too big for format %d", in GetFormatFrameSizes()
496 HAL_LOGV("Already in correct format, skipping format setting."); in SetFormat()
655 HAL_LOGV( in DequeueRequest()
Dstream_format.cpp113 HAL_LOGV("Unrecognized v4l2 pixel format %u", v4l2_pixel_format); in V4L2ToHalPixelFormat()
139 HAL_LOGV("Pixel format 0x%x is unsupported.", hal_pixel_format); in HalToV4L2PixelFormat()
Dv4l2_camera.cpp304 HAL_LOGV("Rotation %d for stream %d not supported", in validateDataspacesAndRotations()