HomeSort by relevance Sort by last modified time
    Searched refs:buf_width (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 488 int32_t buf_width, buf_height; local
489 PVGetBufferDimensions(mHandle, &buf_width, &buf_height);
491 CHECK_LE(disp_width, buf_width);
494 ALOGV("disp_width = %d, disp_height = %d, buf_width = %d, buf_height = %d",
495 disp_width, disp_height, buf_width, buf_height);
510 if (buf_width != mWidth || buf_height != mHeight) {
511 mWidth = buf_width;
  /frameworks/av/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 349 milliseconds