Searched refs:disp_width (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp481 int32_t disp_width, disp_height; local
482 PVGetVideoDimensions(mHandle, &disp_width, &disp_height);
487 CHECK_LE(disp_width, buf_width);
490 ALOGV("disp_width = %d, disp_height = %d, buf_width = %d, buf_height = %d",
491 disp_width, disp_height, buf_width, buf_height);
493 if (mCropRight != disp_width - 1
497 mCropRight = disp_width - 1;

Completed in 22 milliseconds