Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/ext/vpx/
Dgstvpxdec.c205 gst_vpx_dec->post_processing_flags = DEFAULT_POST_PROCESSING_FLAGS; in gst_vpx_dec_init()
234 dec->post_processing_flags = g_value_get_flags (value); in gst_vpx_dec_set_property()
265 g_value_set_flags (value, dec->post_processing_flags); in gst_vpx_dec_get_property()
651 pp_cfg.post_proc_flag = dec->post_processing_flags; in gst_vpx_dec_open_codec()
Dgstvpxdec.h73 enum vp8_postproc_level post_processing_flags; member