HomeSort by relevance Sort by last modified time
    Searched defs:allocateBuffers (Results 1 - 19 of 19) sorted by null

  /external/opencv3/modules/videoio/src/
cap_winrt_bridge.cpp 84 void VideoioBridge::allocateBuffers(int width, int height)
100 allocateBuffers(width, height);
  /frameworks/native/services/surfaceflinger/
MonitoredProducer.cpp 113 void MonitoredProducer::allocateBuffers(uint32_t width, uint32_t height,
115 mProducer->allocateBuffers(width, height, format, usage);
  /hardware/qcom/camera/msmcobalt/QCamera2/HAL3/test/
QCameraHAL3Test.cpp 95 native_handle_t *QCameraHAL3Test::allocateBuffers(int width, int height,
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraStream.cpp 972 * FUNCTION : allocateBuffers
982 int32_t QCameraStream::allocateBuffers()
    [all...]
  /frameworks/av/media/libstagefright/
MidiExtractor.cpp 96 mEngine->allocateBuffers();
201 status_t MidiEngine::allocateBuffers() {
FLACExtractor.cpp 104 void allocateBuffers();
633 void FLACParser::allocateBuffers()
733 mParser->allocateBuffers();
ACodec.cpp 337 status_t allocateBuffers();
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraStream.cpp     [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCameraStream.cpp     [all...]
  /frameworks/native/libs/gui/
BufferQueueProducer.cpp     [all...]
IGraphicBufferProducer.cpp 302 virtual void allocateBuffers(uint32_t width, uint32_t height,
312 ALOGE("allocateBuffers failed to transact: %d", result);
646 allocateBuffers(width, height, format, usage);
Surface.cpp 104 void Surface::allocateBuffers() {
107 mGraphicBufferProducer->allocateBuffers(reqWidth, reqHeight,
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
VirtualDisplaySurface.cpp 574 void VirtualDisplaySurface::allocateBuffers(uint32_t /* width */,
  /frameworks/base/core/java/android/view/
Surface.java 533 public void allocateBuffers() {
ViewRootImpl.java     [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraStream.cpp 637 int32_t rc = stream->allocateBuffers();
    [all...]
  /hardware/qcom/camera/msmcobalt/QCamera2/HAL/
QCameraStream.cpp 650 int32_t rc = stream->allocateBuffers();
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/io/nio/
SslConnection.java 136 private void allocateBuffers()
183 allocateBuffers();
282 allocateBuffers();
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-io/8.1.14.v20131031/
jetty-io-8.1.14.v20131031.jar 

Completed in 3043 milliseconds