Searched refs:NEUTRAL_UV_VALUE (Results 1 – 1 of 1) sorted by relevance
31 constexpr uint8_t NEUTRAL_UV_VALUE = 128; variable484 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()