Home
last modified time | relevance | path

Searched defs:buffer (Results 3276 - 3300 of 9734) sorted by relevance

1...<<131132133134135136137138139140>>...390

/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_browse.cpp52 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt_))); in AssemblePacket() local
85 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt))); in IsValidParameterLength() local
153 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt_))); in AssemblePacket() local
200 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt))); DisassemblePacket() local
263 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt_))); AssemblePacket() local
288 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt))); DisassemblePacket() local
442 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt_))); AssembleMpPacket() local
469 AssembleMpItem(uint8_t *buffer, uint16_t offset) AssembleMpItem() argument
571 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt_))); AssembleMePacket() local
598 AssembleMeItem(uint8_t *buffer, uint16_t offset) AssembleMeItem() argument
667 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt))); DisassemblePacket() local
725 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt))); DisassemblePacketAttributes() local
810 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt_))); AssemblePacket() local
854 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt))); DisassemblePacket() local
908 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt))); DisassemblePacketAttributes() local
968 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt_))); AssemblePacket() local
997 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt))); DisassemblePacket() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_browse.cpp91 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt_))); in AssemblePacket() local
113 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt))); in DisassemblePacket() local
157 DisassemblePacketName(uint8_t *buffer, uint16_t offset) DisassemblePacketName() argument
222 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt_))); AssemblePacket() local
250 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt))); DisassemblePacket() local
323 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt_))); AssemblePacket() local
365 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt))); DisassemblePacket() local
416 DisassembleMpParameter(uint8_t *buffer) DisassembleMpParameter() argument
472 DisassembleMpParameterName(uint8_t *buffer, uint16_t offset, std::string &name) DisassembleMpParameterName() argument
500 DisassembleMeParameter(uint8_t *buffer) DisassembleMeParameter() argument
552 DisassembleMeParameterName(uint8_t *buffer, uint16_t offset, std::string &name) DisassembleMeParameterName() argument
581 DisassembleMeParameterAttributesAndValues(uint8_t *buffer, uint16_t offset, uint8_t itemType, std::vector<uint32_t> &attributes, std::vector<std::string> &values) DisassembleMeParameterAttributesAndValues() argument
673 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt_))); AssemblePacket() local
710 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt))); DisassemblePacket() local
753 DisassemblePacketName(uint8_t *buffer, uint16_t &offset) DisassemblePacketName() argument
813 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt_))); AssemblePacket() local
835 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt))); DisassemblePacket() local
[all...]
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/
H A Dbundle_daemon_handler.cpp165 int32_t BundleDaemonHandler::StoreContentToFile(const char *filePath, const void *buffer, uint32_t size) in StoreContentToFile() argument
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_daemon_client.cpp295 int32_t BundleDaemonClient::StoreContentToFile(const char *file, const void *buffer, uint32_t size) in RegisterCallback() argument
/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueue_fuzzer/
H A Dbufferqueue_fuzzer.cpp116 sptr<OHOS::SurfaceBuffer> buffer = new SurfaceBufferImpl(seqNum); in BufferQueueFuzzTest1() local
/foundation/graphic/graphic_surface/surface/src/
H A Dsurface_utils.cpp162 ComputeTransformMatrix(float matrix[MATRIX_ARRAY_SIZE], uint32_t matrixSize, sptr<SurfaceBuffer>& buffer, GraphicTransformType& transform, Rect& crop) ComputeTransformMatrix() argument
250 ComputeTransformMatrixV2(float matrix[MATRIX_ARRAY_SIZE], uint32_t matrixSize, sptr<SurfaceBuffer>& buffer, GraphicTransformType& transform, Rect& crop) ComputeTransformMatrixV2() argument
H A Dbuffer_queue_consumer.cpp31 GSError BufferQueueConsumer::AcquireBuffer(sptr<SurfaceBuffer>& buffer, sptr<SyncFence>& fence, in AcquireBuffer() argument
49 GSError BufferQueueConsumer::ReleaseBuffer(sptr<SurfaceBuffer>& buffer, const sptr<SyncFence>& fence) in ReleaseBuffer() argument
57 GSError BufferQueueConsumer::AttachBufferToQueue(sptr<SurfaceBuffer> buffer) in AttachBufferToQueue() argument
65 GSError BufferQueueConsumer::DetachBufferFromQueue(sptr<SurfaceBuffer> buffer) in DetachBufferFromQueue() argument
73 GSError BufferQueueConsumer::AttachBuffer(sptr<SurfaceBuffer>& buffer) in AttachBuffer() argument
78 AttachBuffer(sptr<SurfaceBuffer>& buffer, int32_t timeOut) AttachBuffer() argument
86 DetachBuffer(sptr<SurfaceBuffer>& buffer) DetachBuffer() argument
[all...]
/foundation/graphic/surface_lite/frameworks/
H A Dsurface_impl.cpp211 int32_t SurfaceImpl::FlushBuffer(SurfaceBuffer* buffer) in FlushBuffer() argument
225 bool SurfaceImpl::ReleaseBuffer(SurfaceBuffer* buffer) in ReleaseBuffer() argument
232 void SurfaceImpl::CancelBuffer(SurfaceBuffer* buffer) in CancelBuffer() argument
[all...]
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/example/
H A Daudio_renderer_test.cpp215 auto buffer = std::make_unique<uint8_t[]>(n * bufferLen); in StartRender() local
H A Daudio_interrupt_test.cpp134 auto buffer = std::make_unique<uint8_t[]>(n * bufferLen); in WriteBuffer() local
H A Daudio_voip_test.cpp79 auto buffer = std::make_unique<uint8_t[]>(n * bufferLen); in StartRender() local
209 auto buffer = std::make_unique<uint8_t[]>(bufferLen); in StartCapture() local
[all...]
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dcapturer_in_server.cpp276 ResolveBuffer(std::shared_ptr<OHAudioBuffer> &buffer) ResolveBuffer() argument
[all...]
/foundation/multimedia/av_codec/services/media_engine/filters/
H A Daudio_data_source_filter.cpp203 std::shared_ptr<AVBuffer> buffer; in SendEos() local
229 std::shared_ptr<AVBuffer> buffer; in ReadLoop() local
[all...]
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/unittest/capturer_test/src/
H A Daudio_capturer_unit_test.cpp90 auto buffer = std::make_unique<uint8_t[]>(bufferLen); in StartCaptureThread() local
1444 uint8_t *buffer = (uint8_t *) malloc(bufferLen); in HWTEST() local
1493 uint8_t *buffer in HWTEST() local
1540 uint8_t *buffer = (uint8_t *) malloc(bufferLen); HWTEST() local
1572 uint8_t *buffer = (uint8_t *) malloc(bufferLen); HWTEST() local
1604 uint8_t *buffer = (uint8_t *) malloc(bufferLen); HWTEST() local
1639 uint8_t *buffer = (uint8_t *) malloc(bufferLen); HWTEST() local
1675 uint8_t *buffer = (uint8_t *) malloc(bufferLen); HWTEST() local
1710 uint8_t *buffer = (uint8_t *) malloc(bufferLen); HWTEST() local
1759 uint8_t *buffer = (uint8_t *) malloc(bufferLen); HWTEST() local
[all...]
H A Daudio_capturer_extra_unit_test.cpp56 auto buffer = std::make_unique<uint8_t[]>(bufferLen); in StartCaptureThread() local
102 uint8_t *buffer = (uint8_t *) malloc(bufferLen); in HWTEST() local
256 uint8_t *buffer = (uint8_t *) malloc(bufferLen); in HWTEST() local
376 uint8_t *buffer = (uint8_t *) malloc(bufferLen); HWTEST() local
427 uint8_t *buffer = (uint8_t *) malloc(bufferLen); HWTEST() local
546 uint8_t *buffer = (uint8_t *) malloc(bufferLen); HWTEST() local
[all...]
H A Dinner_capturer_unit_test.cpp93 BufferDesc buffer = { nullptr, 0, 0}; in OnWriteData() local
318 auto buffer = std::make_unique<uint8_t[]>(bufferLen); HWTEST() local
363 auto buffer = std::make_unique<uint8_t[]>(bufferLen); TestInnerCapturer() local
530 auto buffer = std::make_unique<uint8_t[]>(bufferLen); HWTEST() local
[all...]
/foundation/multimedia/audio_lite/frameworks/binder/
H A Daudio_capturer_client.cpp379 int32_t AudioCapturer::AudioCapturerClient::Read(uint8_t *buffer, size_t userSize, bool isBlockingRead) in Read() argument
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dbuffer_client_producer_remote_test.cpp339 sptr<OHOS::SurfaceBuffer> buffer = new SurfaceBufferImpl(0); in HWTEST_F() local
563 sptr<SurfaceBuffer> buffer = SurfaceBuffer::Create(); HWTEST_F() local
701 sptr<SurfaceBuffer> buffer; HWTEST_F() local
721 sptr<SurfaceBuffer> buffer = SurfaceBuffer::Create(); HWTEST_F() local
[all...]
H A Dbuffer_queue_test.cpp284 sptr<SurfaceBuffer> buffer; HWTEST_F() local
385 sptr<SurfaceBuffer> buffer; HWTEST_F() local
702 sptr<SurfaceBuffer> buffer = nullptr; HWTEST_F() local
721 sptr<SurfaceBuffer> buffer = SurfaceBuffer::Create(); HWTEST_F() local
[all...]
H A Dbuffer_queue_producer_test.cpp280 sptr<SurfaceBuffer> &buffer = retVal.buffer; in HWTEST_F() local
[all...]
H A Dbuffer_queue_consumer_test.cpp137 sptr<SurfaceBuffer>& buffer = retval.buffer; in HWTEST_F() local
164 sptr<SurfaceBuffer> &buffer = retval.buffer; HWTEST_F() local
208 sptr<SurfaceBuffer> buffer = nullptr; HWTEST_F() local
[all...]
/foundation/multimedia/audio_framework/frameworks/native/opensles/test/unittest/opensles_player_test/src/
H A Daudio_opensles_player_unit_test.cpp51 SLuint8 *buffer = nullptr; in BufferQueueCallback() local
/foundation/multimedia/audio_framework/frameworks/native/opensles/test/example/
H A Daudio_opensles_player_test.cpp278 SLuint8 *buffer = nullptr; in BufferQueueCallback() local
/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_audio_codec.cpp125 OH_AVBuffer *GetTransData(struct OH_AVCodec *codec, uint32_t index, std::shared_ptr<AVBuffer> buffer) in GetTransData() argument
[all...]
/foundation/multimedia/av_codec/services/media_engine/plugins/source/
H A Ddata_stream_source_plugin.cpp101 std::shared_ptr<Plugins::Buffer> buffer = std::make_shared<Plugins::Buffer>(); in WrapAVSharedMemory() local
133 Status DataStreamSourcePlugin::Read(std::shared_ptr<Plugins::Buffer>& buffer, uint64_t offset, size_t expectedLen) in Read() argument
[all...]

Completed in 22 milliseconds

1...<<131132133134135136137138139140>>...390