Searched defs:rgba (Results 1 – 5 of 5) sorted by relevance
55 const uint32_t* rgba, const android_ycbcr& ycbcr) { in rgba2yuv()
563 void* rgba = nullptr; in captureFrameYUV() local619 void* rgba = nullptr; in captureFrameForCompressing() local
232 std::vector<uint8_t> rgba; in LoadYUV420FromBitmapFile() local
1256 vfloat4 rgba = blk.texel(tix); in recompute_ideal_colors_1plane() local1485 vfloat4 rgba = blk.texel(j); in recompute_ideal_colors_2planes() local
177 const uint32_t rgba = r | g << 8 | b << 16 | a << 24; in DoFill() local