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

  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
BlockingInputAllocation.java 40 private final Allocation mAllocation;
77 return mAllocation;
96 mAllocation.ioReceive();
119 mAllocation.ioReceive();
139 mAllocation.ioReceive();
160 mAllocation.setOnBufferAvailableListener(/*callback*/null);
180 mAllocation = allocation;
183 mAllocation.setOnBufferAvailableListener(mListener);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/f32/
RefocusFilterF32.java 100 Allocation mAllocation = Allocation.createFromBitmap(renderScript, mBitmap);
101 scriptC.forEach_PackSharpImage(mAllocation);
103 mAllocation.copyTo(mBitmap);
104 mAllocation.destroy();
106 mAllocation.destroy();
115 Allocation mAllocation = Allocation.createFromBitmap(renderScript, mBitmap);
116 scriptC.forEach_PackFuzzyImage(mAllocation);
118 mAllocation.copyTo(mBitmap);
119 mAllocation.destroy();
121 mAllocation.destroy()
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/d1new/
RefocusFilterd1new.java 100 Allocation mAllocation = Allocation.createFromBitmap(renderScript, mBitmap);
101 scriptC.forEach_PackSharpImage(mAllocation);
103 mAllocation.copyTo(mBitmap);
104 mAllocation.destroy();
114 Allocation mAllocation = Allocation.createFromBitmap(renderScript, mBitmap);
115 scriptC.forEach_PackFuzzyImage(mAllocation);
117 mAllocation.copyTo(mBitmap);
118 mAllocation.destroy();
  /frameworks/av/media/bufferpool/1.0/
AccessorImpl.cpp 47 const std::shared_ptr<BufferPoolAllocation> mAllocation;
57 mAllocation(alloc), mAllocSize(allocSize), mConfig(allocConfig) {}
60 return mAllocation->handle();
  /frameworks/av/media/bufferpool/2.0/
AccessorImpl.cpp 48 const std::shared_ptr<BufferPoolAllocation> mAllocation;
59 mAllocation(alloc), mAllocSize(allocSize), mConfig(allocConfig),
63 return mAllocation->handle();
  /frameworks/av/media/codec2/vndk/
C2Buffer.cpp 124 mAllocation(alloc),
129 mAllocation(other.mAllocation),
139 return mAllocation ? mAllocation->handle() : nullptr;
145 return mAllocation ? mAllocation->getAllocatorId() : C2Allocator::BAD_ID;
149 return mAllocation;
153 std::shared_ptr<C2LinearAllocation> mAllocation;
523 : mAllocation(alloc) {
    [all...]

Completed in 141 milliseconds