Searched refs:p_frame (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlibschroedinger.c96 SchroFrame *p_frame; local
109 p_frame = schro_frame_new();
110 p_frame->format = schro_frame_fmt;
111 p_frame->width = y_width;
112 p_frame->height = y_height;
113 schro_frame_set_free_callback(p_frame, FreeSchroFrame, (void *)p_pic);
116 p_frame->components[i].width = i ? uv_width : y_width;
117 p_frame->components[i].stride = p_pic->linesize[i];
118 p_frame->components[i].height = i ? uv_height : y_height;
119 p_frame
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibschroedinger.c183 SchroFrame *p_frame; local
199 p_frame = schro_frame_new();
200 p_frame->format = schro_frame_fmt;
201 p_frame->width = y_width;
202 p_frame->height = y_height;
203 schro_frame_set_free_callback(p_frame, free_schro_frame, (void *)p_pic);
206 p_frame->components[i].width = i ? uv_width : y_width;
207 p_frame->components[i].stride = p_pic->linesize[i];
208 p_frame->components[i].height = i ? uv_height : y_height;
209 p_frame
[all...]
H A Divi_common.h272 AVFrame *p_frame; member in struct:IVI45DecContext
H A Dindeo4.c689 ctx->p_frame = av_frame_alloc();
690 if (!ctx->p_frame)
H A Divi_common.c1076 av_frame_move_ref(data, ctx->p_frame);
1170 ff_ivi_decode_frame(avctx, ctx->p_frame, &ctx->got_p_frame, &pkt);
1206 av_frame_free(&ctx->p_frame);

Completed in 112 milliseconds