HomeSort by relevance Sort by last modified time
    Searched full:outbuffers (Results 1 - 11 of 11) sorted by null

  /hardware/qcom/display/msm8996/libgralloc1/
gr_buf_mgr.h 38 buffer_handle_t *outBuffers);
gr_device_impl.cpp 341 buffer_handle_t *outBuffers) {
348 gralloc1_error_t status = dev->buf_mgr_->AllocateBuffers(num_dptors, descriptors, outBuffers);
  /hardware/qcom/display/msmcobalt/libgralloc1/
gr_buf_mgr.h 38 buffer_handle_t *outBuffers);
gr_device_impl.cpp 341 buffer_handle_t *outBuffers) {
348 gralloc1_error_t status = dev->buf_mgr_->AllocateBuffers(num_dptors, descriptors, outBuffers);
  /hardware/libhardware/include/hardware/
gralloc1.h 35 /* If this capability is supported, then the outBuffers parameter to
617 /* allocate(..., numDescriptors, descriptors, outBuffers)
633 * If GRALLOC1_CAPABILITY_TEST_ALLOCATE is supported by this device, outBuffers
644 * to the size of the outBuffers array
646 * outBuffers - the allocated buffers; must be non-NULL unless the device
664 buffer_handle_t* outBuffers);
    [all...]
  /frameworks/native/libs/ui/
Gralloc1.cpp 145 std::vector<buffer_handle_t>* outBuffers)
163 *outBuffers = std::move(buffers);
  /cts/tests/tests/media/src/android/media/cts/
NativeDecoderTest.java 238 ByteBuffer[][] outbuffers = new ByteBuffer[numtracks][]; local
247 outbuffers[i] = codec[i].getOutputBuffers();
309 addSampleData(trackdata[tt], outbuffers[tt][status], info.size, format[tt]);
314 outbuffers[tt] = codec[tt].getOutputBuffers();
  /frameworks/base/libs/hwui/
TessellationCache.h 173 vertexBuffer_pair_t& outBuffers);
TessellationCache.cpp 375 const Vector3& lightCenter, float lightRadius, vertexBuffer_pair_t& outBuffers) {
384 outBuffers = task->getResult();
  /frameworks/native/include/ui/
Gralloc1.h 92 std::vector<buffer_handle_t>* outBuffers);
  /external/svox/pico/lib/
picocep.c     [all...]

Completed in 3610 milliseconds