Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp645 uint16_t *ptr_ybot = (uint16_t*) (src_y + src.mStride); in convertYUV420Planar16ToY410() local
657 y45 = *((uint32_t*)ptr_ybot); ptr_ybot += 2; in convertYUV420Planar16ToY410()
658 y67 = *((uint32_t*)ptr_ybot); ptr_ybot += 2; in convertYUV420Planar16ToY410()
680 y45 = *((uint32_t*)ptr_ybot); in convertYUV420Planar16ToY410()