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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dlibvpxenc.c143 static void coded_frame_add(void *list, struct FrameListData *cx_frame) argument
149 *p = cx_frame;
150 cx_frame->next = NULL;
153 static av_cold void free_coded_frame(struct FrameListData *cx_frame) argument
155 av_freep(&cx_frame->buf);
156 av_freep(&cx_frame);
321 * Write buffer information from @a cx_frame to @a buf & @a buf_size.
326 static int storeframe(AVCodecContext *avctx, struct FrameListData *cx_frame, argument
329 if ((int) cx_frame->sz <= buf_size) {
330 buf_size = cx_frame
365 struct FrameListData *cx_frame = ctx->coded_frame_list; local
380 struct FrameListData cx_frame; local
390 struct FrameListData *cx_frame = local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dlibvpxenc.c143 static void coded_frame_add(void *list, struct FrameListData *cx_frame) argument
149 *p = cx_frame;
150 cx_frame->next = NULL;
153 static av_cold void free_coded_frame(struct FrameListData *cx_frame) argument
155 av_freep(&cx_frame->buf);
156 av_freep(&cx_frame);
321 * Write buffer information from @a cx_frame to @a buf & @a buf_size.
326 static int storeframe(AVCodecContext *avctx, struct FrameListData *cx_frame, argument
329 if ((int) cx_frame->sz <= buf_size) {
330 buf_size = cx_frame
365 struct FrameListData *cx_frame = ctx->coded_frame_list; local
380 struct FrameListData cx_frame; local
390 struct FrameListData *cx_frame = local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dlibvpxenc.c143 static void coded_frame_add(void *list, struct FrameListData *cx_frame) argument
149 *p = cx_frame;
150 cx_frame->next = NULL;
153 static av_cold void free_coded_frame(struct FrameListData *cx_frame) argument
155 av_freep(&cx_frame->buf);
156 av_freep(&cx_frame);
321 * Write buffer information from @a cx_frame to @a buf & @a buf_size.
326 static int storeframe(AVCodecContext *avctx, struct FrameListData *cx_frame, argument
329 if ((int) cx_frame->sz <= buf_size) {
330 buf_size = cx_frame
365 struct FrameListData *cx_frame = ctx->coded_frame_list; local
380 struct FrameListData cx_frame; local
390 struct FrameListData *cx_frame = local
[all...]

Completed in 116 milliseconds