Home | History | Annotate | Download | only in gpu

Lines Matching refs:height

51     org.y = 3 * fontSize.height * (lineOffsY + 1) / 2;
87 Ncv32u width, Ncv32u height,
102 NCVMatrixAlloc<Ncv8u> d_src(gpuAllocator, width, height);
104 NCVMatrixAlloc<Ncv8u> h_src(cpuAllocator, width, height);
124 roi.height = d_src.height();
182 frameSize.height = image.rows;
201 frameSize.height = frame.rows;
272 ncvStat = process(NULL, frameSize.width, frameSize.height,
284 printf("Initialized for frame size [%dx%d]\n", frameSize.width, frameSize.height);
308 Ncv32u ratioY = preferredVideoFrameSize.height / minSize.height;
312 minSize.height *= ratioSmallest;
320 ncvStat = process(&gray, frameSize.width, frameSize.height,
338 Size(minSize.width, minSize.height));