Searched refs:pps_list (Results 1 – 10 of 10) sorted by relevance
142 if (ps.pps_list[i]) { in h264_set_extradata()143 pps = (const PPS*)ps.pps_list[i]->data; in h264_set_extradata()223 if (ps.pps_list[i]) { in hevc_set_extradata()224 pps = (const HEVCPPS*)ps.pps_list[i]->data; in hevc_set_extradata()
90 av_buffer_unref(&s->pps_list[id]); in remove_pps()99 for (i = 0; i < FF_ARRAY_ELEMS(s->pps_list); i++) in remove_sps()100 if (s->pps_list[i] && ((PPS*)s->pps_list[i]->data)->sps_id == id) in remove_sps()325 av_buffer_unref(&ps->pps_list[i]); in ff_h264_ps_uninit()895 ps->pps_list[pps_id] = pps_buf; in ff_h264_decode_picture_parameter_set()
145 AVBufferRef *pps_list[MAX_PPS_COUNT]; member
77 if (pps_id >= HEVC_MAX_PPS_COUNT || !ps->pps_list[pps_id]) { in hevc_parse_slice_header()81 ps->pps = (HEVCPPS*)ps->pps_list[pps_id]->data; in hevc_parse_slice_header()
83 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()1738 ps->pps_list[pps_id] = pps_buf; in ff_hevc_decode_nal_pps()1755 for (i = 0; i < FF_ARRAY_ELEMS(ps->pps_list); i++) in ff_hevc_ps_uninit()1756 av_buffer_unref(&ps->pps_list[i]); in ff_hevc_ps_uninit()
330 AVBufferRef *pps_list[HEVC_MAX_PPS_COUNT]; member
809 for (i = 0; i < FF_ARRAY_ELEMS(h->ps.pps_list); i++) { in ff_h264_execute_ref_pic_marking()810 if (h->ps.pps_list[i]) { in ff_h264_execute_ref_pic_marking()811 const PPS *pps = (const PPS *)h->ps.pps_list[i]->data; in ff_h264_execute_ref_pic_marking()
357 if (!p->ps.pps_list[pps_id]) { in parse_nal_units()366 p->ps.pps_ref = av_buffer_ref(p->ps.pps_list[pps_id]); in parse_nal_units()
331 for (i = 0; i < FF_ARRAY_ELEMS(h->ps.pps_list); i++) { in ff_h264_update_thread_context()332 ret = av_buffer_replace(&h->ps.pps_list[i], h1->ps.pps_list[i]); in ff_h264_update_thread_context()1027 h->ps.pps_ref = av_buffer_ref(h->ps.pps_list[sl->pps_id]); in h264_init_ps()1785 if (!h->ps.pps_list[sl->pps_id]) { in h264_slice_header_parse()1791 pps = (const PPS*)h->ps.pps_list[sl->pps_id]->data; in h264_slice_header_parse()2173 const PPS *pps = (const PPS*)h->ps.pps_list[sl->pps_id]->data; in ff_h264_queue_decode_slice()
563 if (sh->pps_id >= HEVC_MAX_PPS_COUNT || !s->ps.pps_list[sh->pps_id]) { in hls_slice_header()568 s->ps.pps != (HEVCPPS*)s->ps.pps_list[sh->pps_id]->data) { in hls_slice_header()572 s->ps.pps = (HEVCPPS*)s->ps.pps_list[sh->pps_id]->data; in hls_slice_header()3537 for (i = 0; i < FF_ARRAY_ELEMS(s->ps.pps_list); i++) { in hevc_update_thread_context()3538 ret = av_buffer_replace(&s->ps.pps_list[i], s0->ps.pps_list[i]); in hevc_update_thread_context()