Searched refs:storeframe (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | libvpxenc.c | 1238 static int storeframe(AVCodecContext *avctx, struct FrameListData *cx_frame, in storeframe() function 1313 size = storeframe(avctx, cx_frame, NULL, pkt_out); in queue_frames() 1332 size = storeframe(avctx, &cx_frame, NULL, pkt_out); in queue_frames() 1780 coded_size = storeframe(avctx, cx_frame, alpha_cx_frame, pkt); in vpx_encode()
|
H A D | libaomenc.c | 1055 static int storeframe(AVCodecContext *avctx, struct FrameListData *cx_frame, in storeframe() function 1127 size = storeframe(avctx, cx_frame, pkt_out); in queue_frames() 1146 size = storeframe(avctx, &cx_frame, pkt_out); in queue_frames()
|
Completed in 6 milliseconds