Searched refs:QtrleEncContext (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dqtrleenc.c35 typedef struct QtrleEncContext { struct
59 } QtrleEncContext; typedef in typeref:struct:QtrleEncContext
63 QtrleEncContext *s = avctx->priv_data;
106 static void qtrle_encode_line(QtrleEncContext *s, AVFrame *p, int line, uint8_t **buf)
235 static int encode_frame(QtrleEncContext *s, AVFrame *p, uint8_t *buf)
277 QtrleEncContext * const s = avctx->priv_data;
309 QtrleEncContext *s = avctx->priv_data;
322 sizeof(QtrleEncContext),

Completed in 84 milliseconds