Searched defs:pps_size (Results 1 – 11 of 11) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/mpegpsmux/ |
D | mpegpsmux_h264.c | 135 gint pps_size = GST_READ_UINT16_BE (codec_data.data + offset); in mpegpsmux_prepare_h264() local
|
/third_party/ffmpeg/libavformat/ |
D | avc.c | 113 uint32_t sps_size = 0, pps_size = 0, sps_ext_size = 0; in ff_isom_write_avcc() local 223 uint16_t sps_size, pps_size; in ff_avc_write_annexb_extradata() local
|
D | rtpdec_hevc.c | 44 int sps_size, pps_size, vps_size, sei_size; member
|
/third_party/ffmpeg/libavcodec/ |
D | h264_mp4toannexb_bsf.c | 38 int pps_size; member
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtph264depay.c | 617 guint pps_size = gst_buffer_get_size (pps_buf); in gst_rtp_h264_set_src_caps() local
|
D | gstrtph265depay.c | 645 guint pps_size = gst_buffer_get_size (pps_buf); in gst_rtp_h265_set_src_caps() local
|
/third_party/ffmpeg/tools/ |
D | ismindex.c | 468 uint16_t sps_size, pps_size; in get_video_private_data() local
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtph264.c | 206 create_codec_data (guint8 * sps, gsize sps_size, guint8 * pps, gsize pps_size) in create_codec_data()
|
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/ |
D | gsth265parse.c | 1407 guint vps_size = 0, sps_size = 0, pps_size = 0; in gst_h265_parse_make_codec_data() local
|
D | gsth264parse.c | 1617 gint i, sps_size = 0, pps_size = 0, num_sps = 0, num_pps = 0; in gst_h264_parse_make_codec_data() local
|
/third_party/gstreamer/gstplugins_bad/ext/smoothstreaming/ |
D | gstmssmanifest.c | 560 gint sps_size = 0, pps_size = 0, num_sps = 0, num_pps = 0; in _make_h264_codec_data() local
|