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

  /external/libjpeg-turbo/
jcprepct.c 205 int buf_height = cinfo->max_v_samp_factor * 3; local
254 if (prep->this_row_group >= buf_height)
256 if (prep->next_buf_row >= buf_height)
  /external/opencv3/3rdparty/libjpeg/
jcprepct.c 205 int buf_height = cinfo->max_v_samp_factor * 3; local
254 if (prep->this_row_group >= buf_height)
256 if (prep->next_buf_row >= buf_height)
  /external/pdfium/third_party/libjpeg/
fpdfapi_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 324 uint32_t buf_width, buf_height; local
325 PVGetBufferDimensions(mHandle, (int32 *)&buf_width, (int32 *)&buf_height);
328 CHECK_LE(disp_height, buf_height);
330 ALOGV("disp_width = %d, disp_height = %d, buf_width = %d, buf_height = %d",
331 disp_width, disp_height, buf_width, buf_height);
334 if (disp_width != buf_width || disp_height != buf_height) {
349 &portWillReset, buf_width, buf_height, cropSettingsMode, fakeStride);
  /hardware/qcom/msm8994/kernel-headers/media/
msmb_isp.h 162 uint32_t buf_height; member in struct:msm_vfe_fetch_engine_cfg
  /hardware/qcom/msm8994/original-kernel-headers/media/
msmb_isp.h 148 uint32_t buf_height; member in struct:msm_vfe_fetch_engine_cfg
  /hardware/qcom/msm8996/kernel-headers/media/
msmb_isp.h 165 uint32_t buf_height; member in struct:msm_vfe_fetch_engine_cfg
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/media/
msmb_isp.h 146 uint32_t buf_height; member in struct:msm_vfe_fetch_engine_cfg

Completed in 1033 milliseconds