Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCodec2Buffer.cpp277 std::optional<int> clientBitDepth = {}; in GraphicView2MediaImageConverter() local
280 clientBitDepth = 10; in GraphicView2MediaImageConverter()
296 clientBitDepth = 8; in GraphicView2MediaImageConverter()
304 if ((clientBitDepth) && (bitDepth != clientBitDepth.value())) { in GraphicView2MediaImageConverter()
306 *clientBitDepth, bitDepth); in GraphicView2MediaImageConverter()