Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.cpp31 constexpr uint8_t NEUTRAL_UV_VALUE = 128; variable
484 memset(dstV, NEUTRAL_UV_VALUE, width / 2); in copyOutputBufferToYV12Frame()
485 memset(dstU, NEUTRAL_UV_VALUE, width / 2); in copyOutputBufferToYV12Frame()
591 memset(dstV, NEUTRAL_UV_VALUE, (width + 1) / 2); in convertYUV420Planar16ToYUV420Planar()
592 memset(dstU, NEUTRAL_UV_VALUE, (width + 1) / 2); in convertYUV420Planar16ToYUV420Planar()