Home
last modified time | relevance | path

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

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