Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp83 uint16_t *vSrc = (uint16_t *)srcV; in convertYUV420Planar16ToY410() local
90 v01 = *((uint32_t *)vSrc); in convertYUV420Planar16ToY410()
91 vSrc += 2; in convertYUV420Planar16ToY410()
120 v01 = *vSrc; in convertYUV420Planar16ToY410()
263 uint16_t *vSrc = (uint16_t *)srcV; in convertYUV420Planar16ToRGBA1010102() local
269 v = *vSrc - 512; in convertYUV420Planar16ToRGBA1010102()
270 vSrc += 1; in convertYUV420Planar16ToRGBA1010102()