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

  /frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 65 size_t bufWidth, bufHeight;
74 bufHeight = (mCropHeight + 1) & ~1;
84 bufHeight = mCropHeight;
112 bufHeight,
  /frameworks/native/services/surfaceflinger/
Layer.cpp 559 uint32_t bufHeight = buf->getHeight();
564 swap(bufWidth, bufHeight);
573 bufHeight == front.requested.h))
596 this, bufWidth, bufHeight, item.mTransform, item.mScalingMode,
615 front.active.h != bufHeight) {
663 uint32_t bufHeight = mActiveBuffer->getHeight();
665 bufHeight != uint32_t(oldActiveBuffer->height)) {
  /device/samsung/crespo/sec_mm/sec_omx/sec_osal/
SEC_OSAL_Buffer.cpp 306 OMX_U32 bufWidth, bufHeight;
316 bufHeight = ((buf->height + 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 903 int bufHeight = 0;
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/mpeg4dec/
SEC_OMX_Mpeg4dec.c     [all...]

Completed in 467 milliseconds