Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth264picture.c391 gst_h264_picture_set_reference (picture, GST_H264_PICTURE_REF_NONE, FALSE); in gst_h264_dpb_mark_all_non_ref()
1003 GST_H264_PICTURE_REF_NONE, GST_H264_PICTURE_IS_FRAME (picture)); in gst_h264_dpb_perform_memory_management_control_operation()
1018 GST_H264_PICTURE_REF_NONE, FALSE); in gst_h264_dpb_perform_memory_management_control_operation()
1051 GST_H264_PICTURE_REF_NONE, TRUE); in gst_h264_dpb_perform_memory_management_control_operation()
1063 GST_H264_PICTURE_REF_NONE, TRUE); in gst_h264_dpb_perform_memory_management_control_operation()
1081 GST_H264_PICTURE_REF_NONE, FALSE); in gst_h264_dpb_perform_memory_management_control_operation()
1087 GST_H264_PICTURE_REF_NONE, FALSE); in gst_h264_dpb_perform_memory_management_control_operation()
1124 GST_H264_PICTURE_REF_NONE, FALSE); in gst_h264_dpb_perform_memory_management_control_operation()
1135 GST_H264_PICTURE_REF_NONE, FALSE); in gst_h264_dpb_perform_memory_management_control_operation()
1171 GST_H264_PICTURE_REF_NONE, TRUE); in gst_h264_dpb_perform_memory_management_control_operation()
[all …]
Dgsth264picture.h49 ((picture)->ref != GST_H264_PICTURE_REF_NONE)
109 GST_H264_PICTURE_REF_NONE = 0, enumerator
Dgsth264decoder.c2004 gst_h264_picture_set_reference (to_unmark, GST_H264_PICTURE_REF_NONE, TRUE); in gst_h264_decoder_sliding_window_picture_marking()