Home
last modified time | relevance | path

Searched refs:V4L2ToHalPixelFormat (Results 1 – 3 of 3) sorted by relevance

/hardware/libhardware/modules/camera/3_4/
Dstream_format.h59 static int V4L2ToHalPixelFormat(uint32_t v4l2_pixel_format);
Dstream_format.cpp96 int StreamFormat::V4L2ToHalPixelFormat(uint32_t v4l2_pixel_format) { in V4L2ToHalPixelFormat() function in v4l2_camera_hal::StreamFormat
Dformat_metadata_factory.cpp48 int32_t hal_format = StreamFormat::V4L2ToHalPixelFormat(v4l2_format); in GetHalFormats()