Home
last modified time | relevance | path

Searched refs:GstH264PPS (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.h347 typedef struct _GstH264PPS GstH264PPS; typedef
894 GstH264PPS *pps;
1215 GstH264PPS pps[GST_H264_MAX_PPS_COUNT];
1217 GstH264PPS *last_pps;
1257 GstH264NalUnit *nalu, GstH264PPS *pps);
1269 GstH264PPS *pps);
1284 GstH264NalUnit *nalu, GstH264PPS *pps);
1290 void gst_h264_pps_clear (GstH264PPS *pps);
Dgsth264parser.c187 static GstH264PPS *
190 GstH264PPS *pps; in gst_h264_parser_get_pps()
264 gst_h264_pps_copy (GstH264PPS * dst_pps, const GstH264PPS * src_pps) in gst_h264_pps_copy()
1623 GstH264PPS pps; in gst_h264_parser_parse_nal()
2046 GstH264PPS * pps) in gst_h264_parse_pps()
2180 GstH264NalUnit * nalu, GstH264PPS * pps) in gst_h264_parser_parse_pps()
2204 gst_h264_pps_clear (GstH264PPS * pps) in gst_h264_pps_clear()
2231 GstH264PPS *pps; in gst_h264_parser_parse_slice_hdr()
2569 gst_h264_parser_update_pps (GstH264NalParser * nalparser, GstH264PPS * pps) in gst_h264_parser_update_pps()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvh264dec.c563 gst_nv_h264_dec_fill_scaling_list_4x4 (const GstH264PPS * pps, in gst_nv_h264_dec_fill_scaling_list_4x4()
574 gst_nv_h264_dec_fill_scaling_list_8x8 (const GstH264PPS * pps, in gst_nv_h264_dec_fill_scaling_list_8x8()
611 const GstH264PPS * pps, CUVIDH264PICPARAMS * params) in gst_nv_h264_dec_picture_params_from_pps()
720 const GstH264PPS *pps; in gst_nv_h264_dec_start_picture()
Dgstnvdec.c1433 GstH264PPS pps; in gst_nvdec_handle_h264_buffer()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11h264dec.cpp581 const GstH264PPS * pps, DXVA_PicParams_H264 * params) in gst_d3d11_h264_dec_picture_params_from_pps()
622 const GstH264PPS *pps; in gst_d3d11_h264_dec_fill_picture_params()
665 GstH264PPS *pps; in gst_d3d11_h264_dec_start_picture()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvah264dec.c248 GstH264PPS *pps; in _fill_pred_weight_table()
378 GstH264PPS *pps; in gst_va_h264_dec_start_picture()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codech264dec.c489 gst_v4l2_codec_h264_dec_fill_pps (GstV4l2CodecH264Dec * self, GstH264PPS * pps) in gst_v4l2_codec_h264_dec_fill_pps()
518 GstH264PPS * pps) in gst_v4l2_codec_h264_dec_fill_scaling_matrix()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth264decoder.c105 const GstH264PPS *active_pps;
624 GstH264PPS pps; in gst_h264_decoder_parse_pps()
1501 const GstH264PPS *pps; in gst_h264_decoder_fill_picture_from_slice()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth264parse.c945 GstH264PPS pps = { 0, }; in gst_h264_parse_process_nal()
/third_party/gstreamer/gstplugins_bad/
DChangeLog34328 h264parser: Expose parsed GstH264PPS::pic_scaling_matrix_present_flag
85019 GstH264NalUnit, GstH264PPS, GstH264SPS and GstH264SliceHdr.
110309 codecparsers: h264: fix memory leak in GstH264PPS.