Searched refs:rgb1 (Results 1 – 1 of 1) sorted by relevance
302 uint32_t rgb1 = in convertCbYCrY() local313 *(uint32_t *)(&dst_ptr[x]) = (rgb2 << 16) | rgb1; in convertCbYCrY()315 dst_ptr[x] = rgb1; in convertCbYCrY()449 uint32_t rgb1 = in getWriteToDst() local460 *(uint32_t *)dst_ptr = (rgb2 << 16) | rgb1; in getWriteToDst()462 *(uint16_t *)dst_ptr = rgb1; in getWriteToDst()859 uint32_t rgb1 = in convertQCOMYUV420SemiPlanar() local870 *(uint32_t *)(&dst_ptr[x]) = (rgb2 << 16) | rgb1; in convertQCOMYUV420SemiPlanar()872 dst_ptr[x] = rgb1; in convertQCOMYUV420SemiPlanar()927 uint32_t rgb1 = in convertYUV420SemiPlanar() local[all …]