Home
last modified time | relevance | path

Searched defs:buffer (Results 351 - 375 of 5368) sorted by relevance

1...<<11121314151617181920>>...215

/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dbundle_container.cpp32 void BundleContainer::LoadBundleInfos(const std::vector<uint8_t> &buffer) in LoadBundleInfos() argument
/foundation/ability/ability_lite/frameworks/ability_lite/src/slite/
H A Dability_saved_data.cpp31 SavedResultCode AbilitySavedData::SetSavedData(const void *buffer, uint16_t bufferSize) in SetSavedData() argument
49 SavedResultCode AbilitySavedData::SetUserSavedData(const void *buffer, uint16_t bufferSize) in SetUserSavedData() argument
67 SavedResultCode AbilitySavedData::GetSavedData(void *buffer, uint16_t bufferSize, uint16_t* getDataSize) in GetSavedData() argument
89 SavedResultCode AbilitySavedData::GetUserSavedData(void *buffer, uint16_ argument
[all...]
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/include/
H A Dchannel.h53 virtual bool Send(const uint8_t *buffer, int length) in Send() argument
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/include/
H A Dchannel.h53 virtual bool Send(const uint8_t *buffer, int length) in Send() argument
/foundation/arkui/ace_engine/frameworks/bridge/codec/
H A Dbyte_buffer_operator.h32 explicit ByteBufferReader(const std::vector<uint8_t>& buffer) : buffer_(buffer) {} in ByteBufferReader() argument
108 ByteBufferWriter(std::vector<uint8_t>& buffer) : buffer_(buffer) {} in ByteBufferWriter() argument
H A Dstandard_codec_buffer_operator.cpp32 inline bool ReadDataFromByteBuffer(const ByteBufferReader& buffer, CodecData& resultData) in ReadDataFromByteBuffer() argument
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dsyscap_module.cpp64 jerry_char_t buffer[SYSCAP_BUFFER_SIZE] = {0}; in CheckSyscap() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dstring_util.cpp33 char *buffer = StringUtil::Malloc(size); in Copy() local
46 char *buffer = static_cast<char *>(ace_malloc(size + 1)); in Malloc() local
75 char *buffer in Slice() local
[all...]
/foundation/arkui/napi/test/fuzztest/loadarkmodule_fuzzer/
H A Dloadarkmodule_fuzzer.cpp37 void LoadArkModule(const void* buffer, int32_t len, const std::string& fileName) in LoadArkModule() argument
75 const void* buffer = reinterpret_cast<const void*>(data); in LoadArkModuleFuzzTest() local
/foundation/arkui/napi/test/fuzztest/runactor_fuzzer/
H A Drunactor_fuzzer.cpp37 void RunActor(uint8_t* buffer, size_t bufferSize, const char* descriptor, char* entryPoint) in RunActor() argument
76 uint8_t* buffer = const_cast<uint8_t*>(data); in RunActorFuzzTest() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_pass_through.cpp55 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt_))); in AssemblePacket() local
74 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt))); in DisassemblePacket() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_pass_through.cpp61 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt_))); in AssemblePacket() local
80 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt))); in DisassemblePacket() local
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/benchmark/
H A Dbenchmark_audiorenderer_test.cpp193 uint8_t *buffer = reinterpret_cast<uint8_t *>(malloc(bufferLen)); in BENCHMARK_F() local
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dconsumer_surface_delegator_test.cpp40 static inline sptr<SurfaceBuffer> buffer = nullptr; member in OHOS::Rosen::ConsumerSurfaceDelegatorTest
/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H A Daudio_channel_blend.cpp46 void AudioBlend::Process(uint8_t *buffer, size_t bufferSize) in Process() argument
67 void AudioBlend::ProcessWithBlendMode(T *buffer, size_t bufferSize) in ProcessWithBlendMode() argument
109 void AudioBlend::ProcessBlendLRModeWithFormat(T *buffer, size_ argument
137 ProcessAllLeftModeWithFormat(T *buffer, size_t count, AudioChannel channel) ProcessAllLeftModeWithFormat() argument
165 ProcessAllRightModeWithFormat(T *buffer, size_t count, AudioChannel channel) ProcessAllRightModeWithFormat() argument
[all...]
/foundation/multimedia/av_codec/services/engine/base/
H A Dcodecbase.cpp101 int32_t CodecBase::SetCustomBuffer(std::shared_ptr<AVBuffer> buffer) in SetCustomBuffer() argument
/foundation/multimedia/av_codec/services/media_engine/modules/sink/
H A Dmedia_synchronous_sink.cpp60 void MediaSynchronousSink::WriteToPluginRefTimeSync(const std::shared_ptr<OHOS::Media::AVBuffer>& buffer) in WriteToPluginRefTimeSync() argument
/foundation/multimedia/audio_framework/services/audio_service/test/unittest/
H A Dvolume_tools_unit_test.cpp193 uint8_t *buffer = 0; in HWTEST_F() local
214 uint8_t *buffer = nullptr; in HWTEST_F() local
235 uint8_t *buffer = new uint8_t[(MIN_FRAME_SIZE) * 3 * STEREO]; in HWTEST_F() local
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_resource_util_vk.cpp35 void CopyGpuBufferVk(GpuBuffer& buffer, ByteArray& byteArray) in CopyGpuBufferVk() argument
57 void DebugBufferNameVk(const IDevice& device, const GpuBuffer& buffer, const string_view name) in DebugBufferNameVk() argument
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Diconsumer_surface.h155 AcquireLastFlushedBuffer(sptr<SurfaceBuffer> &buffer, sptr<SyncFence> &fence, float matrix[16], uint32_t matrixSize, bool isUseNewMatrix) AcquireLastFlushedBuffer() argument
165 ReleaseLastFlushedBuffer(sptr<SurfaceBuffer> buffer) ReleaseLastFlushedBuffer() argument
[all...]
/foundation/graphic/graphic_surface/surface/test/fuzztest/surfaceutils_fuzzer/
H A Dsurfaceutils_fuzzer.cpp62 sptr<SurfaceBuffer> buffer = SurfaceBuffer::Create(); in DoSomethingInterestingWithMyAPI() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/matrix44_fuzzer/
H A Dmatrix44_fuzzer.cpp66 Matrix44::Buffer buffer; in Martix44FuzzTest001() local
/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/
H A Dcolor_picker_unittest.cpp40 uint8_t *buffer = GetJpgBuffer(bufferSize); in CreateColorPicker() local
101 uint8_t *buffer = GetPngBuffer(bufferSize); in HWTEST_F() local
224 uint8_t *buffer = GetJpgBuffer(bufferSize); in HWTEST_F() local
279 uint8_t *buffer in HWTEST_F() local
372 uint8_t *buffer = GetJpgBuffer(bufferSize); HWTEST_F() local
413 uint8_t *buffer = GetJpgBuffer(bufferSize); HWTEST_F() local
454 uint8_t *buffer = GetJpgBuffer(bufferSize); HWTEST_F() local
495 uint8_t *buffer = GetJpgBuffer(bufferSize); HWTEST_F() local
532 uint8_t *buffer = GetJpgBuffer(bufferSize); HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/utils/
H A Dmatrix_test.cpp534 Matrix::Buffer buffer; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/backend/
H A Drs_surface_frame_ohos_raster_test.cpp173 auto buffer = new SurfaceBufferImpl(); in HWTEST_F() local

Completed in 9 milliseconds

1...<<11121314151617181920>>...215