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

  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 481 int32_t buf_width, buf_height; local
482 PVGetBufferDimensions(mHandle, &buf_width, &buf_height);
485 CHECK_LE(disp_height, buf_height);
487 LOGV("disp_width = %d, disp_height = %d, buf_width = %d, buf_height = %d",
488 disp_width, disp_height, buf_width, buf_height);
503 if (buf_width != mWidth || buf_height != mHeight) {
505 mHeight = 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)
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/include/
mp4dec_api.h 162 OSCL_IMPORT_REF void PVGetBufferDimensions(VideoDecControls *decCtrl, int32 *buf_width, int32 *buf_height);

Completed in 62 milliseconds