Lines Matching refs:dim
220 static bool is_valid(SkISize dim) {
221 if (dim.width() <= 0 || dim.height() <= 0) {
225 return ((dim.width() | dim.height()) & 1) == 0;
228 bool SkVideoEncoder::beginRecording(SkISize dim, int fps) {
229 if (!is_valid(dim)) {
235 fInfo = SkImageInfo::MakeN32(dim.width(), dim.height(), alphaType, cs);
251 dim.width(), dim.height(), fmt,
252 dim.width(), dim.height(), AV_PIX_FMT_YUV420P,