Home
last modified time | relevance | path

Searched defs:buffer (Results 351 – 375 of 2207) sorted by relevance

1...<<11121314151617181920>>...89

/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dtlv_object_test.cpp80 std::vector<uint8_t> buffer; variable
115 std::vector<uint8_t> buffer; variable
150 std::vector<uint8_t> buffer; variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dformat_agent_plugin_src_test.cpp101 void *buffer = malloc(4); variable
121 void *buffer = malloc(4); variable
181 void *buffer = &data; variable
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/
H A Dasync_mode.cpp107 ErrorCode AsyncMode::PushData(const std::string &inPort, const AVBufferPtr& buffer, int64_t offset) in PushData()
293 void AsyncMode::OnOutputBufferDone(const std::shared_ptr<Plugin::Buffer>& buffer) in OnOutputBufferDone()
368 ErrorCode AsyncMode::CheckBufferValidity(std::shared_ptr<AVBuffer>& buffer) in CheckBufferValidity()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/src/
H A Duser_auth_callback_proxy.cpp42 auto buffer = extraInfo.Serialize(); in OnResult() local
73 auto buffer = extraInfo.Serialize(); in OnAcquireInfo() local
118 auto buffer = attributes.Serialize(); in OnGetExecutorPropertyResult() local
/ohos5.0/foundation/graphic/surface_lite/frameworks/
H A Dbuffer_queue_consumer.cpp37 bool BufferQueueConsumer::ReleaseBuffer(const SurfaceBufferImpl& buffer) in ReleaseBuffer()
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/socket/
H A Dseq_packet_socket_client.cpp42 int SeqPacketSocketClient::RecvMsg(char *buffer, unsigned int len) in RecvMsg()
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/
H A D_ark_web___java_script_bridge_data.md27 ### buffer subsection
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/mock/
H A Dmock_skw_stream.h28 bool write(const void* buffer, size_t size) in write()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/
H A D_ark_web___java_script_bridge_data.md27 ### buffer subsection
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dpackage_file.cpp82 vector<uint8_t> buffer(CHECKSUM_BLOCK_SIZE, 0); in GetChecksum() local
155 vector<char> buffer(BUFFER_LEN, 0); in FileContentCopy() local
178 vector<uint8_t> buffer(FILE_HEADER_LEN, 0); in PackFileHeader() local
216 vector<char> buffer(MAGIC_LEN, 0); in CheckMagicHeader() local
242 vector<char> buffer(CHECKSUM_LEN, 0); in UnpackFileHeader() local
277 vector<uint8_t> buffer(FILE_CONTEXT_LEN, 0); in PackFileContext() local
309 vector<uint8_t> buffer(FILE_CONTEXT_LEN, 0); in UnpackFileContext() local
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/
H A Dconstant_of_shape_builder.cpp43 void* buffer = tensor->GetBuffer(); in SetDataType() local
62 void* buffer = tensor->GetBuffer(); in SetValue() local
H A Dcrop_builder.cpp46 void* buffer = tensor->GetBuffer(); in SetAxis() local
65 void* buffer = tensor->GetBuffer(); in SetOffset() local
H A Ddepth_to_space_builder.cpp47 void* buffer = tensor->GetBuffer(); in SetBlockSize() local
64 void* buffer = tensor->GetBuffer(); in SetMode() local
/ohos5.0/foundation/multimedia/av_codec/test/unittest/plugins_source_test/
H A Dfile_fd_source_plugin_unit_test.cpp131 std::shared_ptr<Buffer> buffer = std::make_shared<Buffer>(); variable
141 std::shared_ptr<Buffer> buffer = nullptr; variable
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dcodec_buffer.cpp27 CodecBuffer::CodecBuffer(std::shared_ptr<Buffer>& buffer, CompVerInfo& verInfo, in CodecBuffer()
160 Status CodecBuffer::Unbind(std::shared_ptr<Plugin::Buffer>& buffer, const OmxCodecBuffer* omxBuffer) in Unbind()
/ohos5.0/base/security/security_guard/test/unittest/risk_collect/src/
H A Drisk_collect_test.cpp132 char buffer[1024] = { 0 }; variable
165 char buffer[1024] = { 0 }; variable
273 char buffer[1] = {}; variable
304 char buffer[1] = {}; variable
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screentranstestutils/src/
H A Dscreen_callback_test.cpp97 std::shared_ptr<Media::AVSharedMemory> buffer = nullptr; variable
130 std::shared_ptr<Media::AVSharedMemory> buffer = nullptr; variable
183 std::shared_ptr<Media::AVSharedMemory> buffer = nullptr; variable
208 std::shared_ptr<Media::AVSharedMemory> buffer = nullptr; variable
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dseek_agent.cpp37 void AudioBufferFilledListener::OnBufferFilled(std::shared_ptr<AVBuffer>& buffer) in OnBufferFilled()
53 void VideoBufferFilledListener::OnBufferFilled(std::shared_ptr<AVBuffer>& buffer) in OnBufferFilled()
224 Status SeekAgent::OnAudioBufferFilled(std::shared_ptr<AVBuffer>& buffer, in OnAudioBufferFilled()
246 Status SeekAgent::OnVideoBufferFilled(std::shared_ptr<AVBuffer>& buffer, in OnVideoBufferFilled()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dvideodec_ndk_sample.cpp77 sptr<SurfaceBuffer> buffer; in OnBufferAvailable() local
142 bool VDecNdkSample::MdCompare(unsigned char *buffer, int len, const char *source[]) in MdCompare()
394 void VDecNdkSample::WriteOutputFrame(uint32_t index, OH_AVMemory *buffer, OH_AVCodecBufferAttr attr… in WriteOutputFrame()
440 OH_AVMemory *buffer = signal_->outBufferQueue_.front(); in OutputFunc() local
507 int32_t VDecNdkSample::ReadData(uint32_t index, OH_AVMemory *buffer) in ReadData()
539 uint32_t VDecNdkSample::SendData(uint32_t bufferSize, uint32_t index, OH_AVMemory *buffer) in SendData()
608 auto buffer = signal_->inBufferQueue_.front(); in InputFunc_AVCC() local
638 auto buffer = signal_->inBufferQueue_.front(); in InputFunc_FUZZ() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/multiver/
H A Dmulti_ver_data_sync.cpp100 int MultiVerDataSync::Serialization(uint8_t *buffer, uint32_t length, const Message *inMsg) in Serialization()
116 int MultiVerDataSync::DeSerialization(const uint8_t *buffer, uint32_t length, Message *inMsg) in DeSerialization()
160 func.serializeFunc = [](uint8_t *buffer, uint32_t length, const Message *inMsg) { in RegisterTransformFunc()
163 func.deserializeFunc = [](const uint8_t *buffer, uint32_t length, Message *inMsg) { in RegisterTransformFunc()
373 int MultiVerDataSync::RequestPacketSerialization(uint8_t *buffer, uint32_t length, const Message *i… in RequestPacketSerialization()
403 int MultiVerDataSync::RequestPacketDeSerialization(const uint8_t *buffer, uint32_t length, Message … in RequestPacketDeSerialization()
452 int MultiVerDataSync::AckPacketSerialization(uint8_t *buffer, uint32_t length, const Message *inMsg) in AckPacketSerialization()
486 int MultiVerDataSync::AckPacketDeSerialization(const uint8_t *buffer, uint32_t length, Message *inM… in AckPacketDeSerialization()
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/avmetadatahelper/
H A Dav_thumbnail_generator.cpp64 void OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVBuffer> buffer) override in OnInputBufferAvailable()
69 void OnOutputBufferAvailable(uint32_t index, std::shared_ptr<AVBuffer> buffer) override in OnOutputBufferAvailable()
175 void AVThumbnailGenerator::OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVBuffer> buffer) in OnInputBufferAvailable()
193 void AVThumbnailGenerator::OnOutputBufferAvailable(uint32_t index, std::shared_ptr<AVBuffer> buffer) in OnOutputBufferAvailable()
624 bool AVThumbnailGenerator::GetSbStaticMetadata(const sptr<SurfaceBuffer> &buffer, std::vector<uint8… in GetSbStaticMetadata()
629 bool AVThumbnailGenerator::GetSbDynamicMetadata(const sptr<SurfaceBuffer> &buffer, in GetSbDynamicMetadata()
635 bool AVThumbnailGenerator::SetSbStaticMetadata(sptr<SurfaceBuffer> &buffer, const std::vector<uint8… in SetSbStaticMetadata()
640 bool AVThumbnailGenerator::SetSbDynamicMetadata(sptr<SurfaceBuffer> &buffer, in SetSbDynamicMetadata()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H A Dheif_hw_decoder.cpp63std::shared_ptr<ImageCodecBuffer> buffer) in OnInputBufferAvailable()
71std::shared_ptr<ImageCodecBuffer> buffer) in OnOutputBufferAvailable()
446 shared_ptr<ImageCodecBuffer>& buffer) in PrepareInputCodecBuffer()
471 …areDecoder::WaitForOmxToReturnInputBuffer(uint32_t& bufferId, shared_ptr<ImageCodecBuffer>& buffer) in WaitForOmxToReturnInputBuffer()
493 shared_ptr<ImageCodecBuffer> buffer; in SendInputBufferLoop() local
520 …reDecoder::WaitForOmxToReturnOutputBuffer(uint32_t& bufferId, shared_ptr<ImageCodecBuffer>& buffer) in WaitForOmxToReturnOutputBuffer()
577 void HeifHardwareDecoder::AssembleOutput(uint32_t outputIndex, shared_ptr<ImageCodecBuffer>& buffer) in AssembleOutput()
622 shared_ptr<ImageCodecBuffer> buffer; in ReceiveOutputBufferLoop() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_base_render_engine_test.cpp77 auto buffer = node->GetRSSurfaceHandler()->GetBuffer(); variable
100 auto buffer = node->GetRSSurfaceHandler()->GetBuffer(); variable
173 auto buffer = node->GetRSSurfaceHandler()->GetBuffer(); variable
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/media_manager/
H A Dmpeg_manager.cpp58 …nager::VideoCodecCallback::OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVBuffer> buffer) in OnInputBufferAvailable()
64 …ager::VideoCodecCallback::OnOutputBufferAvailable(uint32_t index, std::shared_ptr<AVBuffer> buffer) in OnOutputBufferAvailable()
220 void MpegManager::OnBufferAvailable(uint32_t index, const std::shared_ptr<AVBuffer>& buffer) in OnBufferAvailable()
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/graphic_adapter_test/
H A Dsurface_adapter_impl_test.cpp34 void OnBufferAvailable(std::shared_ptr<SurfaceBufferAdapter> buffer) override in OnBufferAvailable()
229 sptr<SurfaceBuffer> buffer; variable
294 std::shared_ptr<SurfaceBufferAdapter> buffer = adapter->RequestBuffer(fence, configAdapter); variable

1...<<11121314151617181920>>...89