Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp546 uint16_t *ptr_ybot = (uint16_t*) (src_y + src.mStride); in convertYUV420Planar16ToY410() local
558 y45 = *((uint32_t*)ptr_ybot); ptr_ybot += 2; in convertYUV420Planar16ToY410()
559 y67 = *((uint32_t*)ptr_ybot); ptr_ybot += 2; in convertYUV420Planar16ToY410()
581 y45 = *((uint32_t*)ptr_ybot); in convertYUV420Planar16ToY410()