/third_party/ffmpeg/libavformat/ |
H A D | hevcdec.c | 30 int vps = 0, sps = 0, pps = 0, irap = 0; in hevc_probe() local
|
H A D | h264dec.c | 33 int sps = 0, pps = 0, idr = 0, res = 0, sli = 0; in h264_probe() local
|
/kernel/linux/linux-6.6/sound/soc/sof/ |
H A D | stream-ipc.c | 29 sof_ipc_msg_data(struct snd_sof_dev *sdev, struct snd_sof_pcm_stream *sps, void *p, size_t sz) sof_ipc_msg_data() argument 63 sof_set_stream_data_offset(struct snd_sof_dev *sdev, struct snd_sof_pcm_stream *sps, size_t posn_offset) sof_set_stream_data_offset() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | vt_internal.h | 46 uint8_t sps[3]; member
|
H A D | nvdec_hevc.c | 75 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 D | nvdec_h264.c | 52 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 D | vaapi_h264.c | 233 const SPS *sps = h->ps.sps; in vaapi_h264_start_frame() local [all...] |
H A D | vdpau_hevc.c | 46 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 D | vdpau_h264.c | 125 const SPS *sps = h->ps.sps; in vdpau_h264_start_frame() local [all...] |
H A D | qsvenc_hevc.c | 61 HEVCSPS sps = { 0 }; in generate_fake_vps() local [all...] |
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | v4l2-h264.c | 25 v4l2_h264_init_reflist_builder(struct v4l2_h264_reflist_builder *b, const struct v4l2_ctrl_h264_decode_params *dec_params, const struct v4l2_ctrl_h264_sps *sps, const struct v4l2_h264_dpb_entry dpb[V4L2_H264_NUM_DPB_ENTRIES]) v4l2_h264_init_reflist_builder() argument
|
/kernel/linux/linux-5.10/drivers/staging/media/hantro/ |
H A D | hantro_g1_h264_dec.c | 26 const struct v4l2_ctrl_h264_sps *sps = ctrls->sps; in set_params() local [all...] |
H A D | hantro_hw.h | 65 const struct v4l2_ctrl_h264_sps *sps; member
|
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/ |
H A D | hantro_g1_h264_dec.c | 26 const struct v4l2_ctrl_h264_sps *sps = ctrls->sps; in set_params() local [all...] |
H A D | hantro_hevc.c | 76 const struct v4l2_ctrl_hevc_sps *sps = ctrls->sps; in tile_buffer_reallocate() local 152 static int hantro_hevc_validate_sps(struct hantro_ctx *ctx, const struct v4l2_ctrl_hevc_sps *sps) in hantro_hevc_validate_sps() argument
|
H A D | hantro_g2_hevc_dec.c | 30 const struct v4l2_ctrl_hevc_sps *sps = ctrls->sps; in prepare_tile_info_buffer() local 124 const struct v4l2_ctrl_hevc_sps *sps = ctrls->sps; in compute_header_skip_length() local 158 const struct v4l2_ctrl_hevc_sps *sps = ctrls->sps; set_params() local 533 const struct v4l2_ctrl_hevc_sps *sps = ctrls->sps; prepare_scaling_list_buffer() local [all...] |
H A D | hantro_h264.c | 236 const struct v4l2_ctrl_h264_sps *sps = ctrls->sps; in prepare_table() local
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/visl/ |
H A D | visl-dec.h | 32 const struct v4l2_ctrl_h264_sps *sps; member 41 const struct v4l2_ctrl_hevc_sps *sps; member
|
/kernel/linux/linux-6.6/drivers/media/platform/allegro-dvt/ |
H A D | nal-h264.c | 198 static void nal_h264_rbsp_sps(struct rbsp *rbsp, struct nal_h264_sps *sps) in nal_h264_rbsp_sps() argument 353 nal_h264_write_sps(const struct device *dev, void *dest, size_t n, struct nal_h264_sps *sps) nal_h264_write_sps() argument 394 nal_h264_read_sps(const struct device *dev, struct nal_h264_sps *sps, void *src, size_t n) nal_h264_read_sps() argument [all...] |
H A D | nal-hevc.c | 340 static void nal_hevc_rbsp_sps(struct rbsp *rbsp, struct nal_hevc_sps *sps) in nal_hevc_rbsp_sps() argument 614 nal_hevc_write_sps(const struct device *dev, void *dest, size_t n, struct nal_hevc_sps *sps) nal_hevc_write_sps() argument 658 nal_hevc_read_sps(const struct device *dev, struct nal_hevc_sps *sps, void *src, size_t n) nal_hevc_read_sps() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_video_encoder_bitstream_builder_h264.cpp | 225 d3d12_video_bitstream_builder_h264::print_sps(const H264_SPS &sps) in print_sps() argument [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/coda/ |
H A D | coda-h264.c | 259 struct rbsp sps; in coda_h264_sps_fixup() local [all...] |
/kernel/linux/linux-5.10/drivers/soc/actions/ |
H A D | owl-sps.c | 44 struct owl_sps *sps; member 75 static int owl_sps_init_domain(struct owl_sps *sps, int index) in owl_sps_init_domain() argument 101 struct owl_sps *sps; owl_sps_probe() local [all...] |
/kernel/linux/linux-5.10/sound/soc/sof/ |
H A D | pcm.c | 62 struct snd_sof_pcm_stream *sps = in snd_sof_pcm_period_elapsed_work() local
|
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | v4l2-h264.c | 31 v4l2_h264_init_reflist_builder(struct v4l2_h264_reflist_builder *b, const struct v4l2_ctrl_h264_decode_params *dec_params, const struct v4l2_ctrl_h264_sps *sps, const struct v4l2_h264_dpb_entry dpb[V4L2_H264_NUM_DPB_ENTRIES]) v4l2_h264_init_reflist_builder() argument
|