Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dlibaomenc.c268 static void coded_frame_add(void *list, struct FrameListData *cx_frame) in coded_frame_add()
278 static av_cold void free_coded_frame(struct FrameListData *cx_frame) in free_coded_frame()
965 static int storeframe(AVCodecContext *avctx, struct FrameListData *cx_frame, in storeframe()
1035 struct FrameListData *cx_frame = ctx->coded_frame_list; in queue_frames() local
1050 struct FrameListData cx_frame; in queue_frames() local
1060 struct FrameListData *cx_frame = in queue_frames() local
Dlibvpxenc.c289 static void coded_frame_add(void *list, struct FrameListData *cx_frame) in coded_frame_add()
299 static av_cold void free_coded_frame(struct FrameListData *cx_frame) in free_coded_frame()
1185 static int storeframe(AVCodecContext *avctx, struct FrameListData *cx_frame, in storeframe()
1272 struct FrameListData *cx_frame = ctx->coded_frame_list; in queue_frames() local
1289 struct FrameListData cx_frame; in queue_frames() local
1299 struct FrameListData *cx_frame = av_malloc(sizeof(*cx_frame)); in queue_frames() local