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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dqtrleenc.c36 typedef struct QtrleEncContext { struct
60 } QtrleEncContext; typedef in typeref:struct:QtrleEncContext
64 QtrleEncContext *s = avctx->priv_data;
110 static void qtrle_encode_line(QtrleEncContext *s, AVFrame *p, int line, uint8_t **buf)
240 static int encode_frame(QtrleEncContext *s, AVFrame *p, uint8_t *buf)
283 QtrleEncContext * const s = avctx->priv_data;
315 QtrleEncContext *s = avctx->priv_data;
328 .priv_data_size = sizeof(QtrleEncContext),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dqtrleenc.c37 typedef struct QtrleEncContext { struct
61 } QtrleEncContext; typedef in typeref:struct:QtrleEncContext
65 QtrleEncContext *s = avctx->priv_data;
78 QtrleEncContext *s = avctx->priv_data;
140 static void qtrle_encode_line(QtrleEncContext *s, const AVFrame *p, int line, uint8_t **buf)
326 static int encode_frame(QtrleEncContext *s, const AVFrame *p, uint8_t *buf)
370 QtrleEncContext * const s = avctx->priv_data;
405 .priv_data_size = sizeof(QtrleEncContext),

Completed in 30 milliseconds