Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/colorconversion/
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