Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp1544 uint32_t *dst_top = (uint32_t *) dst_ptr; in convertYUV420Planar16ToY410() local
1566 *dst_top++ = ((y01 & 0x3FF) << 10) | uv0; in convertYUV420Planar16ToY410()
1567 *dst_top++ = ((y01 >> 16) << 10) | uv0; in convertYUV420Planar16ToY410()
1568 *dst_top++ = ((y23 & 0x3FF) << 10) | uv1; in convertYUV420Planar16ToY410()
1569 *dst_top++ = ((y23 >> 16) << 10) | uv1; in convertYUV420Planar16ToY410()
1585 *dst_top++ = ((y01 & 0x3FF) << 10) | uv0; in convertYUV420Planar16ToY410()
1586 *dst_top++ = ((y01 >> 16) << 10) | uv0; in convertYUV420Planar16ToY410()