Searched refs:halPixelFormat (Results 1 – 2 of 2) sorted by relevance
988 for (int halPixelFormat : halPixelFormats) { in getHalPixelFormatForBitDepth10() local989 if (isHalPixelFormatSupported((AHardwareBuffer_Format)halPixelFormat)) { in getHalPixelFormatForBitDepth10()990 mBitDepth10HalPixelFormats.push_back(halPixelFormat); in getHalPixelFormatForBitDepth10()
3008 uint32_t halPixelFormat = HAL_PIXEL_FORMAT_YCBCR_420_888; in FetchGraphicBlock() local3009 if (!C2Mapper::mapPixelFormatFrameworkToCodec(format, &halPixelFormat)) { in FetchGraphicBlock()3034 width, height, halPixelFormat, C2MemoryUsage{minUsage}, &block); in FetchGraphicBlock()