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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibvpxenc.c195 static void coded_frame_add(void *list, struct FrameListData *cx_frame) argument
201 *p = cx_frame;
202 cx_frame->next = NULL;
205 static av_cold void free_coded_frame(struct FrameListData *cx_frame) argument
207 av_freep(&cx_frame->buf);
208 if (cx_frame->buf_alpha)
209 av_freep(&cx_frame->buf_alpha);
210 av_freep(&cx_frame);
508 * Write information from @a cx_frame to @a pkt
512 static int storeframe(AVCodecContext *avctx, struct FrameListData *cx_frame, argument
578 struct FrameListData *cx_frame = ctx->coded_frame_list; local
595 struct FrameListData cx_frame; local
605 struct FrameListData *cx_frame = local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlibvpxenc.c154 static void coded_frame_add(void *list, struct FrameListData *cx_frame) argument
160 *p = cx_frame;
161 cx_frame->next = NULL;
164 static av_cold void free_coded_frame(struct FrameListData *cx_frame) argument
166 av_freep(&cx_frame->buf);
167 av_freep(&cx_frame);
367 * Write buffer information from @a cx_frame to @a buf & @a buf_size.
372 static int storeframe(AVCodecContext *avctx, struct FrameListData *cx_frame, argument
375 if ((int) cx_frame->sz <= buf_size) {
376 buf_size = cx_frame
411 struct FrameListData *cx_frame = ctx->coded_frame_list; local
426 struct FrameListData cx_frame; local
436 struct FrameListData *cx_frame = local
[all...]

Completed in 90 milliseconds