Home
last modified time | relevance | path

Searched defs:cx_frame (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dlibaomenc.c282 static void coded_frame_add(void *list, struct FrameListData *cx_frame) in coded_frame_add() argument
292 static av_cold void free_coded_frame(struct FrameListData *cx_frame) in free_coded_frame() argument
1055 static int storeframe(AVCodecContext *avctx, struct FrameListData *cx_frame, in storeframe() argument
1125 struct FrameListData *cx_frame = ctx->coded_frame_list; queue_frames() local
1140 struct FrameListData cx_frame; queue_frames() local
1150 struct FrameListData *cx_frame = queue_frames() local
[all...]
H A Dlibvpxenc.c300 static void coded_frame_add(void *list, struct FrameListData *cx_frame) in coded_frame_add() argument
310 static av_cold void free_coded_frame(struct FrameListData *cx_frame) in free_coded_frame() argument
1238 static int storeframe(AVCodecContext *avctx, struct FrameListData *cx_frame, in storeframe() argument
1311 struct FrameListData *cx_frame = *frame_list; queue_frames() local
1326 struct FrameListData cx_frame; queue_frames() local
1336 struct FrameListData *cx_frame = av_malloc(sizeof(*cx_frame)); queue_frames() local
1776 struct FrameListData *cx_frame = ctx->coded_frame_list; vpx_encode() local
[all...]

Completed in 5 milliseconds