Home
last modified time | relevance | path

Searched defs:componentBytes (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/av/media/libstagefright/colorconversion/
H A DColorConverter.cpp147 const uint32_t componentBytes = (bitDepth + 7) / 8; in CreateYUV420PlanarMediaImage2() local
184 const uint32_t componentBytes = (bitDepth + 7) / 8; in CreateYUV420SemiPlanarMediaImage2() local
320 int componentBytes = (mImage.mBitDepthAllocated) / 8; in isNV21() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/cgl/
H A DIOSurfaceSurfaceCGL.cpp38 size_t componentBytes; member
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp235 const auto componentBytes = getComponentByteSize(var.varType.getBasicType()); in getInputOutputPointers() local