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

  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/
M4vH263Decoder.cpp 226 int32_t buf_width, buf_height; local
227 PVGetBufferDimensions(mHandle, &buf_width, &buf_height);
229 if (buf_width != mWidth || buf_height != mHeight) {
235 mWidth = buf_width;
240 CHECK_LE(disp_width, buf_width);
  /device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/
SsbSipMfcApi.h 140 int buf_width; // [OUT] width aligned to 16 member in struct:__anon1412
272 int buf_width; member in struct:__anon1418

Completed in 371 milliseconds