Home | History | Annotate | Download | only in src

Lines Matching refs:src_dim

224         input_port.format.image.nFrameWidth = src_buf->src_dim.width;
225 input_port.format.image.nFrameHeight =src_buf->src_dim.height;
226 input_port.format.image.nStride = src_buf->src_dim.width;
227 input_port.format.image.nSliceHeight = src_buf->src_dim.height;
333 src_buf->crop.width = src_buf->src_dim.width;
334 src_buf->crop.height = src_buf->src_dim.height;
338 if ((src_buf->crop.width + src_buf->crop.offset_x > src_buf->src_dim.width) ||
339 (src_buf->crop.height + src_buf->crop.offset_y > src_buf->src_dim.height)) {
346 src_buf->src_dim.width,
347 src_buf->src_dim.height);
365 src_buf->crop.width != src_buf->src_dim.width ||
366 src_buf->crop.height != src_buf->src_dim.height ||
367 src_buf->src_dim.width != src_buf->out_dim.width ||
368 src_buf->src_dim.height != src_buf->out_dim.height) {
396 src_buf->crop.width = src_buf->src_dim.width;
397 src_buf->crop.height = src_buf->src_dim.height;
400 if ((src_buf->crop.width + src_buf->crop.offset_x > src_buf->src_dim.width) ||
401 (src_buf->crop.height + src_buf->crop.offset_y > src_buf->src_dim.height)) {
405 src_buf->src_dim.width,
406 src_dim.height);
415 if ((src_buf->src_dim.width != src_buf->crop.width) ||
416 (src_buf->src_dim.height != src_buf->crop.height) ||
417 (src_buf->src_dim.width != src_buf->out_dim.width) ||
418 (src_buf->src_dim.height != src_buf->out_dim.height)) {