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

  /frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 65 size_t bufWidth, bufHeight;
73 bufWidth = (mCropWidth + 1) & ~1;
83 bufWidth = mCropWidth;
111 bufWidth,
  /frameworks/native/services/surfaceflinger/
Layer.cpp 558 uint32_t bufWidth = buf->getWidth();
564 swap(bufWidth, bufHeight);
572 (bufWidth == front.requested.w &&
596 this, bufWidth, bufHeight, item.mTransform, item.mScalingMode,
614 if (front.active.w != bufWidth ||
662 uint32_t bufWidth = mActiveBuffer->getWidth();
664 if (bufWidth != uint32_t(oldActiveBuffer->width) ||
  /device/samsung/crespo/sec_mm/sec_omx/sec_osal/
SEC_OSAL_Buffer.cpp 306 OMX_U32 bufWidth, bufHeight;
315 bufWidth = ((buf->width + 15) / 16) * 16;
317 frameSize = (bufWidth * bufHeight * 3) / 2;
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/h264dec/
SEC_OMX_H264dec.c 902 int bufWidth = 0;
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/mpeg4dec/
SEC_OMX_Mpeg4dec.c     [all...]

Completed in 118 milliseconds