Home | History | Annotate | Download | only in ffmpeg

Lines Matching refs:coded_size

369   gfx::Size coded_size(stream->codec->coded_width, stream->codec->coded_height);
407 coded_size = visible_rect.size();
410 // Pad out |coded_size| for subsampled YUV formats.
412 coded_size.set_width((coded_size.width() + 1) / 2 * 2);
414 coded_size.set_height((coded_size.height() + 1) / 2 * 2);
431 coded_size, visible_rect, natural_size,
443 codec_context->coded_width = config.coded_size().width();
444 codec_context->coded_height = config.coded_size().height();