Home
last modified time | relevance | path

Searched defs:sps (Results 1 - 25 of 52) sorted by relevance

123

/third_party/ffmpeg/libavformat/
H A Dhevcdec.c30 int vps = 0, sps = 0, pps = 0, irap = 0; in hevc_probe() local
H A Dh264dec.c33 int sps = 0, pps = 0, idr = 0, res = 0, sli = 0; in h264_probe() local
H A Drtpdec_hevc.c41 uint8_t *sps, *pps, *vps, *sei; member
/third_party/ffmpeg/libavcodec/
H A Dvt_internal.h46 uint8_t sps[3]; member
H A Dnvdec_hevc.c75 const HEVCSPS *sps = s->ps.sps; in nvdec_hevc_start_frame() local
301 const HEVCSPS *sps = s->ps.sps; nvdec_hevc_frame_params() local
[all...]
H A Dnvdec_h264.c52 const SPS *sps = h->ps.sps; in nvdec_h264_start_frame() local
168 const SPS *sps = h->ps.sps; nvdec_h264_frame_params() local
[all...]
H A Dvaapi_h264.c233 const SPS *sps = h->ps.sps; in vaapi_h264_start_frame() local
[all...]
H A Dvdpau_hevc.c46 const HEVCSPS *sps = h->ps.sps; in vdpau_hevc_start_frame() local
472 const HEVCSPS *sps = h->ps.sps; vdpau_hevc_parse_rext_profile() local
[all...]
H A Dvdpau_h264.c125 const SPS *sps = h->ps.sps; in vdpau_h264_start_frame() local
[all...]
H A Dqsvenc_hevc.c61 HEVCSPS sps = { 0 }; in generate_fake_vps() local
[all...]
H A Dh264_parser.c290 const SPS *sps; in parse_nal_units() local
[all...]
H A Dh264_mp4toannexb_bsf.c38 uint8_t *sps; member
H A Ddxva2_h264.c54 const SPS *sps = h->ps.sps; in fill_picture_parameters() local
[all...]
H A Ddxva2_hevc.c63 const HEVCSPS *sps = h->ps.sps; in fill_picture_parameters() local
[all...]
H A Dhevc_sei.c137 HEVCSPS *sps; in decode_nal_sei_pic_timing() local
H A Dcbs_h264_syntax_template.c111 vui_parameters(CodedBitstreamContext *ctx, RWContext *rw, H264RawVUI *current, H264RawSPS *sps) vui_parameters() argument
220 vui_parameters_default(CodedBitstreamContext *ctx, RWContext *rw, H264RawVUI *current, H264RawSPS *sps) vui_parameters_default() argument
260 static int FUNC(sps)(CodedBitstreamContext *ctx, RWContext *rw, sps() function
408 const H264RawSPS *sps; pps() local
518 const H264RawSPS *sps; sei_buffering_period() local
560 sei_pic_timestamp(CodedBitstreamContext *ctx, RWContext *rw, H264RawSEIPicTimestamp *current, const H264RawSPS *sps) sei_pic_timestamp() argument
612 const H264RawSPS *sps; sei_pic_timing() local
727 const H264RawSPS *sps; film_grain_characteristics() local
863 const H264RawSPS *sps = h264->active_sps; ref_pic_list_modification() local
922 const H264RawSPS *sps = h264->active_sps; pred_weight_table() local
975 const H264RawSPS *sps = h264->active_sps; dec_ref_pic_marking() local
1026 const H264RawSPS *sps; slice_header() local
[all...]
H A Dmediacodecdec.c133 const SPS *sps = NULL; in h264_set_extradata() local
202 const HEVCSPS *sps = NULL; in hevc_set_extradata() local
[all...]
H A Dh264_sei.c69 int ff_h264_sei_process_picture_timing(H264SEIPictureTiming *h, const SPS *sps, in ff_h264_sei_process_picture_timing() argument
310 const SPS *sps; in decode_buffering_period() local
[all...]
H A Dvaapi_hevc.c123 const HEVCSPS *sps = h->ps.sps; in vaapi_hevc_start_frame() local
552 const HEVCSPS *sps = h->ps.sps; ff_vaapi_parse_hevc_rext_profile() local
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_encoder_bitstream_builder_h264.cpp225 d3d12_video_bitstream_builder_h264::print_sps(const H264_SPS &sps) in print_sps() argument
[all...]
/foundation/CastEngine/castengine_wifi_display/services/mediaplayer/src/
H A Dvideo_play_controller.cpp227 auto sps = bufferReceiver_->GetSPS(); in VideoPlayThread() local
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_source/
H A Dwfd_rtp_producer.cpp408 auto sps = GetSPS(); in DispatchMediaData() local
/foundation/CastEngine/castengine_wifi_display/services/impl/screen_capture/
H A Dscreen_capture_consumer.cpp59 auto sps = std::make_shared<MediaData>(); in HandleSpsFrame() local
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/
H A Drtsp_sdp.cpp181 auto sps = GetVideoSps(); in GetVideoSize() local
/third_party/mesa3d/src/gallium/frontends/omx/
H A Dvid_dec_common.h173 struct pipe_h264_sps sps[32]; member

Completed in 15 milliseconds

123