Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dindeo5.c383 static int decode_band_hdr(IVI45DecContext *ctx, IVIBandDesc *band, in decode_band_hdr() function
674 ctx->decode_band_hdr = decode_band_hdr; in decode_init()
Dindeo4.c271 static int decode_band_hdr(IVI45DecContext *ctx, IVIBandDesc *arg_band, in decode_band_hdr() function
687 ctx->decode_band_hdr = decode_band_hdr; in decode_init()
Divi.h259 …int (*decode_band_hdr) (struct IVI45DecContext *ctx, IVIBandDesc *band, AVCodecContext… member
Divi.c963 result = ctx->decode_band_hdr(ctx, band, avctx); in decode_band()