Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-converter.c387 gboolean unpack_rgb; member
1338 if (!convert->unpack_rgb && convert->pack_rgb in prepare_matrix()
1398 if (!convert->unpack_rgb && !CHECK_MATRIX_NONE (convert)) { in compute_matrix_to_RGB()
1581 if (idx == 0 && !convert->unpack_rgb) { in chain_convert_to_RGB()
2422 convert->unpack_rgb = GST_VIDEO_FORMAT_INFO_IS_RGB (finfo); in gst_video_converter_new_with_pool()
2423 if (convert->unpack_rgb in gst_video_converter_new_with_pool()
/third_party/skia/src/core/
DSkVM.cpp1227 auto unpack_rgb = [=](int bits, int shift) -> F32 { in unpack() local
1246 f.r_bits ? unpack_rgb (f.r_bits, f.r_shift) : x->splat(0.0f), in unpack()
1247 f.g_bits ? unpack_rgb (f.g_bits, f.g_shift) : x->splat(0.0f), in unpack()
1248 f.b_bits ? unpack_rgb (f.b_bits, f.b_shift) : x->splat(0.0f), in unpack()