Searched refs:decode_band_hdr (Results 1 – 4 of 4) sorted by relevance
383 static int decode_band_hdr(IVI45DecContext *ctx, IVIBandDesc *band, in decode_band_hdr() function674 ctx->decode_band_hdr = decode_band_hdr; in decode_init()
271 static int decode_band_hdr(IVI45DecContext *ctx, IVIBandDesc *arg_band, in decode_band_hdr() function687 ctx->decode_band_hdr = decode_band_hdr; in decode_init()
259 …int (*decode_band_hdr) (struct IVI45DecContext *ctx, IVIBandDesc *band, AVCodecContext… member
963 result = ctx->decode_band_hdr(ctx, band, avctx); in decode_band()