HomeSort by relevance Sort by last modified time
    Searched refs:image_height (Results 26 - 50 of 101) sorted by null

12 3 4 5

  /external/webrtc/webrtc/common_video/
video_frame.cc 36 int ExpectedSize(int plane_stride, int image_height, PlaneType type) {
38 return plane_stride * image_height;
39 return plane_stride * ((image_height + 1) / 2);
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jpeg.cpp 176 cinfo.image_height = height;
197 while (cinfo.next_scanline < cinfo.image_height) {
295 height = cinfo.image_height;
380 cinfo.image_height = m_OrigHeight;
392 m_OrigHeight = cinfo.image_height;
658 *height = p->m_Info.image_height;
  /external/pdfium/third_party/libjpeg/
fpdfapi_jcmaster.c 55 if (cinfo->image_height <= 0 || cinfo->image_width <= 0
60 if ((long) cinfo->image_height > (long) JPEG_MAX_DIMENSION ||
105 jdiv_round_up((long) cinfo->image_height * (long) compptr->v_samp_factor,
112 jdiv_round_up((long) cinfo->image_height * (long) compptr->v_samp_factor,
122 jdiv_round_up((long) cinfo->image_height,
353 jdiv_round_up((long) cinfo->image_height,
fpdfapi_jdmarker.c 244 JDIMENSION image_width, image_height; local
253 INPUT_2BYTES(cinfo, image_height, return FALSE);
260 if (image_height <= JPEG_MAX_DIMENSION)
261 cinfo->image_height = image_height;
266 (int) cinfo->image_width, (int) cinfo->image_height,
275 if (cinfo->image_height <= 0 || cinfo->image_width <= 0
    [all...]
fpdfapi_jcprepct.c 86 prep->rows_to_go = cinfo->image_height;
217 if (prep->rows_to_go == cinfo->image_height) {
fpdfapi_jctrans.c 76 dstinfo->image_height = srcinfo->image_height;
fpdfapi_jcmarker.c 288 if ((long) cinfo->image_height > 65535L ||
293 emit_2bytes(cinfo, (int) cinfo->image_height);
  /external/libjpeg-turbo/
bmp.c 209 *w=cinfo.image_width; *h=cinfo.image_height;
219 while(cinfo.next_scanline<cinfo.image_height)
283 dinfo.image_width=w; dinfo.image_height=h;
rdbmp.c 232 for (row = 0; row < cinfo->image_height; row++) {
235 progress->pub.pass_limit = (long) cinfo->image_height;
266 source->source_row = cinfo->image_height;
446 cinfo->image_height = (JDIMENSION) biHeight;
rdtarga.c 282 source_row = cinfo->image_height - source->current_row - 1;
308 for (row = 0; row < cinfo->image_height; row++) {
311 progress->pub.pass_limit = (long) cinfo->image_height;
466 cinfo->image_height = height;
jcprepct.c 88 prep->rows_to_go = cinfo->image_height;
219 if (prep->rows_to_go == cinfo->image_height) {
jctrans.c 79 dstinfo->image_height = srcinfo->image_height;
turbojpeg.c 769 cinfo->image_height=height;
791 while(cinfo->next_scanline<cinfo->image_height)
794 cinfo->image_height-cinfo->next_scanline);
886 cinfo->image_height=height;
1078 cinfo->image_height=height;
1102 ph[i]=PAD(cinfo->image_height, cinfo->max_v_samp_factor)
1133 for(row=0; row<(int)cinfo->image_height;
    [all...]
transupp.c     [all...]
  /external/opencv3/3rdparty/include/opencl/1.2/CL/
cl_ext.h 261 size_t image_height,
  /device/generic/goldfish/camera/fake-pipeline2/
JpegCompressor.cpp 164 mCInfo.image_height = mAuxBuffer.height;
178 while (mCInfo.next_scanline < mCInfo.image_height) {
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_colors.cpp 176 int image_height,
326 int image_height,
376 int image_height,
401 int image_height,
484 int image_height,
524 int image_height,
611 int image_height,
673 int image_height,
817 int image_height,
826 if (m_nComponents > 3 || image_width * image_height < nMaxColors * 3 / 2)
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jcprepct.c 86 prep->rows_to_go = cinfo->image_height;
219 if (prep->rows_to_go == cinfo->image_height) {
jctrans.c 77 dstinfo->image_height = srcinfo->image_height;
  /external/webp/src/dec/
webp.c 288 int image_height = 0; local
332 image_height = canvas_height;
376 &image_width, &image_height)) {
385 if (!VP8LGetInfo(data, data_size, &image_width, &image_height, has_alpha)) {
391 if (canvas_width != image_width || canvas_height != image_height) {
410 if (height != NULL) *height = image_height;
  /external/libvncserver/common/
turbojpeg.c 576 cinfo->image_height=height;
596 while(cinfo->next_scanline<cinfo->image_height)
599 cinfo->image_height-cinfo->next_scanline);
709 *height=dinfo->image_height;
786 jpegwidth=dinfo->image_width; jpegheight=dinfo->image_height;
  /external/skia/src/codec/
SkJpegCodec.cpp 57 decoderMgr->dinfo()->image_height, colorType, kOpaque_SkAlphaType);
144 dinfo.image_height = this->getInfo().height();
255 dinfo.image_height = this->getInfo().height();
  /external/opencv3/3rdparty/libtiff/
tif_jpeg.c     [all...]
  /external/opencv3/modules/ts/misc/
xls-report.py 318 (image_width, image_height) = map(int, image_size.split('x', 1))
320 sheet.write(row, 3, image_height)
  /hardware/ti/omap4-aah/camera/
Encoder_libjpeg.cpp 490 cinfo.image_height = out_height;
505 while ((cinfo.next_scanline < cinfo.image_height) && !mCancelEncoding) {

Completed in 1475 milliseconds

12 3 4 5