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

  /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/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 276 uint32_t buf_width, buf_height; local
277 PVGetBufferDimensions(mHandle, (int32 *)&buf_width, (int32 *)&buf_height);
280 CHECK_LE(disp_height, buf_height);
282 ALOGV("disp_width = %d, disp_height = %d, buf_width = %d, buf_height = %d",
283 disp_width, disp_height, buf_width, buf_height);
298 if (buf_width != mWidth || buf_height != mHeight) {
300 mHeight = buf_height;

Completed in 205 milliseconds