Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datoms.c5454 gint ncomp, const GValue * cmap_array, const GValue * cdef_array) in build_jp2h_extension() argument
5467 g_return_val_if_fail (cmap_array == NULL || in build_jp2h_extension()
5468 GST_VALUE_HOLDS_ARRAY (cmap_array), NULL); in build_jp2h_extension()
5487 if (cmap_array) { in build_jp2h_extension()
5488 cmap_array_size = gst_value_array_get_size (cmap_array); in build_jp2h_extension()
5527 if (cmap_array) { in build_jp2h_extension()
5536 item = gst_value_array_get_value (cmap_array, i); in build_jp2h_extension()
Datoms.h1108 gint ncomp, const GValue * cmap_array,
Dgstqtmux.c6593 const GValue *cmap_array; in gst_qt_mux_video_sink_set_caps() local
6602 cmap_array = gst_structure_get_value (structure, "component-map"); in gst_qt_mux_video_sink_set_caps()
6612 build_jp2h_extension (width, height, colorspace, ncomp, cmap_array, in gst_qt_mux_video_sink_set_caps()