Searched refs:current_sps (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevc_parser.c334 av_buffer_unref(&h->current_sps);
H A Dhevc_ps.c1017 av_buffer_unref(&s->current_sps);
1018 s->current_sps = av_buffer_ref(s->sps_list[sps_id]);
1019 if (!s->current_sps)
H A Dhevc.h828 AVBufferRef *current_sps; member in struct:HEVCContext
H A Dhevc.c3168 av_buffer_unref(&s->current_sps);
3294 av_buffer_unref(&s->current_sps);
3295 if (s0->current_sps) {
3296 s->current_sps = av_buffer_ref(s0->current_sps);
3297 if (!s->current_sps)

Completed in 55 milliseconds