Searched refs:ff_hevc_decode_nal_sps (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | hevc_parse.c | 51 ret = ff_hevc_decode_nal_sps(&nal->gb, logctx, ps, apply_defdispwin); in hevc_decode_nal_units()
|
D | hevc_ps.h | 352 int ff_hevc_decode_nal_sps(GetBitContext *gb, AVCodecContext *avctx,
|
D | hevc_parser.c | 216 ff_hevc_decode_nal_sps(gb, avctx, ps, 1); in parse_nal_units()
|
D | hevc_ps.c | 1250 int ff_hevc_decode_nal_sps(GetBitContext *gb, AVCodecContext *avctx, in ff_hevc_decode_nal_sps() function
|
D | hevcdec.c | 2989 ret = ff_hevc_decode_nal_sps(gb, s->avctx, &s->ps, in decode_nal_unit()
|