Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp46 constexpr uint8_t kNeutralUVBitDepth8 = 128; variable
63 memset(dstV, kNeutralUVBitDepth8, (width + 1) / 2); in convertYUV420Planar8ToYV12()
64 memset(dstU, kNeutralUVBitDepth8, (width + 1) / 2); in convertYUV420Planar8ToYV12()
373 memset(dstV, kNeutralUVBitDepth8, (width + 1) / 2); in convertYUV420Planar16ToYV12()
374 memset(dstU, kNeutralUVBitDepth8, (width + 1) / 2); in convertYUV420Planar16ToYV12()