Home
last modified time | relevance | path

Searched refs:GstH265Picture (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth265picture.c29 GST_DEFINE_MINI_OBJECT_TYPE (GstH265Picture, gst_h265_picture);
32 _gst_h265_picture_free (GstH265Picture * picture) in _gst_h265_picture_free()
47 GstH265Picture *
50 GstH265Picture *pic; in gst_h265_picture_new()
52 pic = g_new0 (GstH265Picture, 1); in gst_h265_picture_new()
81 gst_h265_picture_set_user_data (GstH265Picture * picture, gpointer user_data, in gst_h265_picture_set_user_data()
103 gst_h265_picture_get_user_data (GstH265Picture * picture) in gst_h265_picture_get_user_data()
130 g_array_sized_new (FALSE, TRUE, sizeof (GstH265Picture *), in gst_h265_dpb_new()
207 gst_h265_dpb_add (GstH265Dpb * dpb, GstH265Picture * picture) in gst_h265_dpb_add()
216 GstH265Picture *other = in gst_h265_dpb_add()
[all …]
Dgsth265picture.h37 #define GST_H265_PICTURE(obj) ((GstH265Picture *)obj)
41 typedef struct _GstH265Picture GstH265Picture; typedef
95 GstH265Picture * gst_h265_picture_new (void);
97 static inline GstH265Picture *
98 gst_h265_picture_ref (GstH265Picture * picture) in gst_h265_picture_ref()
100 return (GstH265Picture *) gst_mini_object_ref (GST_MINI_OBJECT_CAST (picture)); in gst_h265_picture_ref()
104 gst_h265_picture_unref (GstH265Picture * picture) in gst_h265_picture_unref()
110 gst_h265_picture_replace (GstH265Picture ** old_picture, in gst_h265_picture_replace()
111 GstH265Picture * new_picture) in gst_h265_picture_replace()
118 gst_h265_picture_clear (GstH265Picture ** picture) in gst_h265_picture_clear()
[all …]
Dgsth265decoder.h56 GstH265Picture *RefPicSetStCurrBefore[16];
57 GstH265Picture *RefPicSetStCurrAfter[16];
58 GstH265Picture *RefPicSetStFoll[16];
59 GstH265Picture *RefPicSetLtCurr[16];
60 GstH265Picture *RefPicSetLtFoll[16];
108 GstH265Picture * picture);
111 GstH265Picture * picture,
116 GstH265Picture * picture,
122 GstH265Picture * picture);
131 GstH265Picture * picture);
[all …]
Dgsth265decoder.c93 GstH265Picture *current_picture;
190 sizeof (GstH265Picture *), 32); in gst_h265_decoder_init()
192 sizeof (GstH265Picture *), 32); in gst_h265_decoder_init()
194 sizeof (GstH265Picture *), 32); in gst_h265_decoder_init()
465 GstH265Picture * curr_pic, GstH265Slice * slice, in gst_h265_decoder_process_ref_pic_lists()
522 GstH265Picture **tmp = (GstH265Picture **) tmp_refs->data; in gst_h265_decoder_process_ref_pic_lists()
533 g_array_index (*ref_pic_list0, GstH265Picture *, in gst_h265_decoder_process_ref_pic_lists()
572 GstH265Picture **tmp = (GstH265Picture **) tmp_refs->data; in gst_h265_decoder_process_ref_pic_lists()
589 GstH265Picture *picture = priv->current_picture; in gst_h265_decoder_decode_slice()
682 GstH265Picture *picture; in gst_h265_decoder_parse_slice()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvh265dec.c136 GstVideoCodecFrame * frame, GstH265Picture * picture);
138 decoder, GstVideoCodecFrame * frame, GstH265Picture * picture);
140 GstH265Picture * picture, GstH265Slice * slice, GstH265Dpb * dpb);
142 GstH265Picture * picture, GstH265Slice * slice,
145 GstH265Picture * picture);
408 GstVideoCodecFrame * cframe, GstH265Picture * picture) in gst_nv_h265_dec_new_picture()
429 GstVideoCodecFrame * frame, GstH265Picture * picture) in gst_nv_h265_dec_output_picture()
464 GstH265Picture * picture) in gst_nv_h265_dec_get_decoder_frame_from_picture()
647 GstH265Picture * picture, GstH265Slice * slice, GstH265Dpb * dpb) in gst_nv_h265_dec_start_picture()
739 GstH265Picture *other = g_array_index (dpb_array, GstH265Picture *, i); in gst_nv_h265_dec_start_picture()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11h265dec.cpp119 GstVideoCodecFrame * cframe, GstH265Picture * picture);
121 GstH265Picture * picture, GstH265Slice * slice, GstH265Dpb * dpb);
123 GstH265Picture * picture, GstH265Slice * slice,
126 GstH265Picture * picture);
128 decoder, GstVideoCodecFrame * frame, GstH265Picture * picture);
428 GstVideoCodecFrame * cframe, GstH265Picture * picture) in gst_d3d11_h265_dec_new_picture()
606 GstH265Picture * picture, guint8 * view_id) in gst_d3d11_h265_dec_get_output_view_from_picture()
656 GstH265Picture * picture, GstH265Slice * slice, GstH265Dpb * dpb) in gst_d3d11_h265_dec_start_picture()
692 GstH265Picture *other = g_array_index (dpb_array, GstH265Picture *, i); in gst_d3d11_h265_dec_start_picture()
709 GstH265Picture *other = nullptr; in gst_d3d11_h265_dec_start_picture()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvah265dec.c192 gst_va_h265_dec_end_picture (GstH265Decoder * decoder, GstH265Picture * picture) in gst_va_h265_dec_end_picture()
228 GstVideoCodecFrame * frame, GstH265Picture * picture) in gst_va_h265_dec_output_picture()
266 _find_frame_rps_type (GstH265Decoder * decoder, GstH265Picture * ref_pic) in _find_frame_rps_type()
291 GstH265Picture * picture) in _fill_vaapi_pic()
313 _get_reference_index (GstH265Decoder * decoder, GstH265Picture * picture) in _get_reference_index()
334 _fill_ref_pic_list (GstH265Decoder * decoder, GstH265Picture * cur_pic, in _fill_ref_pic_list()
340 GstH265Picture *picture = g_array_index (reflist, GstH265Picture *, i); in _fill_ref_pic_list()
480 GstH265Picture * picture, GstH265Slice * slice, GArray * ref_pic_list0, in gst_va_h265_dec_decode_slice()
654 GstH265Picture * picture, GstH265Slice * slice, GstH265Dpb * dpb) in gst_va_h265_dec_start_picture()
769 GstH265Picture *pic = g_array_index (ref_list, GstH265Picture *, j); in gst_va_h265_dec_start_picture()
[all …]
/third_party/gstreamer/gstplugins_bad/
DChangeLog14496 * Parse picture timing SEI and set buffer flags on GstH265Picture
17881 The functionality of passing the last reference of GstH265Picture