Searched refs:queue_frames (Results 1 – 2 of 2) sorted by relevance
| /third_party/ffmpeg/libavcodec/ |
| D | libvpxenc.c | 1302 static int queue_frames(AVCodecContext *avctx, struct vpx_codec_ctx *encoder, in queue_frames() function 1771 coded_size = queue_frames(avctx, &ctx->encoder, &ctx->coded_frame_list, pkt); in vpx_encode() 1773 queue_frames(avctx, &ctx->encoder_alpha, &ctx->alpha_coded_frame_list, NULL); in vpx_encode()
|
| D | libaomenc.c | 1117 static int queue_frames(AVCodecContext *avctx, AVPacket *pkt_out) in queue_frames() function 1246 coded_size = queue_frames(avctx, pkt); in aom_encode()
|