Searched refs:avpicture_get_size (Results 1 - 25 of 38) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drawvideodec.c61 st->codec->bit_rate = av_rescale_q(avpicture_get_size(st->codec->pix_fmt, s->width, s->height),
76 packet_size = avpicture_get_size(st->codec->pix_fmt, width, height);
H A Dfrmdec.c83 packet_size = avpicture_get_size(stc->pix_fmt, stc->width, stc->height);
H A Dyuv4mpegdec.c290 packet_size = avpicture_get_size(st->codec->pix_fmt, width, height);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Davpicture.c49 int avpicture_get_size(enum AVPixelFormat pix_fmt, int width, int height) function
H A Drawenc.c50 int ret = avpicture_get_size(avctx->pix_fmt, avctx->width, avctx->height);
H A Dpnm_parser.c69 + avpicture_get_size(avctx->pix_fmt, avctx->width, avctx->height);
H A Dlibutvideodec.cpp90 utv->buf_size = avpicture_get_size(avctx->pix_fmt, avctx->width, avctx->height);
H A Dpnmenc.c33 if ((ret = ff_alloc_packet2(avctx, pkt, avpicture_get_size(avctx->pix_fmt,
H A Dtargaenc.c87 picsize = avpicture_get_size(avctx->pix_fmt, avctx->width, avctx->height);
H A Dvble.c190 ctx->size = avpicture_get_size(avctx->pix_fmt,
H A Drawdec.c112 context->frame_size = avpicture_get_size(avctx->pix_fmt,
117 context->frame_size = avpicture_get_size(avctx->pix_fmt, avctx->width,
H A Ddpxenc.c177 size = avpicture_get_size(avctx->pix_fmt, avctx->width, avctx->height);
H A Dlibutvideoenc.cpp97 utv->buf_size = avpicture_get_size(avctx->pix_fmt,
H A Dlibschroedingerenc.c158 p_schro_params->frame_size = avpicture_get_size(avctx->pix_fmt,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drawvideodec.c33 packet_size = avpicture_get_size(st->codec->pix_fmt, width, height);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dpnm_parser.c69 + avpicture_get_size(avctx->pix_fmt, avctx->width, avctx->height);
H A Dpamenc.c37 if (buf_size < avpicture_get_size(avctx->pix_fmt, avctx->width, avctx->height) + 200) {
H A Dlibdiracdec.c135 pict_size = avpicture_get_size(avccontext->pix_fmt,
H A Dpnmenc.c36 if (buf_size < avpicture_get_size(avctx->pix_fmt, avctx->width, avctx->height) + 200) {
H A Dtargaenc.c88 picsize = avpicture_get_size(avctx->pix_fmt, avctx->width, avctx->height);
H A Drawdec.c90 context->length = avpicture_get_size(avctx->pix_fmt, avctx->width, avctx->height);
H A Dvble.c205 ctx->size = avpicture_get_size(avctx->pix_fmt,
H A Dlibdiracenc.c157 p_dirac_params->frame_size = avpicture_get_size(avccontext->pix_fmt,
H A Dlibschroedingerenc.c160 p_schro_params->frame_size = avpicture_get_size(avccontext->pix_fmt,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dlavfi.c364 size = avpicture_get_size(frame->format, frame->width, frame->height);

Completed in 141 milliseconds

12