/third_party/ffmpeg/libavcodec/ |
D | h264_ps.h | 44 typedef struct SPS { struct 106 } SPS; argument 140 const SPS *sps; 150 const SPS *sps;
|
D | h264_parse.h | 56 int ff_h264_pred_weight_table(GetBitContext *gb, const SPS *sps, 81 const SPS *sps, H264POCContext *poc, 91 int ff_h264_get_profile(const SPS *sps);
|
D | h264_ps.c | 108 SPS *sps) in decode_hrd_parameters() 134 SPS *sps) in decode_vui_parameters() 280 static int decode_scaling_matrices(GetBitContext *gb, const SPS *sps, in decode_scaling_matrices() 340 SPS *sps; in ff_h264_decode_seq_parameter_set() 346 sps = (SPS*)sps_buf->data; in ff_h264_decode_seq_parameter_set() 645 static void init_dequant8_coeff_table(PPS *pps, const SPS *sps) in init_dequant8_coeff_table() 672 static void init_dequant4_coeff_table(PPS *pps, const SPS *sps) in init_dequant4_coeff_table() 698 static void init_dequant_tables(PPS *pps, const SPS *sps) in init_dequant_tables() 726 static int more_rbsp_data_in_pps(const SPS *sps, void *logctx) in more_rbsp_data_in_pps() 753 const SPS *sps; in ff_h264_decode_picture_parameter_set() [all …]
|
D | nvdec_h264.c | 52 const SPS *sps = h->ps.sps; in nvdec_h264_start_frame() 168 const SPS *sps = h->ps.sps; in nvdec_h264_frame_params()
|
D | h264_sei.c | 57 int ff_h264_sei_process_picture_timing(H264SEIPictureTiming *h, const SPS *sps, in ff_h264_sei_process_picture_timing() 308 const SPS *sps; in decode_buffering_period() 316 sps = (const SPS*)ps->sps_list[sps_id]->data; in decode_buffering_period()
|
D | h264_sei.h | 213 int ff_h264_sei_process_picture_timing(H264SEIPictureTiming *h, const SPS *sps,
|
D | h264_parse.c | 27 int ff_h264_pred_weight_table(GetBitContext *gb, const SPS *sps, in ff_h264_pred_weight_table() 278 const SPS *sps, H264POCContext *pc, in ff_h264_init_poc() 529 int ff_h264_get_profile(const SPS *sps) in ff_h264_get_profile()
|
D | mediacodecdec.c | 129 const SPS *sps = NULL; in h264_set_extradata() 150 sps = (const SPS*)ps.sps_list[pps->sps_id]->data; in h264_set_extradata()
|
D | vdpau_h264.c | 126 const SPS *sps = h->ps.sps; in vdpau_h264_start_frame()
|
D | h264_slice.c | 872 const SPS *sps = (const SPS*)h->ps.sps; in init_dimensions() 912 const SPS *sps = h->ps.sps; in h264_slice_header_init() 1007 const SPS *sps; in h264_init_ps() 1020 h->ps.sps = (const SPS*)h->ps.pps->sps; in h264_init_ps() 1126 const SPS *sps = h->ps.sps; in h264_export_frame_props() 1342 const SPS *sps = h->ps.sps; in h264_select_output_frame() 1447 const SPS *sps; in h264_field_start() 1732 const SPS *sps; in h264_slice_header_parse()
|
D | vaapi_h264.c | 233 const SPS *sps = h->ps.sps; in vaapi_h264_start_frame()
|
D | h264_parser.c | 277 const SPS *sps; in parse_nal_units()
|
D | dxva2_h264.c | 52 const SPS *sps = h->ps.sps; in fill_picture_parameters()
|
D | cbs_h2645.c | 789 cbs_h2645_replace_ps(4, SPS, sps, seq_parameter_set_id) 792 cbs_h2645_replace_ps(5, SPS, sps, sps_seq_parameter_set_id)
|
D | h264_cabac.c | 1913 const SPS *sps = h->ps.sps; in ff_h264_decode_mb_cabac()
|
/third_party/ffmpeg/doc/ |
D | bitstream_filters.texi | 144 or H.264/HEVC (VPS/)SPS/PPS) to be transmitted either "in-band" (i.e. as a part 261 Set the frame cropping offsets in the SPS. These values will replace 280 Set the level in the SPS. Refer to H.264 section A.3 and tables A-1 364 Set the conformance window cropping offsets in the SPS. These values 371 Set the level in the VPS and SPS. See H.265 section A.4 and tables
|
/third_party/mingw-w64/mingw-w64-headers/include/ |
D | tmschema.h | 1010 TM_STATE(1,SPS,NORMAL) 1011 TM_STATE(2,SPS,HOT) 1012 TM_STATE(3,SPS,PRESSED)
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 1767 h265parse: ignore VUI parse fail when parse SPS 1768 VUI is an optional for SPS parse, some HEVC file has incorrect VUI 4868 h265parse: Don't duplicate VPS/SPS/PPS per config-interval if exists 4869 Don't need to manually insert VPS/SPS/PPS since inband data could be useable. 4876 h264parse: Don't duplicate SPS/PPS per config-interval if exists 4877 Don't need to manually insert SPS/PPS since inband data could be useable. 6582 h265parse: Fix periodic SPS/PPS sending work after a seek 6650 "have new SPS/PPS to be submitted?" 22672 insertion of PPS/SPS will use wrong offsets and overwrite wrong data. 22958 In the SPS: [all …]
|
D | NEWS | 1623 - encoder: mpeg2: No packed header for SPS and PPS
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 7299 SPS/PPS is changed. 8160 rtph265depay: don't insert SPS/PPS inline for hvc1 output 8161 Only for byte-stream or hev1. For hvc1 the SPS/PPS are in the 8184 rtph265pay: don't add trailing zeros to VPS/PPS/SPS 8191 marker. Fix that so we don't send VPS/SPS/PPS with trailing 8224 (such as SPS/PPS) may no longer be pushed out as a single buffer if 8244 Make sure no trailing zero bytes sneak into our SPS or PPS. 8250 rtph264pay: don't add trailing zeros to PPS/SPS 8257 marker. Fix that so we don't send SPS/PPS with trailing 10533 (such as SPS/PPS) may no longer be pushed out as a single buffer if [all …]
|
D | NEWS | 1623 - encoder: mpeg2: No packed header for SPS and PPS
|
/third_party/ffmpeg/ |
D | Changelog | 296 avformat/avc, mxfenc: Avoid allocation of H264 SPS structure, fix memleak
|
/third_party/gstreamer/gstplugins_base/ |
D | NEWS | 1623 - encoder: mpeg2: No packed header for SPS and PPS
|
/third_party/gstreamer/gst_libav/ |
D | NEWS | 1623 - encoder: mpeg2: No packed header for SPS and PPS
|
/third_party/gstreamer/gstreamer/ |
D | NEWS | 1623 - encoder: mpeg2: No packed header for SPS and PPS
|