Searched refs:ff_hevc_decode_nal_pps (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | hevc_parse.c | 56 ret = ff_hevc_decode_nal_pps(&nal->gb, logctx, ps); in hevc_decode_nal_units()
|
D | hevc_ps.h | 354 int ff_hevc_decode_nal_pps(GetBitContext *gb, AVCodecContext *avctx,
|
D | hevc_parser.c | 219 ff_hevc_decode_nal_pps(gb, avctx, ps); in parse_nal_units()
|
D | hevc_ps.c | 1499 int ff_hevc_decode_nal_pps(GetBitContext *gb, AVCodecContext *avctx, in ff_hevc_decode_nal_pps() function
|
D | hevcdec.c | 3003 ret = ff_hevc_decode_nal_pps(gb, s->avctx, &s->ps); in decode_nal_unit()
|