/hardware/interfaces/media/bufferpool/1.0/ |
D | types.hal | 38 struct Buffer { 44 * Buffer ownership status for the specified client. 45 * Buffer transfer status for the specified buffer transafer transaction. 52 /** Buffer is acquired by the specified client. */ 54 /** Buffer is sent by the specified client. */ 56 /** Buffer transfer is acked by the receiver client. */ 58 /** Buffer transfer is timed out by receiver client. */ 60 /** Buffer transfer is not acked by the receiver. */ 62 /** Buffer fetch request from the client. */ 64 /** Buffer transaction succeeded. */ [all …]
|
D | Android.bp | 19 "Buffer",
|
D | IConnection.hal | 42 (ResultStatus status, Buffer buffer);
|
/hardware/intel/img/hwcomposer/merrifield/include/ |
D | IVideoPayloadManager.h | 32 struct Buffer { struct 49 Buffer normalBuffer; argument 50 Buffer scalingBuffer; 51 Buffer rotationBuffer;
|
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/ |
D | Gralloc1On0Adapter.cpp | 116 bufferHook<decltype(&Buffer::getBackingStore), in doGetFunction() 117 &Buffer::getBackingStore, gralloc1_backing_store_t*>); in doGetFunction() 122 bufferHook<decltype(&Buffer::getDimensions), in doGetFunction() 123 &Buffer::getDimensions, uint32_t*, uint32_t*>); in doGetFunction() 126 bufferHook<decltype(&Buffer::getFormat), in doGetFunction() 127 &Buffer::getFormat, int32_t*>); in doGetFunction() 130 bufferHook<decltype(&Buffer::getLayerCount), in doGetFunction() 131 &Buffer::getLayerCount, uint32_t*>); in doGetFunction() 136 bufferHook<decltype(&Buffer::getStride), in doGetFunction() 137 &Buffer::getStride, uint32_t*>); in doGetFunction() [all …]
|
D | Gralloc1On0Adapter.h | 196 class Buffer { 198 Buffer(buffer_handle_t handle, gralloc1_backing_store_t store, 276 gralloc1_error_t (Buffer::*member)(Args...) const, Args... args) { in callBufferFunction() 296 &Buffer::getConsumerUsage, &usage); in getConsumerUsageHook() 307 &Buffer::getProducerUsage, &usage); in getProducerUsageHook() 325 gralloc1_error_t retain(const std::shared_ptr<Buffer>& buffer); 334 gralloc1_error_t release(const std::shared_ptr<Buffer>& buffer); 350 gralloc1_error_t lock(const std::shared_ptr<Buffer>& buffer, 355 gralloc1_error_t lockFlex(const std::shared_ptr<Buffer>& buffer, 363 const std::shared_ptr<Buffer>&, gralloc1_producer_usage_t, [all …]
|
/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
D | gr_buf_mgr.h | 96 struct Buffer { struct 105 Buffer() = delete; argument 106 explicit Buffer(const private_handle_t* h, int ih_main = -1, int ih_meta = -1): 115 gralloc1_error_t FreeBuffer(std::shared_ptr<Buffer> buf); argument 118 std::shared_ptr<Buffer> GetBufferFromHandleLocked(const private_handle_t *hnd); 127 std::unordered_map<const private_handle_t*, std::shared_ptr<Buffer>> handles_map_ = {};
|
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_buf_mgr.h | 96 struct Buffer { struct 105 Buffer() = delete; argument 106 explicit Buffer(const private_handle_t* h, int ih_main = -1, int ih_meta = -1): 115 gralloc1_error_t FreeBuffer(std::shared_ptr<Buffer> buf); argument 118 std::shared_ptr<Buffer> GetBufferFromHandleLocked(const private_handle_t *hnd); 128 std::unordered_map<const private_handle_t*, std::shared_ptr<Buffer>> handles_map_ = {};
|
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_buf_mgr.h | 96 struct Buffer { struct 105 Buffer() = delete; argument 106 explicit Buffer(const private_handle_t* h, int ih_main = -1, int ih_meta = -1): 115 gralloc1_error_t FreeBuffer(std::shared_ptr<Buffer> buf); argument 118 std::shared_ptr<Buffer> GetBufferFromHandleLocked(const private_handle_t *hnd); 128 std::unordered_map<const private_handle_t*, std::shared_ptr<Buffer>> handles_map_ = {};
|
/hardware/qcom/display/msm8909/gralloc/ |
D | gr_buf_mgr.h | 96 struct Buffer { struct 105 Buffer() = delete; argument 106 explicit Buffer(const private_handle_t* h, int ih_main = -1, int ih_meta = -1): 115 gralloc1_error_t FreeBuffer(std::shared_ptr<Buffer> buf); argument 118 std::shared_ptr<Buffer> GetBufferFromHandleLocked(const private_handle_t *hnd); 127 std::unordered_map<const private_handle_t*, std::shared_ptr<Buffer>> handles_map_ = {};
|
/hardware/google/av/codec2/vndk/bufferpool/ |
D | Connection.cpp | 34 _hidl_cb(status, Buffer{bufferId, handle}); in fetch() 38 _hidl_cb(status, Buffer{0, nullptr}); in fetch()
|
/hardware/intel/common/libwsbm/ |
D | libwsbm.pc.in | 7 Description: Buffer manager abstraction library.
|
/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/ |
D | ComponentStore.h | 82 const Buffer& src, 83 const Buffer& dst) override;
|
/hardware/google/interfaces/media/c2/1.0/ |
D | Android.bp | 27 "Buffer",
|
D | types.hal | 445 struct Buffer { 457 * An extension of Buffer that also contains an index. 461 Buffer buffer; 512 vec<Buffer> buffers;
|
D | IComponentStore.hal | 210 copyBuffer(Buffer src, Buffer dst) generates (Status status);
|
/hardware/intel/img/psb_video/src/ |
D | tng_jpegES.h | 57 IMG_UINT8 *Buffer; /*!< Ptr to the bitstream buffer */ member
|
D | tng_jpegES.c | 634 pui8S = (IMG_UINT8 *)BitStream->Buffer; in fPutBitsToBuffer() 650 s_streamW.Buffer = puc_stream_buff; in EncodeMarkerSegment() 729 ps_streamW.Buffer = puc_stream_buff; in EncodeFrameHeader() 843 s_streamW.Buffer = pui8BitStreamBuffer + *pui32BytesWritten; in JPGEncodeSOSHeader() 1552 s_streamW.Buffer = pSegStart; in tng_jpeg_AppendMarkers()
|
/hardware/interfaces/graphics/mapper/2.1/ |
D | IMapper.hal | 50 /** Buffer pixel format. */ 54 * Buffer usage mask; valid flags can be found in the definition of
|
/hardware/google/av/codec2/tests/vndk/ |
D | C2BufferTest.cpp | 582 class Buffer : public C2Buffer { class 584 explicit Buffer(const std::vector<C2ConstLinearBlock> &blocks) : C2Buffer(blocks) {} in Buffer() function in android::Buffer 585 explicit Buffer(const std::vector<C2ConstGraphicBlock> &blocks) : C2Buffer(blocks) {} in Buffer() function in android::Buffer 685 std::shared_ptr<C2Buffer> buffer(new Buffer( { block->share(0, kCapacity, C2Fence()) })); in TEST_F() 692 buffer.reset(new Buffer( { block->share(0, kCapacity, C2Fence()) })); in TEST_F() 705 buffer.reset(new Buffer( { block->share(0, kCapacity, C2Fence()) })); in TEST_F()
|
/hardware/interfaces/graphics/mapper/2.0/ |
D | types.hal | 41 * Buffer chroma subsampling is defined in the format.
|
D | IMapper.hal | 42 /** Buffer pixel format. */ 46 * Buffer usage mask; valid flags can be found in the definition of 119 * Frees a buffer handle. Buffer handles returned by importBuffer must be
|
/hardware/google/av/media/codecs/amr_nb_wb/ |
D | C2SoftAmrWbEnc.cpp | 243 inputData.Buffer = (unsigned char *) mInputFrame; in encodeInput() 253 outputData.Buffer = buffer; in encodeInput()
|
/hardware/google/av/codec2/hidl/1.0/utils/ |
D | ComponentStore.cpp | 286 Return<Status> ComponentStore::copyBuffer(const Buffer& src, const Buffer& dst) { in copyBuffer()
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3HWI.h | 221 struct Buffer { struct 224 Buffer() : ready(false), buffer({}) {}; in Buffer() argument 230 std::map<camera3_stream_t*, std::map<uint32_t, Buffer>> mStreamBuffers;
|