avcodec_check_dimensions  160 libavcodec/8bps.c     if (avcodec_check_dimensions(avctx, avctx->width, avctx->height) < 0) {
avcodec_check_dimensions 2891 libavcodec/avcodec.h int avcodec_check_dimensions(void *av_log_ctx, unsigned int w, unsigned int h);
avcodec_check_dimensions  217 libavcodec/cscd.c     if (avcodec_check_dimensions(avctx, avctx->height, avctx->width) < 0) {
avcodec_check_dimensions  294 libavcodec/dnxhddec.c     if (avcodec_check_dimensions(avctx, ctx->width, ctx->height))
avcodec_check_dimensions  296 libavcodec/dxa.c     if (avcodec_check_dimensions(avctx, avctx->width, avctx->height) < 0) {
avcodec_check_dimensions  157 libavcodec/eacmv.c     if (avcodec_check_dimensions(s->avctx, s->width, s->height))
avcodec_check_dimensions  272 libavcodec/eatgv.c     if (avcodec_check_dimensions(avctx, s->width, s->height))
avcodec_check_dimensions  111 libavcodec/flashsvenc.c     if (avcodec_check_dimensions(avctx, avctx->width, avctx->height) < 0) {
avcodec_check_dimensions  297 libavcodec/gifdec.c     if (avcodec_check_dimensions(avctx, s->screen_width, s->screen_height))
avcodec_check_dimensions 6315 libavcodec/h263.c     if(avcodec_check_dimensions(s->avctx, width, height))
avcodec_check_dimensions 7180 libavcodec/h264.c        avcodec_check_dimensions(NULL, 16*sps->mb_width, 16*sps->mb_height)){
avcodec_check_dimensions  711 libavcodec/imgconvert.c     if(avcodec_check_dimensions(NULL, width, height))
avcodec_check_dimensions  997 libavcodec/indeo3.c     if(avcodec_check_dimensions(NULL, image_width, image_height))
avcodec_check_dimensions  537 libavcodec/lcldec.c     if (avcodec_check_dimensions(avctx, avctx->width, avctx->height) < 0) {
avcodec_check_dimensions  111 libavcodec/libdiracdec.c             if (avcodec_check_dimensions(avccontext, src_params->width,
avcodec_check_dimensions  109 libavcodec/libopenjpeg.c     if(avcodec_check_dimensions(avctx, width, height) < 0) {
avcodec_check_dimensions  176 libavcodec/libschroedingerdec.c     if(avcodec_check_dimensions(avccontext, p_schro_params->format->width,
avcodec_check_dimensions  218 libavcodec/mjpegdec.c     if(avcodec_check_dimensions(s->avctx, width, height))
avcodec_check_dimensions   61 libavcodec/mmvideo.c     if (avcodec_check_dimensions(avctx, avctx->width, avctx->height))
avcodec_check_dimensions  424 libavcodec/mpegvideo.c     if((s->width || s->height) && avcodec_check_dimensions(s->avctx, s->width, s->height))
avcodec_check_dimensions  114 libavcodec/nuv.c         if (avcodec_check_dimensions(avctx, height, width) < 0)
avcodec_check_dimensions  134 libavcodec/pcx.c     if (avcodec_check_dimensions(avctx, w, h))
avcodec_check_dimensions  431 libavcodec/pngdec.c             if(avcodec_check_dimensions(avctx, s->width, s->height)){
avcodec_check_dimensions   98 libavcodec/pnm.c         if (w <= 0 || h <= 0 || maxval <= 0 || depth <= 0 || tuple_type[0] == '\0' || avcodec_check_dimensions(avctx, w, h))
avcodec_check_dimensions  131 libavcodec/pnm.c     if(avcodec_check_dimensions(avctx, avctx->width, avctx->height))
avcodec_check_dimensions   66 libavcodec/ptx.c     if (avcodec_check_dimensions(avctx, w, h))
avcodec_check_dimensions  136 libavcodec/qdrw.c     if (avcodec_check_dimensions(avctx, avctx->width, avctx->height) < 0) {
avcodec_check_dimensions   65 libavcodec/qtrleenc.c     if (avcodec_check_dimensions(avctx, avctx->width, avctx->height) < 0) {
avcodec_check_dimensions  943 libavcodec/roqvideoenc.c     if (avcodec_check_dimensions(avctx, avctx->width, avctx->height)) {
avcodec_check_dimensions  457 libavcodec/rv10.c             if (avcodec_check_dimensions(s->avctx, new_h, new_w) < 0)
avcodec_check_dimensions  123 libavcodec/rv40.c     if(avcodec_check_dimensions(r->s.avctx, w, h) < 0)
avcodec_check_dimensions  200 libavcodec/sgidec.c     if (avcodec_check_dimensions(avctx, s->width, s->height))
avcodec_check_dimensions  517 libavcodec/smacker.c     if (avcodec_check_dimensions(avctx, avctx->width, avctx->height) < 0) {
avcodec_check_dimensions   99 libavcodec/sunrast.c     if (avcodec_check_dimensions(avctx, w, h))
avcodec_check_dimensions  146 libavcodec/targa.c     if(avcodec_check_dimensions(avctx, w, h))
avcodec_check_dimensions  269 libavcodec/tiff.c             if(avcodec_check_dimensions(s->avctx, s->width, s->height))
avcodec_check_dimensions  820 libavcodec/truemotion2.c     if (avcodec_check_dimensions(avctx, avctx->width, avctx->height) < 0) {
avcodec_check_dimensions  143 libavcodec/tscc.c     if (avcodec_check_dimensions(avctx, avctx->width, avctx->height) < 0) {
avcodec_check_dimensions   81 libavcodec/txd.c     if (avcodec_check_dimensions(avctx, w, h))
avcodec_check_dimensions  215 libavcodec/utils.c     if(avcodec_check_dimensions(s,w,h))
avcodec_check_dimensions  455 libavcodec/utils.c     if((avctx->coded_width||avctx->coded_height) && avcodec_check_dimensions(avctx,avctx->coded_width,avctx->coded_height)){
avcodec_check_dimensions  505 libavcodec/utils.c     if(avcodec_check_dimensions(avctx,avctx->width,avctx->height))
avcodec_check_dimensions  539 libavcodec/utils.c     if((avctx->coded_width||avctx->coded_height) && avcodec_check_dimensions(avctx,avctx->coded_width,avctx->coded_height))
avcodec_check_dimensions  244 libavcodec/vb.c     if (avcodec_check_dimensions(avctx, avctx->width, avctx->height) < 0) {
avcodec_check_dimensions  470 libavcodec/vmnc.c     if (avcodec_check_dimensions(avctx, avctx->width, avctx->height) < 0) {
avcodec_check_dimensions 2091 libavcodec/vp3.c     if(avcodec_check_dimensions(avctx, s->width, s->height)){
avcodec_check_dimensions  151 libavcodec/vqavideo.c     if(avcodec_check_dimensions(avctx, s->width, s->height)){
avcodec_check_dimensions   73 libavcodec/xan.c     if(avcodec_check_dimensions(avctx, avctx->width, avctx->height))
avcodec_check_dimensions   74 libavcodec/xsubdec.c     if (avcodec_check_dimensions(avctx, w, h) < 0)
avcodec_check_dimensions  604 libavcodec/zmbv.c     if (avcodec_check_dimensions(avctx, avctx->width, avctx->height) < 0) {
avcodec_check_dimensions  268 libavcodec/zmbvenc.c     if (avcodec_check_dimensions(avctx, avctx->width, avctx->height) < 0) {
avcodec_check_dimensions  119 libavdevice/v4l.c     if(avcodec_check_dimensions(s1, s->video_win.width, s->video_win.height) < 0)
avcodec_check_dimensions  525 libavdevice/v4l2.c     if(avcodec_check_dimensions(s1, ap->width, ap->height) < 0)