Home
last modified time | relevance | path

Searched defs:Buffer (Results 1 – 25 of 58) sorted by relevance

123

/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
H A DBuffer.h33 struct Buffer : public RefBase { struct
43 virtual ~Buffer(); argument
53 CLEARKEY_DISALLOW_COPY_AND_ASSIGN(Buffer); argument
/aosp12/hardware/qcom/sm8150/display/gralloc/
H A Dgr_buf_mgr.h77 struct Buffer { struct
86 Buffer() = delete; argument
95 Error FreeBuffer(std::shared_ptr<Buffer> buf); argument
/aosp12/hardware/qcom/sdm845/display/gralloc/
H A Dgr_buf_mgr.h69 struct Buffer { struct
78 Buffer() = delete; argument
85 Error FreeBuffer(std::shared_ptr<Buffer> buf); argument
/aosp12/hardware/qcom/sm7250/display/gralloc/
H A Dgr_buf_mgr.h78 struct Buffer { struct
87 Buffer() = delete; argument
96 Error FreeBuffer(std::shared_ptr<Buffer> buf); argument
/aosp12/frameworks/av/media/libaudioclient/include/media/
H A DAudioBufferProvider.h31 struct Buffer { struct
32 Buffer() : raw(NULL), frameCount(0) { } in Buffer() function
56 virtual status_t getNextBuffer(Buffer* buffer) = 0; argument
/aosp12/hardware/qcom/display/msm8909w_3100/libgralloc1/
H A Dgr_buf_mgr.h96 struct Buffer { struct
105 Buffer() = delete; argument
115 gralloc1_error_t FreeBuffer(std::shared_ptr<Buffer> buf); argument
/aosp12/hardware/qcom/display/msm8909/gralloc/
H A Dgr_buf_mgr.h96 struct Buffer { struct
105 Buffer() = delete; argument
115 gralloc1_error_t FreeBuffer(std::shared_ptr<Buffer> buf); argument
/aosp12/hardware/qcom/display/msm8996/libgralloc1/
H A Dgr_buf_mgr.h96 struct Buffer { struct
105 Buffer() = delete; argument
115 gralloc1_error_t FreeBuffer(std::shared_ptr<Buffer> buf); argument
/aosp12/hardware/qcom/display/msm8998/libgralloc1/
H A Dgr_buf_mgr.h96 struct Buffer { struct
105 Buffer() = delete; argument
115 gralloc1_error_t FreeBuffer(std::shared_ptr<Buffer> buf); argument
/aosp12/frameworks/av/media/libstagefright/renderfright/include/renderengine/
H A DLayerSettings.h36 struct Buffer { struct
40 sp<GraphicBuffer> buffer = nullptr; argument
43 sp<Fence> fence = nullptr;
47 uint32_t textureName = 0;
50 bool useTextureFiltering = false;
56 bool usePremultipliedAlpha = true;
61 bool isOpaque = false;
64 bool isY410BT2020 = false;
65 float maxMasteringLuminance = 0.0;
66 float maxContentLuminance = 0.0;
/aosp12/system/chre/util/tests/
H A Dbuffer_test.cc30 TEST(Buffer, EmptyByDefault) { in TEST() argument
36 TEST(Buffer, Wrap) { in TEST() argument
46 TEST(Buffer, CopyArray) { in TEST() argument
59 TEST(Buffer, CopyArrayEmpty) { in TEST() argument
66 TEST(Buffer, CopyArrayEmptyAfterWrap) { in TEST() argument
77 TEST(Buffer, CopyArrayEmptyAfterCopy) { in TEST() argument
/aosp12/frameworks/native/libs/renderengine/include/renderengine/
H A DLayerSettings.h38 struct Buffer { struct
42 std::shared_ptr<ExternalTexture> buffer = nullptr;
45 sp<Fence> fence = nullptr;
49 uint32_t textureName = 0;
52 bool useTextureFiltering = false;
58 bool usePremultipliedAlpha = true;
63 bool isOpaque = false;
66 bool isY410BT2020 = false;
68 float maxLuminanceNits = 0.0;
/aosp12/hardware/google/camera/common/lib_depth_generator/
H A Ddepth_types.h54 struct Buffer { struct
58 std::vector<BufferPlane> planes; argument
63 StreamBuffer framework_buffer; argument
71 std::vector<Buffer> color_buffer; argument
/aosp12/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.h41 struct Buffer { struct
42 IOMX::buffer_id mID;
43 sp<IMemory> mMemory;
44 hidl_memory mHidlMemory;
45 uint32_t mFlags;
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/include/libnl++/
H A DBuffer.h51 Buffer() : mData(nullptr), mBufferEnd(nullptr) {} in Buffer() function
59 Buffer(const T* data, size_t bufLen) : mData(data), mBufferEnd(pointerAdd(data, bufLen)) {} in Buffer() function
166 Buffer(const T* data, const void* bufferEnd) : mData(data), mBufferEnd(bufferEnd) {} in Buffer() function
199 friend class Buffer; // calling private constructor of data buffers variable
/aosp12/system/keymaster/km_openssl/
H A Decdh_operation.cpp39 const Buffer& /*input*/, in Update()
40 AuthorizationSet* /*output_params*/, Buffer* /*output*/, in Update() argument
46 const Buffer& input, const Buffer& /*signature*/, in Finish()
H A Decdsa_operation.cpp125 Buffer* /* output */, size_t* input_consumed) { in Update() argument
135 const Buffer& input, const Buffer& /* signature */, in Finish()
186 Buffer* /* output */, size_t* input_consumed) { in Update() argument
198 Buffer* /* output */) { in Finish() argument
H A Drsa_operation.cpp180 Buffer* /* output */, size_t* input_consumed) { in Update() argument
304 const Buffer& input, const Buffer& /* signature */, in Finish()
417 Buffer* /* output */) { in Finish() argument
528 const Buffer& input, const Buffer& /* signature */, in Finish()
571 const Buffer& input, const Buffer& /* signature */, in Finish()
/aosp12/system/keymaster/include/keymaster/
H A Dserializable.h200 Buffer() : buffer_(nullptr), buffer_size_(0), read_position_(0), write_position_(0) {} in Buffer() function
201 explicit Buffer(size_t size) : buffer_(nullptr) { Reinitialize(size); } in Buffer() function
202 Buffer(const void* buf, size_t size) : buffer_(nullptr) { Reinitialize(buf, size); } in Buffer() function
203 Buffer(Buffer&& b) { *this = move(b); } in Buffer() function
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DBuffer.java27 public class Buffer { class
34 public Buffer(Bitmap bitmap) { in Buffer() method in Buffer
/aosp12/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
H A DphFriNfc_MifStdFormat.cpp555 uint8_t Buffer[1] = {PH_FRINFC_MFSTD_FMT_NDEF_COMPL}; in phFriNfc_MfStd_H_ProCon() local
727 uint8_t Buffer[1] = {PH_FRINFC_MFSTD_FMT_NDEF_COMPL}, in phFriNfc_MfStd_H_ProRdSectTr() local
777 uint8_t Buffer[1] = {PH_FRINFC_MFSTD_FMT_NDEF_COMPL}, in phFriNfc_MfStd_H_ProWrSectTr() local
1037 uint8_t Buffer[1] = {PH_FRINFC_MFSTD_FMT_NDEF_COMPL}, in phFriNfc_MfStd_H_ProErrAuth() local
1272 uint8_t Buffer[1] = {PH_FRINFC_MFSTD_FMT_NDEF_COMPL}, in phFriNfc_MfStd_H_ErrRdSectTr() local
/aosp12/system/keymaster/include/keymaster/key_blob_utils/
H A Dintegrity_assured_key_blob.h24 class Buffer; variable
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
H A DBuffer.cpp27 Buffer::Buffer(size_t capacity) in Buffer() function in android::hardware::drm::V1_4::clearkey::Buffer
/aosp12/build/soong/ui/terminal/
H A Dutil.go111 bytes.Buffer anonMember
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/src/
H A DBuffer.cpp47 Buffer::Buffer(PrivateConstructorTag /*tag*/, std::shared_ptr<aidl_hal::IBuffer> buffer, in Buffer() function in aidl::android::hardware::neuralnetworks::utils::Buffer

123