Searched refs:ff_hevc_decode_nal_vps (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | hevc_parse.c | 46 ret = ff_hevc_decode_nal_vps(&nal->gb, logctx, ps); in hevc_decode_nal_units()
|
H A D | hevc_ps.h | 350 int ff_hevc_decode_nal_vps(GetBitContext *gb, AVCodecContext *avctx,
|
H A D | hevc_parser.c | 212 ff_hevc_decode_nal_vps(gb, avctx, ps); in parse_nal_units()
|
H A D | hevc_ps.c | 455 int ff_hevc_decode_nal_vps(GetBitContext *gb, AVCodecContext *avctx, in ff_hevc_decode_nal_vps() function
|
H A D | hevcdec.c | 3121 ret = ff_hevc_decode_nal_vps(gb, s->avctx, &s->ps); in decode_nal_unit()
|
Completed in 11 milliseconds