Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp80 uint16_t *ySrcTop = (uint16_t *)srcY; in convertYUV420Planar16ToY410() local
93 y01 = *((uint32_t *)ySrcTop); in convertYUV420Planar16ToY410()
94 ySrcTop += 2; in convertYUV420Planar16ToY410()
95 y23 = *((uint32_t *)ySrcTop); in convertYUV420Planar16ToY410()
96 ySrcTop += 2; in convertYUV420Planar16ToY410()
121 y01 = *((uint32_t *)ySrcTop); in convertYUV420Planar16ToY410()
260 uint16_t *ySrcTop = (uint16_t *)srcY; in convertYUV420Planar16ToRGBA1010102() local
272 y00 = *ySrcTop - _c16; in convertYUV420Planar16ToRGBA1010102()
273 ySrcTop += 1; in convertYUV420Planar16ToRGBA1010102()
274 y01 = *ySrcTop - _c16; in convertYUV420Planar16ToRGBA1010102()
[all …]