Searched defs:buf_height (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp306 uint32_t buf_width, buf_height; local
307 PVGetBufferDimensions(mHandle, (int32 *)&buf_width, (int32 *)&buf_height);
310 CHECK_LE(disp_height, buf_height);
312 ALOGV("disp_width = %d, disp_height = %d, buf_width = %d, buf_height = %d",
313 disp_width, disp_height, buf_width, buf_height);
316 if (disp_width != buf_width || disp_height != buf_height) {
331 &portWillReset, buf_width, buf_height, cropSettingsMode, fakeStride);

Completed in 45 milliseconds