Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmediacodecdec.c146 if (ps.pps_list[i]) { in h264_set_extradata()
147 pps = (const PPS*)ps.pps_list[i]->data; in h264_set_extradata()
230 if (ps.pps_list[i]) { in hevc_set_extradata()
231 pps = (const HEVCPPS*)ps.pps_list[i]->data; in hevc_set_extradata()
Dh264_ps.c89 av_buffer_unref(&s->pps_list[id]); in remove_pps()
98 for (i = 0; i < FF_ARRAY_ELEMS(s->pps_list); i++) in remove_sps()
99 if (s->pps_list[i] && ((PPS*)s->pps_list[i]->data)->sps_id == id) in remove_sps()
324 av_buffer_unref(&ps->pps_list[i]); in ff_h264_ps_uninit()
897 ps->pps_list[pps_id] = pps_buf; in ff_h264_decode_picture_parameter_set()
Dhevc_ps.c83 if (s->pps_list[id] && s->pps == (const HEVCPPS*)s->pps_list[id]->data) in remove_pps()
85 av_buffer_unref(&s->pps_list[id]); in remove_pps()
96 for (i = 0; i < FF_ARRAY_ELEMS(s->pps_list); i++) in remove_sps()
97 if (s->pps_list[i] && ((HEVCPPS*)s->pps_list[i]->data)->sps_id == id) in remove_sps()
1735 ps->pps_list[pps_id] = pps_buf; in ff_hevc_decode_nal_pps()
1752 for (i = 0; i < FF_ARRAY_ELEMS(ps->pps_list); i++) in ff_hevc_ps_uninit()
1753 av_buffer_unref(&ps->pps_list[i]); in ff_hevc_ps_uninit()
Dh264_ps.h145 AVBufferRef *pps_list[MAX_PPS_COUNT]; member
Dhevc_parser.c76 if (pps_id >= HEVC_MAX_PPS_COUNT || !ps->pps_list[pps_id]) { in hevc_parse_slice_header()
80 ps->pps = (HEVCPPS*)ps->pps_list[pps_id]->data; in hevc_parse_slice_header()
Dh264_refs.c808 for (i = 0; i < FF_ARRAY_ELEMS(h->ps.pps_list); i++) { in ff_h264_execute_ref_pic_marking()
809 if (h->ps.pps_list[i]) { in ff_h264_execute_ref_pic_marking()
810 const PPS *pps = (const PPS *)h->ps.pps_list[i]->data; in ff_h264_execute_ref_pic_marking()
Dhevc_ps.h330 AVBufferRef *pps_list[HEVC_MAX_PPS_COUNT]; member
Dh264_parser.c370 if (!p->ps.pps_list[pps_id]) { in parse_nal_units()
379 p->ps.pps_ref = av_buffer_ref(p->ps.pps_list[pps_id]); in parse_nal_units()
Dh264_slice.c343 for (i = 0; i < FF_ARRAY_ELEMS(h->ps.pps_list); i++) { in ff_h264_update_thread_context()
344 ret = av_buffer_replace(&h->ps.pps_list[i], h1->ps.pps_list[i]); in ff_h264_update_thread_context()
1049 h->ps.pps_ref = av_buffer_ref(h->ps.pps_list[sl->pps_id]); in h264_init_ps()
1876 if (!h->ps.pps_list[sl->pps_id]) { in h264_slice_header_parse()
1882 pps = (const PPS*)h->ps.pps_list[sl->pps_id]->data; in h264_slice_header_parse()
2269 const PPS *pps = (const PPS*)h->ps.pps_list[sl->pps_id]->data; in ff_h264_queue_decode_slice()
Dhevcdec.c582 if (sh->pps_id >= HEVC_MAX_PPS_COUNT || !s->ps.pps_list[sh->pps_id]) { in hls_slice_header()
587 s->ps.pps != (HEVCPPS*)s->ps.pps_list[sh->pps_id]->data) { in hls_slice_header()
591 s->ps.pps = (HEVCPPS*)s->ps.pps_list[sh->pps_id]->data; in hls_slice_header()
3723 for (i = 0; i < FF_ARRAY_ELEMS(s->ps.pps_list); i++) { in hevc_update_thread_context()
3724 ret = av_buffer_replace(&s->ps.pps_list[i], s0->ps.pps_list[i]); in hevc_update_thread_context()