Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp91 uint16_t *ySrcTop = (uint16_t *)srcY; in convertYUV420Planar16ToY410() local
104 y01 = *((uint32_t *)ySrcTop); in convertYUV420Planar16ToY410()
105 ySrcTop += 2; in convertYUV420Planar16ToY410()
106 y23 = *((uint32_t *)ySrcTop); in convertYUV420Planar16ToY410()
107 ySrcTop += 2; in convertYUV420Planar16ToY410()
132 y01 = *((uint32_t *)ySrcTop); in convertYUV420Planar16ToY410()
271 uint16_t *ySrcTop = (uint16_t *)srcY; in convertYUV420Planar16ToRGBA1010102() local
283 y00 = *ySrcTop - _c16; in convertYUV420Planar16ToRGBA1010102()
284 ySrcTop += 1; in convertYUV420Planar16ToRGBA1010102()
285 y01 = *ySrcTop - _c16; in convertYUV420Planar16ToRGBA1010102()
[all …]