Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp1547 uint16_t *ptr_ybot = (uint16_t*) (src_y + src.mStride); in convertYUV420Planar16ToY410() local
1560 y45 = *((uint32_t*)ptr_ybot); ptr_ybot += 2; in convertYUV420Planar16ToY410()
1561 y67 = *((uint32_t*)ptr_ybot); ptr_ybot += 2; in convertYUV420Planar16ToY410()
1583 y45 = *((uint32_t*)ptr_ybot); in convertYUV420Planar16ToY410()