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

12

  /frameworks/native/libs/gui/
Surface.cpp 432 size_t bufferCount = va_arg(args, size_t);
433 return setBufferCount(bufferCount);
558 int Surface::setBufferCount(int bufferCount)
564 status_t err = mGraphicBufferProducer->setBufferCount(bufferCount);
566 bufferCount, strerror(-err));
GLConsumer.cpp 146 status_t GLConsumer::setDefaultMaxBufferCount(int bufferCount) {
148 return mConsumer->setDefaultMaxBufferCount(bufferCount);
    [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp     [all...]
MediaPlayerService.h 93 audio_format_t format, int bufferCount,
203 audio_format_t format, int bufferCount = 1,
  /frameworks/native/services/surfaceflinger/DisplayHardware/
VirtualDisplaySurface.cpp 260 status_t VirtualDisplaySurface::setBufferCount(int bufferCount) {
261 return mSource[SOURCE_SINK]->setBufferCount(bufferCount);
  /hardware/ti/omap4xxx/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 416 status_t V4LCameraAdapter::getFrameDataSize(size_t &dataFrameSize, size_t bufferCount)
422 status_t V4LCameraAdapter::getPictureBufferSize(size_t &length, size_t bufferCount)
  /frameworks/av/include/media/
MediaPlayerInterface.h 110 int bufferCount=DEFAULT_AUDIOSINK_BUFFERCOUNT,
  /hardware/ti/omap4xxx/camera/inc/
CameraHal.h     [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp 564 OMX_U32 *bufferCount, OMX_U32 *bufferSize,
666 *bufferCount = def.nBufferCountActual;
672 OMX_U32 bufferCount, bufferSize, minUndequeuedBuffers;
674 &bufferCount, &bufferSize, &minUndequeuedBuffers);
680 mComponentName.c_str(), bufferCount, bufferSize);
683 for (OMX_U32 i = 0; i < bufferCount; i++) {
724 cancelStart = bufferCount - minUndequeuedBuffers;
725 cancelEnd = bufferCount;
737 OMX_U32 bufferCount, bufferSize, minUndequeuedBuffers;
739 &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...]
  /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...]
  /libcore/luni/src/main/native/
libcore_io_Posix.cpp 160 IoVec(JNIEnv* env, size_t bufferCount) : mEnv(env), mBufferCount(bufferCount) {
    [all...]

Completed in 783 milliseconds

12