Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp643 uint32_t *dst_bot = (uint32_t *) (dst_ptr + dst.mStride); in convertYUV420Planar16ToY410() local
668 *dst_bot++ = ((y45 & 0x3FF) << 10) | uv0; in convertYUV420Planar16ToY410()
669 *dst_bot++ = ((y45 >> 16) << 10) | uv0; in convertYUV420Planar16ToY410()
670 *dst_bot++ = ((y67 & 0x3FF) << 10) | uv1; in convertYUV420Planar16ToY410()
671 *dst_bot++ = ((y67 >> 16) << 10) | uv1; in convertYUV420Planar16ToY410()
684 *dst_bot++ = ((y45 & 0x3FF) << 10) | uv0; in convertYUV420Planar16ToY410()
685 *dst_bot++ = ((y45 >> 16) << 10) | uv0; in convertYUV420Planar16ToY410()