Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp822 uint32_t rgb2 = in convertCbYCrY() local
828 *(uint32_t *)(&dst_ptr[x]) = (rgb2 << 16) | rgb1; in convertCbYCrY()
1132 uint32_t rgb2 = in getWriteToDst() local
1137 *(uint32_t *)dst_ptr = (rgb2 << 16) | rgb1; in getWriteToDst()