Searched refs:avpicture_layout (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Drawenc.c46 int ret = avpicture_layout((AVPicture *)data, avctx->pix_fmt, avctx->width,
H A Ddpxenc.c141 size = avpicture_layout(data, avctx->pix_fmt,
H A Dlibdiracenc.c251 * So use avpicture_layout to copy the frame. */
252 avpicture_layout((AVPicture *)data, avccontext->pix_fmt,
H A Dlibschroedingerenc.c244 * when transcoding from one format to another. So use avpicture_layout
249 avpicture_layout((AVPicture *)in_data, avccontext->pix_fmt,
H A Dimgconvert.c443 int avpicture_layout(const AVPicture* src, enum PixelFormat pix_fmt, int width, int height, function
H A Davcodec.h3668 int avpicture_layout(const AVPicture* src, enum PixelFormat pix_fmt, int width, int height,
3675 * by avpicture_layout(), which can be smaller than the size required for e.g.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Davpicture.c41 int avpicture_layout(const AVPicture* src, enum AVPixelFormat pix_fmt, int width, int height, function
H A Drawenc.c57 if ((ret = avpicture_layout((const AVPicture *)frame, avctx->pix_fmt, avctx->width,
H A Ddpxenc.c214 size = avpicture_layout((const AVPicture*)frame, avctx->pix_fmt,
H A Dlibschroedingerenc.c243 * when transcoding from one format to another. So use avpicture_layout
248 avpicture_layout((const AVPicture *)frame, avctx->pix_fmt,
H A Davcodec.h4664 int avpicture_layout(const AVPicture *src, enum AVPixelFormat pix_fmt,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dlavfi.c371 avpicture_layout(&pict, frame->format, frame->width, frame->height,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavcodec/
H A Davcodec.h2670 int avpicture_layout(const AVPicture* src, int pix_fmt, int width, int height,

Completed in 248 milliseconds