Home
last modified time | relevance | path

Searched refs:hal_pixel_format (Results 1 – 2 of 2) sorted by relevance

/hardware/libhardware/modules/camera/3_4/
Dstream_format.cpp119 uint32_t StreamFormat::HalToV4L2PixelFormat(int hal_pixel_format) { in HalToV4L2PixelFormat() argument
120 switch (hal_pixel_format) { in HalToV4L2PixelFormat()
139 HAL_LOGV("Pixel format 0x%x is unsupported.", hal_pixel_format); in HalToV4L2PixelFormat()
Dstream_format.h57 static uint32_t HalToV4L2PixelFormat(int hal_pixel_format);