Home
last modified time | relevance | path

Searched defs:tmpBuffer (Results 1 – 14 of 14) sorted by relevance

/foundation/graphic/surface_lite/frameworks/
Dbuffer_queue.cpp52 SurfaceBufferImpl* tmpBuffer = *iterBuffer; in ~BufferQueue() local
156 SurfaceBufferImpl *tmpBuffer = *iterBuffer; in GetBuffer() local
167 SurfaceBufferImpl *tmpBuffer = GetBuffer(buffer); in FlushBuffer() local
231 SurfaceBufferImpl *tmpBuffer = GetBuffer(buffer); in ReleaseBuffer() local
284 SurfaceBufferImpl *tmpBuffer = *iterBuffer; in Reset() local
296 SurfaceBufferImpl *tmpBuffer = *iterBuffer; in Reset() local
314 SurfaceBufferImpl *tmpBuffer = *iterBuffer; in SetQueueSize() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
Dobex_packet.h54 Buffer *tmpBuffer = PacketContinuousPayload(obexPacket_); in GetBuffer() local
Dobex_utils.cpp103 Buffer *tmpBuffer = PacketContinuousPayload(&obexPacket); in ToDebugString() local
/foundation/graphic/graphic_surface/surface/test/unittest/
Dsurface_utils_test.cpp218 sptr<SurfaceBuffer> tmpBuffer = nullptr; variable
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/base/
Dengine_util.cpp145 const uint8_t *tmpBuffer = static_cast<const uint8_t *>(ashmem->ReadFromAshmem(size, 0)); in WriteBufferFromAshmem() local
/foundation/arkui/napi/sample/native_module_systemtest/
Djs_test_buffer_napi.cpp66 static char tmpBuffer[TMP_BUJJER_SIZE]; variable
/foundation/multimedia/av_codec/services/media_engine/filters/
Dvideo_decoder_adapter.cpp259 std::shared_ptr<AVBuffer> tmpBuffer; in AquireAvailableInputBuffer() local
/foundation/multimedia/av_codec/services/media_engine/plugins/sink/
Daudio_server_sink_plugin.cpp862 … std::vector<uint8_t> tmpBuffer(destBuffer + destLength - remained, destBuffer + destLength); in DrainCacheData() local
876 std::vector<uint8_t> tmpBuffer(inputBuffer, inputBuffer + bufferSize); in CacheData() local
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/InnerAPI/
Dvideodec_ndk_inner_sample.cpp640 uint8_t *tmpBuffer = new uint8_t[info.size]; in ProcessOutputData() local
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
Dvideodec_ndk_sample.cpp397 uint8_t *tmpBuffer = new uint8_t[attr.size]; in WriteOutputFrame() local
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
Dext_decoder.cpp879 std::unique_ptr<uint8_t[]> tmpBuffer; in HeapMemAlloc() local
1606 auto tmpBuffer = std::make_unique<uint8_t[]>(copySize); in HeapMemAlloc() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
Dimage_source.cpp1604 auto tmpBuffer = ReadSourceBuffer(bufferSize, error); in CreatExifMetadataByImageSource() local
2549 auto tmpBuffer = new (std::nothrow) uint8_t[bufferSize]; in ReadSourceBuffer() local
2593 auto tmpBuffer = ReadSourceBuffer(bufferSize, error); in GetFilterArea() local
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/primary/
Daudio_capturer_source.cpp641 BufferDesc tmpBuffer = {reinterpret_cast<uint8_t*>(frame), replyBytes, replyBytes}; in CaptureFrame() local
/foundation/multimedia/audio_framework/services/audio_service/client/src/
Dcapturer_in_client.cpp1653 BufferDesc tmpBuffer = {reinterpret_cast<uint8_t *>(&buffer), userSize, userSize}; in Read() local