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.cpp50 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()
Dcontrol.h91 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()
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.h54 #define HAL_LOGV(fmt, args...) do { \ macro
59 #define HAL_LOG_ENTER() HAL_LOGV("enter")
60 #define HAL_LOG_EXIT() HAL_LOGV("exit")
Dv4l2_wrapper.cpp69 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()
Dv4l2_camera_hal.cpp70 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()
Dstream_format.cpp116 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()
Dv4l2_camera.cpp315 HAL_LOGV("Rotation %d for stream %d not supported", in validateDataspacesAndRotations()