Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp988 for (int halPixelFormat : halPixelFormats) { in getHalPixelFormatForBitDepth10() local
989 if (isHalPixelFormatSupported((AHardwareBuffer_Format)halPixelFormat)) { in getHalPixelFormatForBitDepth10()
990 mBitDepth10HalPixelFormats.push_back(halPixelFormat); in getHalPixelFormatForBitDepth10()
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp3008 uint32_t halPixelFormat = HAL_PIXEL_FORMAT_YCBCR_420_888; in FetchGraphicBlock() local
3009 if (!C2Mapper::mapPixelFormatFrameworkToCodec(format, &halPixelFormat)) { in FetchGraphicBlock()
3034 width, height, halPixelFormat, C2MemoryUsage{minUsage}, &block); in FetchGraphicBlock()