Home
last modified time | relevance | path

Searched defs:buffer (Results 1 – 25 of 1871) sorted by relevance

12345678910>>...75

/foundation/multimedia/media_foundation/tests/unittest/avbuffer/
Davbuffer_framework_unit_test.cpp196 auto buffer = OH_AVBuffer_Create(MEMSIZE); variable
208 auto buffer = OH_AVBuffer_Create(0); variable
219 auto buffer = OH_AVBuffer_Create(-1); variable
240 auto buffer = OH_AVBuffer_Create(MEMSIZE); variable
254 auto buffer = OH_AVBuffer_Create(MEMSIZE); variable
269 auto buffer = OH_AVBuffer_Create(MEMSIZE); variable
282 auto buffer = OH_AVBuffer_Create(MEMSIZE); variable
306 auto buffer = OH_AVBuffer_Create(MEMSIZE); variable
331 auto buffer = OH_AVBuffer_Create(MEMSIZE); variable
357 auto buffer = OH_AVBuffer_Create(MEMSIZE); variable
[all …]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/rs_demo/function/font/
Drs_demo_draw_textblobbuilder_allocrunrsxform_L1.cpp72 auto buffer = builder.AllocRunRSXform(font, 20); variable
88 auto buffer = builder.AllocRunRSXform(font, 20); variable
104 auto buffer = builder.AllocRunRSXform(font, 20); variable
120 auto buffer = builder.AllocRunRSXform(font, 20); variable
136 auto buffer = builder.AllocRunRSXform(font, 20); variable
152 auto buffer = builder.AllocRunRSXform(font, 20); variable
168 auto buffer = builder.AllocRunRSXform(font, 20); variable
184 auto buffer = builder.AllocRunRSXform(font, 20); variable
200 auto buffer = builder.AllocRunRSXform(font, 20); variable
216 auto buffer = builder.AllocRunRSXform(font, 20); variable
[all …]
Drs_demo_draw_textblobbuilder_allocrunpos_L1.cpp73 auto buffer = builder.AllocRunPos(font, 20, &rect1); variable
88 auto buffer = builder.AllocRunPos(font, 20, &rect1); variable
103 auto buffer = builder.AllocRunPos(font, 20, &rect1); variable
118 auto buffer = builder.AllocRunPos(font, 20, &rect1); variable
133 auto buffer = builder.AllocRunPos(font, 20, &rect1); variable
148 auto buffer = builder.AllocRunPos(font, 20, &rect1); variable
163 auto buffer = builder.AllocRunPos(font, 20, &rect1); variable
178 auto buffer = builder.AllocRunPos(font, 20, &rect1); variable
193 auto buffer = builder.AllocRunPos(font, 20, &rect1); variable
208 auto buffer = builder.AllocRunPos(font, 20, &rect1); variable
[all …]
/foundation/multimedia/media_foundation/services/media_monitor/buffer/src/
Ddump_buffer_manager.cpp33 std::shared_ptr<AVBuffer> buffer = AVBuffer::CreateAVBuffer(); in DumpBufferNew() local
47 std::shared_ptr<AVBuffer> buffer = AVBuffer::CreateAVBuffer(avBufferConfig); in DumpBufferCreate() local
57 void DumpBufferDestroy(struct DumpBuffer *buffer) in DumpBufferDestroy()
64 uint8_t *DumpBufferGetAddr(DumpBuffer *buffer) in DumpBufferGetAddr()
72 int32_t DumpBufferGetCapacity(DumpBuffer *buffer) in DumpBufferGetCapacity()
80 int32_t DumpBufferGetSize(DumpBuffer *buffer) in DumpBufferGetSize()
88 bool DumpBufferSetSize(DumpBuffer *buffer, int32_t size) in DumpBufferSetSize()
97 int32_t DumpBufferWrite(DumpBuffer *buffer, const uint8_t *in, int32_t writeSize) in DumpBufferWrite()
105 uint64_t DumpBufferGetUniqueId(DumpBuffer *buffer) in DumpBufferGetUniqueId()
113 bool DumpBufferReadFromParcel(DumpBuffer *buffer, void *parcel) in DumpBufferReadFromParcel()
[all …]
/foundation/multimedia/media_foundation/src/capi/
Dnative_avbuffer.cpp36 std::shared_ptr<AVBuffer> buffer = AVBuffer::CreateAVBuffer(allocator, capacity); in OH_AVBuffer_Create() local
47 OH_AVErrCode OH_AVBuffer_Destroy(struct OH_AVBuffer *buffer) in OH_AVBuffer_Destroy()
56 OH_AVErrCode OH_AVBuffer_GetBufferAttr(OH_AVBuffer *buffer, OH_AVCodecBufferAttr *attr) in OH_AVBuffer_GetBufferAttr()
74 OH_AVErrCode OH_AVBuffer_SetBufferAttr(OH_AVBuffer *buffer, const OH_AVCodecBufferAttr *attr) in OH_AVBuffer_SetBufferAttr()
93 OH_AVFormat *OH_AVBuffer_GetParameter(OH_AVBuffer *buffer) in OH_AVBuffer_GetParameter()
109 OH_AVErrCode OH_AVBuffer_SetParameter(OH_AVBuffer *buffer, const OH_AVFormat *format) in OH_AVBuffer_SetParameter()
125 uint8_t *OH_AVBuffer_GetAddr(OH_AVBuffer *buffer) in OH_AVBuffer_GetAddr()
134 int32_t OH_AVBuffer_GetCapacity(OH_AVBuffer *buffer) in OH_AVBuffer_GetCapacity()
143 OH_NativeBuffer *OH_AVBuffer_GetNativeBuffer(OH_AVBuffer *buffer) in OH_AVBuffer_GetNativeBuffer()
/foundation/multimedia/media_foundation/services/media_monitor/common/src/
Ddump_buffer_wrap.cpp91 DumpBuffer* buffer = nullptr; in NewDumpBuffer() local
100 DumpBuffer* buffer = nullptr; in CreateDumpBuffer() local
107 void DumpBufferWrap::DestroyDumpBuffer(DumpBuffer *buffer) in DestroyDumpBuffer()
114 uint8_t *DumpBufferWrap::GetAddr(DumpBuffer *buffer) in GetAddr()
123 int32_t DumpBufferWrap::GetCapacity(DumpBuffer *buffer) in GetCapacity()
132 int32_t DumpBufferWrap::GetSize(DumpBuffer *buffer) in GetSize()
141 int32_t DumpBufferWrap::Write(DumpBuffer *buffer, const uint8_t *in, int32_t writeSize) in Write()
150 uint64_t DumpBufferWrap::GetUniqueId(DumpBuffer *buffer) in GetUniqueId()
159 bool DumpBufferWrap::SetSize(DumpBuffer *buffer, int32_t size) in SetSize()
168 bool DumpBufferWrap::ReadFromParcel(DumpBuffer *buffer, void *parcel) in ReadFromParcel()
[all …]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
Dsmp_receive.c90 Buffer *buffer = NULL; in SMP_RecvDataTask() local
141 static void SMP_RecvDataCmdDistribution(uint16_t handle, uint8_t code, const Buffer *buffer) in SMP_RecvDataCmdDistribution()
188 static void SMP_ReceivePairingRequest(uint16_t handle, const Buffer *buffer) in SMP_ReceivePairingRequest()
256 static void SMP_ReceivePairingResponse(uint16_t handle, const Buffer *buffer) in SMP_ReceivePairingResponse()
321 static void SMP_ReceivePairingConfirm(uint16_t handle, const Buffer *buffer) in SMP_ReceivePairingConfirm()
372 static void SMP_ReceivePairingRandom(uint16_t handle, const Buffer *buffer) in SMP_ReceivePairingRandom()
423 static void SMP_ReceiveEncryptionInformation(uint16_t handle, const Buffer *buffer) in SMP_ReceiveEncryptionInformation()
443 static void SMP_ReceiveMasterIdentification(uint16_t handle, const Buffer *buffer) in SMP_ReceiveMasterIdentification()
463 static void SMP_ReceiveIdentityInformation(uint16_t handle, const Buffer *buffer) in SMP_ReceiveIdentityInformation()
483 static void SMP_ReceiveIdentityAddressInformation(uint16_t handle, const Buffer *buffer) in SMP_ReceiveIdentityAddressInformation()
[all …]
/foundation/graphic/graphic_surface/surface/src/
Dmetadata_helper.cpp48 GSError MetadataHelper::SetColorSpaceInfo(sptr<SurfaceBuffer>& buffer, const CM_ColorSpaceInfo& col… in SetColorSpaceInfo()
62 GSError MetadataHelper::GetColorSpaceInfo(const sptr<SurfaceBuffer>& buffer, CM_ColorSpaceInfo& col… in GetColorSpaceInfo()
76 GSError MetadataHelper::SetColorSpaceType(sptr<SurfaceBuffer>& buffer, const CM_ColorSpaceType& col… in SetColorSpaceType()
90 GSError MetadataHelper::GetColorSpaceType(const sptr<SurfaceBuffer>& buffer, CM_ColorSpaceType& col… in GetColorSpaceType()
104 GSError MetadataHelper::SetHDRMetadataType(sptr<SurfaceBuffer>& buffer, const CM_HDR_Metadata_Type&… in SetHDRMetadataType()
118 GSError MetadataHelper::GetHDRMetadataType(const sptr<SurfaceBuffer>& buffer, CM_HDR_Metadata_Type&… in GetHDRMetadataType()
132 GSError MetadataHelper::SetHDRStaticMetadata(sptr<SurfaceBuffer>& buffer, in SetHDRStaticMetadata()
147 GSError MetadataHelper::GetHDRStaticMetadata(const sptr<SurfaceBuffer>& buffer, in GetHDRStaticMetadata()
162 GSError MetadataHelper::SetHDRDynamicMetadata(sptr<SurfaceBuffer>& buffer, in SetHDRDynamicMetadata()
172 GSError MetadataHelper::GetHDRDynamicMetadata(const sptr<SurfaceBuffer>& buffer, in GetHDRDynamicMetadata()
[all …]
Dnative_buffer.cpp68 static OH_NativeBuffer* OH_NativeBufferFromSurfaceBuffer(SurfaceBuffer* buffer) in OH_NativeBufferFromSurfaceBuffer()
76 static SurfaceBuffer* OH_NativeBufferToSurfaceBuffer(OH_NativeBuffer *buffer) in OH_NativeBufferToSurfaceBuffer()
81 static const SurfaceBuffer* OH_NativeBufferToSurfaceBuffer(const OH_NativeBuffer *buffer) in OH_NativeBufferToSurfaceBuffer()
109 OH_NativeBuffer* buffer = OH_NativeBufferFromSurfaceBuffer(bufferImpl); in OH_NativeBuffer_Alloc() local
118 int32_t OH_NativeBuffer_Reference(OH_NativeBuffer *buffer) in OH_NativeBuffer_Reference()
128 int32_t OH_NativeBuffer_Unreference(OH_NativeBuffer *buffer) in OH_NativeBuffer_Unreference()
138 void OH_NativeBuffer_GetConfig(OH_NativeBuffer *buffer, OH_NativeBuffer_Config* config) in OH_NativeBuffer_GetConfig()
151 int32_t OH_NativeBuffer_Map(OH_NativeBuffer *buffer, void **virAddr) in OH_NativeBuffer_Map()
167 int32_t OH_NativeBuffer_Unmap(OH_NativeBuffer *buffer) in OH_NativeBuffer_Unmap()
181 uint32_t OH_NativeBuffer_GetSeqNum(OH_NativeBuffer *buffer) in OH_NativeBuffer_GetSeqNum()
[all …]
/foundation/multimedia/av_codec/test/unittest/plugins_source_test/
Dfile_fd_source_plugin_unit_test.cpp190 std::shared_ptr<RingBufferMock> buffer = std::make_shared<RingBufferMock>(0); variable
214 std::shared_ptr<RingBufferMock> buffer = std::make_shared<RingBufferMock>(0); variable
250 std::shared_ptr<Buffer> buffer = std::make_shared<Buffer>(); variable
260 std::shared_ptr<Buffer> buffer = nullptr; variable
271 std::shared_ptr<Buffer> buffer = std::make_shared<Buffer>(); variable
282 std::shared_ptr<Buffer> buffer = nullptr; variable
379 std::shared_ptr<Buffer> buffer; variable
390 std::shared_ptr<RingBufferMock> buffer = std::make_shared<RingBufferMock>(0); variable
404 std::shared_ptr<RingBufferMock> buffer = std::make_shared<RingBufferMock>(0); variable
421 std::shared_ptr<RingBufferMock> buffer = std::make_shared<RingBufferMock>(0); variable
[all …]
/foundation/multimedia/media_foundation/src/buffer/avbuffer_queue/
Davbuffer_queue_consumer.cpp35 bool AVBufferQueueConsumerImpl::IsBufferInQueue(const std::shared_ptr<AVBuffer>& buffer) in IsBufferInQueue()
40 Status AVBufferQueueConsumerImpl::AcquireBuffer(std::shared_ptr<AVBuffer>& buffer) in AcquireBuffer()
45 Status AVBufferQueueConsumerImpl::ReleaseBuffer(const std::shared_ptr<AVBuffer>& buffer) in ReleaseBuffer()
50 Status AVBufferQueueConsumerImpl::AttachBuffer(std::shared_ptr<AVBuffer>& buffer, bool isFilled) in AttachBuffer()
55 Status AVBufferQueueConsumerImpl::DetachBuffer(const std::shared_ptr<AVBuffer>& buffer) in DetachBuffer()
66 std::shared_ptr<AVBuffer>& buffer, bool isFilled) in SetQueueSizeAndAttachBuffer()
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/
Ddetection_post_process_builder.cpp48 void* buffer = tensor->GetBuffer(); in SetInputSize() local
67 void* buffer = tensor->GetBuffer(); in SetScale() local
96 void* buffer = tensor->GetBuffer(); in SetNmsIoUThreshold() local
118 void* buffer = tensor->GetBuffer(); in SetNmsScoreThreshold() local
140 void* buffer = tensor->GetBuffer(); in SetMaxDetections() local
162 void* buffer = tensor->GetBuffer(); in SetDetectionsPerClass() local
184 void* buffer = tensor->GetBuffer(); in SetMaxClassesPerDetection() local
206 void* buffer = tensor->GetBuffer(); in SetNumClasses() local
228 void* buffer = tensor->GetBuffer(); in SetUseRegularNms() local
250 void* buffer = tensor->GetBuffer(); in SetOutQuantized() local
Dlstm_builder.cpp43 void* buffer = tensor->GetBuffer(); in SetBidirectional() local
65 void* buffer = tensor->GetBuffer(); in SetHasBias() local
87 void* buffer = tensor->GetBuffer(); in SetInputSize() local
109 void* buffer = tensor->GetBuffer(); in SetHiddenSize() local
131 void* buffer = tensor->GetBuffer(); in SetNumLayers() local
153 void* buffer = tensor->GetBuffer(); in SetNumDirections() local
175 void* buffer = tensor->GetBuffer(); in SetDropout() local
197 void* buffer = tensor->GetBuffer(); in SetZoneoutCell() local
219 void* buffer = tensor->GetBuffer(); in SetZoneoutHidden() local
241 void* buffer = tensor->GetBuffer(); in SetProjSize() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
Dimage_creator_test.cpp62 uint32_t *buffer = nullptr; variable
80 uint32_t *buffer = nullptr; variable
100 OHOS::sptr<OHOS::SurfaceBuffer> buffer = nullptr; variable
116 OHOS::sptr<OHOS::SurfaceBuffer> buffer; variable
132 OHOS::sptr<OHOS::SurfaceBuffer> buffer = SurfaceBuffer::Create(); variable
211 OHOS::sptr<OHOS::SurfaceBuffer> buffer = creator->DequeueImage(); variable
226 OHOS::sptr<OHOS::SurfaceBuffer> buffer = creator->DequeueImage(); variable
241 OHOS::sptr<OHOS::SurfaceBuffer> buffer = nullptr; variable
256 sptr<SurfaceBuffer> buffer = SurfaceBuffer::Create(); variable
272 OHOS::sptr<OHOS::SurfaceBuffer> buffer; variable
[all …]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
Davrcp_ct_notification.cpp64 auto buffer = BufferMalloc(bufferSize); in AssembleParameters() local
88 bool AvrcCtNotifyPacket::DisassembleParameters(uint8_t *buffer) in DisassembleParameters()
143 bool AvrcCtNotifyPacket::DisassemblePlaybackStatus(uint8_t *buffer) in DisassemblePlaybackStatus()
160 bool AvrcCtNotifyPacket::DisassembleTrackChanged(uint8_t *buffer) in DisassembleTrackChanged()
177 bool AvrcCtNotifyPacket::DisassemblePlaybackPosChanged(uint8_t *buffer) in DisassemblePlaybackPosChanged()
194 bool AvrcCtNotifyPacket::DisassemblePlayerApplicationSettingChanged(uint8_t *buffer) in DisassemblePlayerApplicationSettingChanged()
223 bool AvrcCtNotifyPacket::DisassembleAddressedPlayerChanged(uint8_t *buffer) in DisassembleAddressedPlayerChanged()
245 bool AvrcCtNotifyPacket::DisassembleUidsChanged(uint8_t *buffer) in DisassembleUidsChanged()
262 bool AvrcCtNotifyPacket::DisassembleVolumeChanged(uint8_t *buffer) in DisassembleVolumeChanged()
Davrcp_ct_vendor.cpp58 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt))); in DisassemblePacket() local
101 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt_))); in AssembleFixedOperands() local
134 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt))); in IsValidParameterLength() local
189 auto buffer = BufferMalloc(AVRC_CT_VENDOR_PARAMETER_LENGTH_SIZE + AVRC_CT_GC_PARAMETER_LENGTH); in AssembleParameters() local
213 bool AvrcCtGcPacket::DisassembleParameters(uint8_t *buffer) in DisassembleParameters()
288 auto buffer = BufferMalloc(AVRC_CT_LPASA_PARAMETER_LENGTH_SIZE); in AssembleParameters() local
309 bool AvrcCtLpasaPacket::DisassembleParameters(uint8_t *buffer) in DisassembleParameters()
375 auto buffer = BufferMalloc(bufferSize); in AssembleParameters() local
398 bool AvrcCtLpasvPacket::DisassembleParameters(uint8_t *buffer) in DisassembleParameters()
498 auto buffer = BufferMalloc(bufferSize); in AssembleParameters() local
[all …]
/foundation/multimedia/av_codec/test/unittest/filter_test/
Dsei_parser_helper_unit_test.cpp74 vector<uint8_t> buffer; in CreateInvalidSeiBuffer() local
121 auto buffer = ReadAVBufferFromLocalFile(HEVC_BUFFER_ANNEXB_ONE_SEI); variable
142 auto buffer = ReadAVBufferFromLocalFile(HEVC_BUFFER_ANNEXB_ONE_SEI); variable
163 auto buffer = ReadAVBufferFromLocalFile(HEVC_BUFFER_ANNEXB_NO_SEI); variable
184 auto buffer = ReadAVBufferFromLocalFile(AVC_BUFFER_ANNEXB_ONE_SEI); variable
205 auto buffer = ReadAVBufferFromLocalFile(AVC_BUFFER_ANNEXB_ONE_SEI); variable
226 auto buffer = ReadAVBufferFromLocalFile(AVC_BUFFER_ANNEXB_NO_SEI); variable
248 auto buffer = CreateInvalidSeiBuffer(true, 0x01); variable
270 auto buffer = CreateInvalidSeiBuffer(true, 0x06); variable
292 auto buffer = CreateInvalidSeiBuffer(false, 0x01); variable
/foundation/ability/dmsfwk_lite/moduletest/dtbschedmgr_lite/source/
Dtlv_parse_test.cpp32 static void RunTest(const uint8_t *buffer, uint16_t bufferLen, in RunTest()
55 uint8_t buffer[] = { variable
85 uint8_t buffer[] = { variable
132 uint8_t buffer[] = { variable
154 uint8_t buffer[] = { }; variable
170 uint8_t buffer[] = { variable
188 uint8_t buffer[] = { variable
206 uint8_t buffer[] = { variable
227 uint8_t buffer[] = { variable
250 uint8_t buffer[] = { variable
[all …]
/foundation/ability/dmsfwk/services/dtbcollabmgr/test/unittest/channel_manager/
Dsession_data_header_test.cpp129 uint8_t buffer[SessionDataHeader::HEADER_LEN] = { 0 }; variable
148 uint8_t buffer[SessionDataHeader::HEADER_LEN] = { 0 }; variable
167 uint8_t buffer[SessionDataHeader::HEADER_LEN] = { 0 }; variable
186 uint8_t buffer[SessionDataHeader::HEADER_LEN] = { 0 }; variable
205 uint8_t buffer[SessionDataHeader::HEADER_LEN] = { 0 }; variable
226 uint8_t buffer[SessionDataHeader::HEADER_LEN] = { 0 }; variable
245 uint8_t buffer[SessionDataHeader::HEADER_LEN] = { 0 }; variable
264 uint8_t buffer[SessionDataHeader::HEADER_LEN] = { 0 }; variable
283 uint8_t buffer[SessionDataHeader::HEADER_LEN] = { 0 }; variable
302 uint8_t buffer[SessionDataHeader::HEADER_LEN] = { 0 }; variable
/foundation/multimedia/media_foundation/tests/unittest/avbuffer_queue/
Davbuffer_queue_func_unit_test.cpp225 std::shared_ptr<AVBuffer> buffer = AVBuffer::CreateAVBuffer(config); variable
242 std::shared_ptr<AVBuffer> buffer = AVBuffer::CreateAVBuffer(config); variable
259 std::shared_ptr<AVBuffer> buffer = AVBuffer::CreateAVBuffer(config); variable
277 std::shared_ptr<AVBuffer> buffer = AVBuffer::CreateAVBuffer(config); variable
295 std::shared_ptr<AVBuffer> buffer = AVBuffer::CreateAVBuffer(config); variable
315 std::shared_ptr<AVBuffer> buffer = AVBuffer::CreateAVBuffer(config); variable
337 std::shared_ptr<AVBuffer> buffer = AVBuffer::CreateAVBuffer(config); variable
400 std::shared_ptr<AVBuffer> buffer = AVBuffer::CreateAVBuffer(allocator, 1, 1); variable
430 std::shared_ptr<AVBuffer> buffer = AVBuffer::CreateAVBuffer(allocator, 1, 1); variable
439 auto isNewerSample = [](const std::shared_ptr<AVBuffer>& buffer) { in __anon06731b120102()
[all …]
/foundation/ability/ability_runtime/test/unittest/capi_ability_runtime_application_context_test/
Dcapi_ability_runtime_application_context_test.cpp226 char buffer[bufferSize]; variable
265 char buffer[bufferSize]; variable
303 char buffer[bufferSize]; variable
351 char buffer[bufferSize]; variable
490 char buffer[bufferSize]; variable
533 char buffer[bufferSize]; variable
575 char buffer[bufferSize]; variable
620 char buffer[BUFFER_SIZE] = { 0 }; variable
658 char buffer[BUFFER_SIZE] = { 0 }; variable
695 char buffer[BUFFER_SIZE] = { 0 }; variable
[all …]
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
Dmemory_file.cpp30 uint64_t MemoryFileStorage::Write(uint64_t index, const void* buffer, uint64_t count) in Write()
41 MemoryFile::MemoryFile(std::shared_ptr<MemoryFileStorage>&& buffer, Mode mode) in MemoryFile()
52 uint64_t MemoryFile::Read(void* buffer, uint64_t count) in Read()
77 uint64_t MemoryFile::Write(const void* buffer, uint64_t count) in Write()
86 uint64_t MemoryFile::Append(const void* buffer, uint64_t count, uint64_t /*chunkSize*/) in Append()
/foundation/multimedia/av_codec/test/unittest/media_sink_test/
Dsubtitle_sink_test.cpp77 std::shared_ptr<AVBuffer> buffer = nullptr; variable
105 const std::shared_ptr<AVBuffer> buffer = AVBuffer::CreateAVBuffer(config); variable
147 const std::shared_ptr<AVBuffer> buffer = AVBuffer::CreateAVBuffer(config); variable
184 const std::shared_ptr<AVBuffer> buffer = AVBuffer::CreateAVBuffer(config); variable
221 const std::shared_ptr<AVBuffer> buffer = AVBuffer::CreateAVBuffer(config); variable
258 const std::shared_ptr<AVBuffer> buffer = AVBuffer::CreateAVBuffer(config); variable
293 const std::shared_ptr<AVBuffer> buffer = AVBuffer::CreateAVBuffer(config); variable
327 const std::shared_ptr<AVBuffer> buffer = AVBuffer::CreateAVBuffer(config); variable
362 const std::shared_ptr<AVBuffer> buffer = AVBuffer::CreateAVBuffer(config); variable
387 const std::shared_ptr<AVBuffer> buffer = AVBuffer::CreateAVBuffer(config); variable
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
Dnative_image_test.cpp47 sptr<SurfaceBuffer> buffer = nullptr; variable
66 sptr<SurfaceBuffer> buffer = nullptr; variable
84 sptr<SurfaceBuffer> buffer = nullptr; variable
102 sptr<SurfaceBuffer> buffer = nullptr; variable
120 sptr<SurfaceBuffer> buffer = nullptr; variable
137 sptr<SurfaceBuffer> buffer = nullptr; variable
152 sptr<SurfaceBuffer> buffer = nullptr; variable
169 sptr<SurfaceBuffer> buffer = nullptr; variable
198 sptr<SurfaceBuffer> buffer = nullptr; variable
218 sptr<SurfaceBuffer> buffer = nullptr; variable
[all …]
/foundation/ability/ability_runtime/frameworks/c/ability_runtime/src/
Dapplication_context.cpp33 const std::string &src, char* buffer, const int32_t bufferSize, int32_t* writeLength) in WriteStringToBuffer()
46 AbilityRuntime_ErrorCode CheckParameters(char* buffer, int32_t* writeLength) in CheckParameters()
61 char* buffer, const int32_t bufferSize, int32_t* writeLength) in OH_AbilityRuntime_ApplicationContextGetCacheDir()
105 char* buffer, const int32_t bufferSize, int32_t* writeLength) in OH_AbilityRuntime_ApplicationContextGetBundleName()
131 char* buffer, const int32_t bufferSize, int32_t* writeLength) in OH_AbilityRuntime_ApplicationContextGetTempDir()
152 char* buffer, const int32_t bufferSize, int32_t* writeLength) in OH_AbilityRuntime_ApplicationContextGetFilesDir()
173 char* buffer, const int32_t bufferSize, int32_t* writeLength) in OH_AbilityRuntime_ApplicationContextGetDatabaseDir()
194 char* buffer, const int32_t bufferSize, int32_t* writeLength) in OH_AbilityRuntime_ApplicationContextGetPreferencesDir()
215 char* buffer, const int32_t bufferSize, int32_t* writeLength) in OH_AbilityRuntime_ApplicationContextGetBundleCodeDir()
236 char* buffer, const int32_t bufferSize, int32_t* writeLength) in OH_AbilityRuntime_ApplicationContextGetDistributedFilesDir()
[all …]

12345678910>>...75