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

1 23

  /frameworks/av/include/media/
MediaPlayerInterface.h 112 int bufferCount=DEFAULT_AUDIOSINK_BUFFERCOUNT,
  /frameworks/av/media/libstagefright/omx/
GraphicBufferSource.cpp 113 uint32_t bufferCount,
144 bufferWidth, bufferHeight, bufferCount);
163 mInitCheck = mConsumer->setMaxAcquiredBufferCount(bufferCount);
166 bufferCount, mInitCheck);
    [all...]
  /frameworks/native/include/gui/
Surface.h 172 virtual int setBufferCount(int bufferCount);
  /hardware/ti/omap4xxx/camera/inc/
CameraHal.h     [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
VirtualDisplaySurface.cpp 285 status_t VirtualDisplaySurface::setBufferCount(int bufferCount) {
286 return mSource[SOURCE_SINK]->setBufferCount(bufferCount);
  /hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
AnnOverlayPlane.cpp 636 bool AnnOverlayPlane::initialize(uint32_t bufferCount)
638 if (!OverlayPlaneBase::initialize(bufferCount)) {
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.h 97 audio_format_t format, int bufferCount,
  /frameworks/av/media/libstagefright/
ACodec.cpp 922 OMX_U32 *bufferCount, OMX_U32 *bufferSize,
949 *bufferCount = 0;
    [all...]
MediaCodec.cpp 209 int32_t bufferCount = strtol(tmp.c_str(), NULL, 10);
210 if (bufferCount <= 0
211 || bufferCount > BufferQueue::MAX_MAX_ACQUIRED_BUFFERS) {
227 err = bufferConsumer->setMaxAcquiredBufferCount(bufferCount);
231 bufferCount, err);
    [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 184 status_t GLConsumer::setDefaultMaxBufferCount(int bufferCount) {
186 return mConsumer->setDefaultMaxBufferCount(bufferCount);
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
AnnOverlayPlane.cpp 714 bool AnnOverlayPlane::initialize(uint32_t bufferCount)
716 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/ti/omap4-aah/camera/
BaseCameraAdapter.cpp     [all...]
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp     [all...]
OMXCapture.cpp 357 status_t OMXCameraAdapter::getPictureBufferSize(CameraFrame &frame, size_t bufferCount)
    [all...]
  /libcore/luni/src/main/native/
libcore_io_Posix.cpp 265 IoVec(JNIEnv* env, size_t bufferCount) : mEnv(env), mBufferCount(bufferCount) {
    [all...]

Completed in 1286 milliseconds

1 23