Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp544 uint32_t *dst_bot = (uint32_t *) (dst_ptr + dst.mStride); in convertYUV420Planar16ToY410() local
569 *dst_bot++ = ((y45 & 0x3FF) << 10) | uv0; in convertYUV420Planar16ToY410()
570 *dst_bot++ = ((y45 >> 16) << 10) | uv0; in convertYUV420Planar16ToY410()
571 *dst_bot++ = ((y67 & 0x3FF) << 10) | uv1; in convertYUV420Planar16ToY410()
572 *dst_bot++ = ((y67 >> 16) << 10) | uv1; in convertYUV420Planar16ToY410()
585 *dst_bot++ = ((y45 & 0x3FF) << 10) | uv0; in convertYUV420Planar16ToY410()
586 *dst_bot++ = ((y45 >> 16) << 10) | uv0; in convertYUV420Planar16ToY410()