Home
last modified time | relevance | path

Searched defs:BufferInfo (Results 1 – 25 of 35) sorted by relevance

12

/aosp12/frameworks/native/services/vr/bufferhubd/include/private/dvr/
H A Dbuffer_hub.h43 struct BufferInfo { struct
63 BufferInfo(int id, size_t consumer_count, uint32_t width, uint32_t height, in BufferInfo() argument
78 BufferInfo(int id, size_t consumer_count, size_t capacity, in BufferInfo() argument
86 BufferInfo() {} in BufferInfo() argument
/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3StreamBufferListener.h31 struct BufferInfo { struct
43 virtual void onBufferAcquired(const BufferInfo& bufferInfo) = 0; argument
/aosp12/frameworks/native/services/surfaceflinger/
H A DBufferLayer.h121 struct BufferInfo { struct
142 BufferInfo mBufferInfo; argument
/aosp12/hardware/qcom/display/msm8909w_3100/libgralloc1/
H A Dgr_utils.h47 struct BufferInfo { struct
69 unsigned int GetSize(const BufferInfo &d, unsigned int alignedw, unsigned int alignedh); argument
/aosp12/hardware/qcom/display/msm8909/gralloc/
H A Dgr_utils.h47 struct BufferInfo { struct
69 unsigned int GetSize(const BufferInfo &d, unsigned int alignedw, unsigned int alignedh); argument
/aosp12/hardware/qcom/sdm845/display/gralloc/
H A Dgr_utils.h56 struct BufferInfo { struct
78 unsigned int GetSize(const BufferInfo &d, unsigned int alignedw, unsigned int alignedh); argument
/aosp12/frameworks/native/libs/gui/include/gui/
H A DBLASTBufferQueue.h181 struct BufferInfo { struct
182 bool hasBuffer = false;
183 uint32_t width;
184 uint32_t height;
185 uint32_t transform;
210 BufferInfo mLastBufferInfo GUARDED_BY(mMutex); argument
/aosp12/frameworks/av/services/camera/libcameraservice/gui/
H A DRingBufferConsumer.h86 struct BufferInfo { struct
88 Rect mCrop;
113 virtual int compare(const BufferInfo* i1, argument
/aosp12/frameworks/av/media/libstagefright/include/
H A DACodecBufferChannel.h47 struct BufferInfo { struct
56 const sp<MediaCodecBuffer> mClientBuffer;
58 const sp<MediaCodecBuffer> mCodecBuffer;
60 const IOMX::buffer_id mBufferId;
62 const sp<IMemory> mSharedEncryptedBuffer;
/aosp12/frameworks/av/media/libstagefright/tests/writer/
H A DWriterUtility.h44 struct BufferInfo { struct
58 int32_t sendBuffersToWriter(ifstream &inputStream, vector<BufferInfo> &bufferInfo, argument
/aosp12/hardware/qcom/display/msm8996/sdm/include/core/
H A Dbuffer_allocator.h73 struct BufferInfo { struct
75 AllocatedBufferInfo alloc_buffer_info; //!< Specifies buffer information of allocated buffer. argument
94 @param[in] buffer_info \link BufferInfo \endlink argument
/aosp12/hardware/qcom/sm8150/display/gralloc/
H A Dgr_utils.h56 struct BufferInfo { struct
59 int width;
60 int height;
61 int format;
62 int layer_count;
63 uint64_t usage;
/aosp12/system/libhwbinder/include/hwbinder/
H A DParcel.h195 struct BufferInfo { struct
202 mutable std::vector<BufferInfo> mBufCache; argument
/aosp12/frameworks/av/cmds/stagefright/
H A DSimplePlayer.h65 struct BufferInfo { struct
66 size_t mIndex;
67 size_t mOffset;
68 size_t mSize;
69 int64_t mPresentationTimeUs;
70 uint32_t mFlags;
/aosp12/hardware/qcom/sm7250/display/gralloc/
H A Dgr_utils.h59 struct BufferInfo { struct
62 int width;
63 int height;
64 int format;
65 int layer_count;
66 uint64_t usage;
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaFilter.h52 struct BufferInfo { struct
53 enum Status {
58 uint32_t mBufferID;
59 int32_t mGeneration;
60 int32_t mOutputFlags;
61 Status mStatus;
63 sp<MediaCodecBuffer> mData;
H A DACodec.h174 struct BufferInfo { struct
175 enum Status {
184 static inline Status getSafeStatus(BufferInfo *info) { in getSafeStatus()
188 IOMX::buffer_id mBufferID;
189 Status mStatus;
190 unsigned mDequeuedAt;
198 sp<GraphicBuffer> mGraphicBuffer;
199 bool mNewGraphicBuffer;
200 int mFenceFd;
201 FrameRenderTracker::Info *mRenderInfo;
[all …]
/aosp12/hardware/qcom/display/msm8998/sdm/include/core/
H A Dbuffer_allocator.h81 struct BufferInfo { struct
83 AllocatedBufferInfo alloc_buffer_info; //!< Specifies buffer information of allocated buffer. argument
102 @param[in] buffer_info \link BufferInfo \endlink argument
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/include/core/
H A Dbuffer_allocator.h80 struct BufferInfo { struct
82 AllocatedBufferInfo alloc_buffer_info; //!< Specifies buffer information of allocated buffer. argument
101 @param[in] buffer_info \link BufferInfo \endlink argument
/aosp12/hardware/qcom/display/msm8909/sdm/include/core/
H A Dbuffer_allocator.h80 struct BufferInfo { struct
82 AllocatedBufferInfo alloc_buffer_info; //!< Specifies buffer information of allocated buffer. argument
101 @param[in] buffer_info \link BufferInfo \endlink argument
/aosp12/hardware/qcom/sdm845/display/sdm/include/core/
H A Dbuffer_allocator.h81 struct BufferInfo { struct
83 AllocatedBufferInfo alloc_buffer_info; //!< Specifies buffer information of allocated buffer. argument
102 @param[in] buffer_info \link BufferInfo \endlink argument
/aosp12/hardware/qcom/sm7250/display/sdm/include/core/
H A Dbuffer_allocator.h82 struct BufferInfo { struct
84 AllocatedBufferInfo alloc_buffer_info; //!< Specifies buffer information of allocated buffer. argument
103 @param[in] buffer_info \link BufferInfo \endlink argument
/aosp12/hardware/qcom/sm8150/display/sdm/include/core/
H A Dbuffer_allocator.h82 struct BufferInfo { struct
84 AllocatedBufferInfo alloc_buffer_info; //!< Specifies buffer information of allocated buffer. argument
103 @param[in] buffer_info \link BufferInfo \endlink argument
/aosp12/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
H A DSimpleSoftOMXComponent.h51 struct BufferInfo { struct
52 OMX_BUFFERHEADERTYPE *mHeader;
53 bool mOwnedByUs;
54 bool mFrameConfig;
/aosp12/hardware/interfaces/media/omx/1.0/vts/functional/common/
H A Dmedia_hidl_test_common.h115 struct BufferInfo { struct
136 CodecObserver(std::function<void(Message, const BufferInfo*)> fn) in CodecObserver() argument

12