HomeSort by relevance Sort by last modified time
    Searched defs:buf_height (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/libjpeg_turbo/
jcprepct.c 203 int buf_height = cinfo->max_v_samp_factor * 3; local
252 if (prep->this_row_group >= buf_height)
254 if (prep->next_buf_row >= buf_height)
  /external/jpeg/
jcprepct.c 203 int buf_height = cinfo->max_v_samp_factor * 3; local
252 if (prep->this_row_group >= buf_height)
254 if (prep->next_buf_row >= buf_height)
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcprepct.c 204 int buf_height = cinfo->max_v_samp_factor * 3; local
253 if (prep->this_row_group >= buf_height)
255 if (prep->next_buf_row >= buf_height)
  /external/qemu/distrib/jpeg-6b/
jcprepct.c 203 int buf_height = cinfo->max_v_samp_factor * 3; local
252 if (prep->this_row_group >= buf_height)
254 if (prep->next_buf_row >= buf_height)
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 291 uint32_t buf_width, buf_height; local
292 PVGetBufferDimensions(mHandle, (int32 *)&buf_width, (int32 *)&buf_height);
295 CHECK_LE(disp_height, buf_height);
297 ALOGV("disp_width = %d, disp_height = %d, buf_width = %d, buf_height = %d",
298 disp_width, disp_height, buf_width, buf_height);
301 if (disp_width != buf_width || disp_height != buf_height) {
316 &portWillReset, buf_width, buf_height, cropSettingsMode, fakeStride);

Completed in 192 milliseconds