Searched refs:storeframe (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | libaomenc.c | 965 static int storeframe(AVCodecContext *avctx, struct FrameListData *cx_frame, in storeframe() function 1037 size = storeframe(avctx, cx_frame, pkt_out); in queue_frames() 1056 size = storeframe(avctx, &cx_frame, pkt_out); in queue_frames()
|
D | libvpxenc.c | 1185 static int storeframe(AVCodecContext *avctx, struct FrameListData *cx_frame, in storeframe() function 1274 size = storeframe(avctx, cx_frame, pkt_out); in queue_frames() 1295 size = storeframe(avctx, &cx_frame, pkt_out); in queue_frames()
|