Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp644 uint16_t *ptr_ytop = (uint16_t*) src_y; in convertYUV420Planar16ToY410() local
655 y01 = *((uint32_t*)ptr_ytop); ptr_ytop += 2; in convertYUV420Planar16ToY410()
656 y23 = *((uint32_t*)ptr_ytop); ptr_ytop += 2; in convertYUV420Planar16ToY410()
679 y01 = *((uint32_t*)ptr_ytop); in convertYUV420Planar16ToY410()