Searched refs:kAdjustedClip (Results 1 – 1 of 1) sorted by relevance
787 uint8_t *kAdjustedClip = initClip(); in convertCbYCrY() local818 ((kAdjustedClip[r1] >> 3) << 11) in convertCbYCrY()819 | ((kAdjustedClip[g1] >> 2) << 5) in convertCbYCrY()820 | (kAdjustedClip[b1] >> 3); in convertCbYCrY()823 ((kAdjustedClip[r2] >> 3) << 11) in convertCbYCrY()824 | ((kAdjustedClip[g2] >> 2) << 5) in convertCbYCrY()825 | (kAdjustedClip[b2] >> 3); in convertCbYCrY()1119 getWriteToDst(OMX_COLOR_FORMATTYPE dstFormat, void *kAdjustedClip) { in getWriteToDst() argument1123 return [kAdjustedClip](void *dst_ptr, bool uncropped, in getWriteToDst()1127 ((((uint8_t *)kAdjustedClip)[r1] >> 3) << 11) in getWriteToDst()[all …]