Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp272 uint8_t *kAdjustedClip = initClip(); in convertCbYCrY() local
303 ((kAdjustedClip[r1] >> 3) << 11) in convertCbYCrY()
304 | ((kAdjustedClip[g1] >> 2) << 5) in convertCbYCrY()
305 | (kAdjustedClip[b1] >> 3); in convertCbYCrY()
308 ((kAdjustedClip[r2] >> 3) << 11) in convertCbYCrY()
309 | ((kAdjustedClip[g2] >> 2) << 5) in convertCbYCrY()
310 | (kAdjustedClip[b2] >> 3); in convertCbYCrY()
442 getWriteToDst(OMX_COLOR_FORMATTYPE dstFormat, uint8_t *kAdjustedClip) { in getWriteToDst() argument
446 return [kAdjustedClip](void *dst_ptr, bool uncropped, in getWriteToDst()
450 ((kAdjustedClip[r1] >> 3) << 11) in getWriteToDst()
[all …]