Searched refs:encode_frame (Results 1 - 25 of 51) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dlclenc.c71 static int encode_frame(AVCodecContext *avctx, unsigned char *buf, int buf_size, void *data){ function
187 encode_frame,
H A Dv210enc.c51 static int encode_frame(AVCodecContext *avctx, unsigned char *buf, function
126 encode_frame,
H A Dwmaenc.c313 static int encode_frame(WMACodecContext *s, float (*src_coefs)[BLOCK_MAX_SIZE], uint8_t *buf, int buf_size, int total_gain){ function
354 int error= encode_frame(s, s->coefs, buf, buf_size, total_gain-i);
360 best= encode_frame(s, s->coefs, buf, buf_size, total_gain);
362 int scoreL= encode_frame(s, s->coefs, buf, buf_size, total_gain-i);
363 int scoreR= encode_frame(s, s->coefs, buf, buf_size, total_gain+i);
375 encode_frame(s, s->coefs, buf, buf_size, total_gain);
H A Dsgienc.c44 static int encode_frame(AVCodecContext *avctx, unsigned char *buf, function
168 encode_frame,
H A Dcljr.c91 static int encode_frame(AVCodecContext *avctx, unsigned char *buf, int buf_size, void *data){ function
158 encode_frame,
H A Dvcr1.c123 static int encode_frame(AVCodecContext *avctx, unsigned char *buf, int buf_size, void *data){ function
199 encode_frame,
H A Dlibtheoraenc.c263 static int encode_frame(AVCodecContext* avc_context, uint8_t *outbuf, function
367 .encode = encode_frame,
H A Dqtrleenc.c239 static int encode_frame(QtrleEncContext *s, AVFrame *p, uint8_t *buf) function
305 chunksize = encode_frame(s, pict, buf);
H A Dnellymoserenc.c351 static int encode_frame(AVCodecContext *avctx, uint8_t *frame, int buf_size, void *data) function
391 .encode = encode_frame,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dlclenc.c71 static int encode_frame(AVCodecContext *avctx, unsigned char *buf, int buf_size, void *data){ function
187 encode_frame,
H A Dv210enc.c51 static int encode_frame(AVCodecContext *avctx, unsigned char *buf, function
126 encode_frame,
H A Dwmaenc.c313 static int encode_frame(WMACodecContext *s, float (*src_coefs)[BLOCK_MAX_SIZE], uint8_t *buf, int buf_size, int total_gain){ function
354 int error= encode_frame(s, s->coefs, buf, buf_size, total_gain-i);
360 best= encode_frame(s, s->coefs, buf, buf_size, total_gain);
362 int scoreL= encode_frame(s, s->coefs, buf, buf_size, total_gain-i);
363 int scoreR= encode_frame(s, s->coefs, buf, buf_size, total_gain+i);
375 encode_frame(s, s->coefs, buf, buf_size, total_gain);
H A Dcljr.c91 static int encode_frame(AVCodecContext *avctx, unsigned char *buf, int buf_size, void *data){ function
158 encode_frame,
H A Dsgienc.c44 static int encode_frame(AVCodecContext *avctx, unsigned char *buf, function
168 encode_frame,
H A Dvcr1.c123 static int encode_frame(AVCodecContext *avctx, unsigned char *buf, int buf_size, void *data){ function
199 encode_frame,
H A Dlibtheoraenc.c263 static int encode_frame(AVCodecContext* avc_context, uint8_t *outbuf, function
367 .encode = encode_frame,
H A Dqtrleenc.c239 static int encode_frame(QtrleEncContext *s, AVFrame *p, uint8_t *buf) function
305 chunksize = encode_frame(s, pict, buf);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dlclenc.c71 static int encode_frame(AVCodecContext *avctx, unsigned char *buf, int buf_size, void *data){ function
187 encode_frame,
H A Dv210enc.c51 static int encode_frame(AVCodecContext *avctx, unsigned char *buf, function
126 encode_frame,
H A Dwmaenc.c313 static int encode_frame(WMACodecContext *s, float (*src_coefs)[BLOCK_MAX_SIZE], uint8_t *buf, int buf_size, int total_gain){ function
354 int error= encode_frame(s, s->coefs, buf, buf_size, total_gain-i);
360 best= encode_frame(s, s->coefs, buf, buf_size, total_gain);
362 int scoreL= encode_frame(s, s->coefs, buf, buf_size, total_gain-i);
363 int scoreR= encode_frame(s, s->coefs, buf, buf_size, total_gain+i);
375 encode_frame(s, s->coefs, buf, buf_size, total_gain);
H A Dcljr.c91 static int encode_frame(AVCodecContext *avctx, unsigned char *buf, int buf_size, void *data){ function
158 encode_frame,
H A Dsgienc.c44 static int encode_frame(AVCodecContext *avctx, unsigned char *buf, function
168 encode_frame,
H A Dvcr1.c123 static int encode_frame(AVCodecContext *avctx, unsigned char *buf, int buf_size, void *data){ function
199 encode_frame,
H A Dlibtheoraenc.c263 static int encode_frame(AVCodecContext* avc_context, uint8_t *outbuf, function
367 .encode = encode_frame,
H A Dqtrleenc.c239 static int encode_frame(QtrleEncContext *s, AVFrame *p, uint8_t *buf) function
305 chunksize = encode_frame(s, pict, buf);

Completed in 180 milliseconds

123