HomeSort by relevance Sort by last modified time
    Searched refs:bufferCount (Results 51 - 66 of 66) sorted by null

1 23

  /frameworks/av/media/libstagefright/
ACodec.cpp 618 OMX_U32 *bufferCount, OMX_U32 *bufferSize,
728 *bufferCount = 0;
785 *bufferCount = def.nBufferCountActual;
791 OMX_U32 bufferCount, bufferSize, minUndequeuedBuffers;
793 &bufferCount, &bufferSize, &minUndequeuedBuffers);
800 mComponentName.c_str(), bufferCount, bufferSize);
803 for (OMX_U32 i = 0; i < bufferCount; i++) {
844 cancelStart = bufferCount - minUndequeuedBuffers;
845 cancelEnd = bufferCount;
860 OMX_U32 bufferCount, bufferSize, minUndequeuedBuffers
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/
dri2_glx.c 109 int bufferCount;
366 pdraw->bufferCount = 0;
651 pdraw->bufferCount = count;
    [all...]
  /external/mesa3d/src/glx/
dri2_glx.c 109 int bufferCount;
366 pdraw->bufferCount = 0;
651 pdraw->bufferCount = count;
    [all...]
  /frameworks/native/libs/gui/
GLConsumer.cpp 173 status_t GLConsumer::setDefaultMaxBufferCount(int bufferCount) {
175 return mConsumer->setDefaultMaxBufferCount(bufferCount);
    [all...]
  /hardware/intel/img/hwcomposer/ips/anniedale/
AnnOverlayPlane.cpp 707 bool AnnOverlayPlane::initialize(uint32_t bufferCount)
709 if (!OverlayPlaneBase::initialize(bufferCount)) {
  /hardware/ti/omap4-aah/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 820 status_t V4LCameraAdapter::getFrameDataSize(size_t &dataFrameSize, size_t bufferCount)
826 status_t V4LCameraAdapter::getPictureBufferSize(CameraFrame &frame, size_t bufferCount)
    [all...]
  /hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h 454 virtual status_t getPictureBufferSize(CameraFrame &frame, size_t bufferCount);
455 virtual status_t getFrameDataSize(size_t &dataFrameSize, size_t bufferCount);
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCapture.cpp 278 status_t OMXCameraAdapter::getPictureBufferSize(size_t &length, size_t bufferCount)
290 imgCaptureData->mNumBufs = bufferCount;
    [all...]
OMXCameraAdapter.cpp 773 size_t bufferCount;
    [all...]
  /hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h 408 virtual status_t getPictureBufferSize(size_t &length, size_t bufferCount);
409 virtual status_t getFrameDataSize(size_t &dataFrameSize, size_t bufferCount);
    [all...]
  /hardware/ti/omap4xxx/camera/
BaseCameraAdapter.cpp     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
ExynosVideoDecoder.c 332 int bufferCount = -1;
339 exynos_v4l2_g_ctrl(pCtx->hDec, V4L2_CID_MIN_BUFFERS_FOR_CAPTURE, &bufferCount);
342 return bufferCount;
    [all...]
  /hardware/ti/omap4-aah/camera/
BaseCameraAdapter.cpp     [all...]
  /libcore/luni/src/main/native/
libcore_io_Posix.cpp 215 IoVec(JNIEnv* env, size_t bufferCount) : mEnv(env), mBufferCount(bufferCount) {
    [all...]
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp     [all...]
OMXCapture.cpp 357 status_t OMXCameraAdapter::getPictureBufferSize(CameraFrame &frame, size_t bufferCount)
    [all...]

Completed in 984 milliseconds

1 23