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.cpp122 uint32_t StreamFormat::HalToV4L2PixelFormat(int hal_pixel_format) { in HalToV4L2PixelFormat() argument
123 switch (hal_pixel_format) { in HalToV4L2PixelFormat()
142 HAL_LOGV("Pixel format 0x%x is unsupported.", hal_pixel_format); in HalToV4L2PixelFormat()
Dstream_format.h59 static uint32_t HalToV4L2PixelFormat(int hal_pixel_format);