Home
last modified time | relevance | path

Searched refs:init_decoder (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/tests/api/
Dapi-flac-test.c81 static int init_decoder(AVCodec *dec, AVCodecContext **dec_ctx, in init_decoder() function
269 if (init_decoder(dec, &dec_ctx, channel_layouts[cl]) != 0) in main()
/third_party/ffmpeg/libavcodec/
Dpgssubdec.c137 static av_cold int init_decoder(AVCodecContext *avctx) in init_decoder() function
726 .init = init_decoder,
Dccaption_dec.c261 static av_cold int init_decoder(AVCodecContext *avctx) in init_decoder() function
949 .init = init_decoder,
Dpixlet.c90 static int init_decoder(AVCodecContext *avctx) in init_decoder() function
661 ret = init_decoder(avctx); in pixlet_decode_frame()