Home
last modified time | relevance | path

Searched refs:update_segment_feature_data (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstvp8parser.c114 seg->update_segment_feature_data = FALSE; in parse_update_segmentation()
121 READ_BOOL (rd, seg->update_segment_feature_data, in parse_update_segmentation()
124 if (seg->update_segment_feature_data) { in parse_update_segmentation()
Dgstvp8parser.h114 guint8 update_segment_feature_data; member
/third_party/gstreamer/gstplugins_bad/tests/examples/codecparsers/
Dparse-vp8.c153 seg->update_segment_feature_data); in print_segmentation()
155 if (seg->update_segment_feature_data) { in print_segmentation()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpvp8pay.c318 guint8 update_segment_feature_data = vp8dx_decode_bool (&bc, 0x80); in gst_rtp_vp8_pay_parse_frame() local
320 if (update_segment_feature_data) { in gst_rtp_vp8_pay_parse_frame()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvavp8dec.c310 .pic_fields.bits.update_segment_feature_data = in _fill_picture()
311 seg->update_segment_feature_data, in _fill_picture()
/third_party/ffmpeg/libavcodec/
Dvaapi_vp8.c62 .update_segment_feature_data = s->segmentation.update_feature_data, in vaapi_vp8_start_frame()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvvp8dec.c397 parser->segmentation.update_segment_feature_data : 0; in gst_nv_vp8_dec_decode_picture()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11vp8dec.cpp522 seg->update_segment_feature_data; in gst_d3d11_vp8_dec_copy_segmentation_params()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codecvp8dec.c326 (segmentation->update_segment_feature_data ? V4L2_VP8_SEGMENT_FLAG_UPDATE_FEATURE_DATA : 0) | in gst_v4l2_codec_vp8_dec_fill_segment()