Home
last modified time | relevance | path

Searched defs:tmpBuffer (Results 1 – 20 of 20) 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/multimedia/av_codec/test/unittest/decoder_filter_test/
Dvideo_decoder_adapter_unit_test.cpp168 … std::shared_ptr<AVBuffer> tmpBuffer = AVBuffer::CreateAVBuffer(data, sizeof(data), sizeof(data)); variable
188 … std::shared_ptr<AVBuffer> tmpBuffer = AVBuffer::CreateAVBuffer(data, sizeof(data), sizeof(data)); variable
225 … std::shared_ptr<AVBuffer> tmpBuffer = AVBuffer::CreateAVBuffer(data, sizeof(data), sizeof(data)); variable
242 … std::shared_ptr<AVBuffer> tmpBuffer = AVBuffer::CreateAVBuffer(data, sizeof(data), sizeof(data)); variable
/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/graphic/graphic_surface/test/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.cpp152 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.cpp281 std::shared_ptr<AVBuffer> tmpBuffer; in AquireAvailableInputBuffer() local
/foundation/multimedia/av_codec/services/media_engine/plugins/sink/
Daudio_server_sink_plugin.cpp894 … std::vector<uint8_t> tmpBuffer(destBuffer + destLength - remained, destBuffer + destLength); in DrainCacheData() local
908 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/av_codec/test/moduletest/vcodec/mpeg4swdecoder/src/
Dvideodec_ndk_sample.cpp399 uint8_t *tmpBuffer = new uint8_t[attr.size]; in WriteOutputFrame() local
/foundation/multimedia/av_codec/test/moduletest/vcodec/mpeg2swdecoder/src/
Dvideodec_ndk_sample.cpp399 uint8_t *tmpBuffer = new uint8_t[attr.size]; in WriteOutputFrame() local
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/bluetooth/
Dbluetooth_capturer_source.cpp407 BufferDesc tmpBuffer = {reinterpret_cast<uint8_t*>(frame), replyBytes, replyBytes}; in CaptureFrame() local
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/multichannel/
Dmultichannel_audio_renderer_sink.cpp559 BufferDesc tmpBuffer = {reinterpret_cast<uint8_t *>(&data), len, len}; in RenderFrame() local
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
Dext_decoder.cpp1163 std::unique_ptr<uint8_t[]> tmpBuffer; in HeapMemAlloc() local
1991 auto tmpBuffer = std::make_unique<uint8_t[]>(copySize); in HeapMemAlloc() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
Dimage_source.cpp1829 auto tmpBuffer = ReadSourceBuffer(bufferSize, error); in CreatExifMetadataByImageSource() local
2803 auto tmpBuffer = new (std::nothrow) uint8_t[bufferSize]; in ReadSourceBuffer() local
2847 auto tmpBuffer = ReadSourceBuffer(bufferSize, error); in GetFilterArea() local
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/primary/
Daudio_capturer_source.cpp944 BufferDesc tmpBuffer = {reinterpret_cast<uint8_t*>(frame), replyBytes, replyBytes}; in DumpCapturerSourceData() local
/foundation/multimedia/audio_framework/services/audio_service/client/src/
Dcapturer_in_client.cpp1722 BufferDesc tmpBuffer = {reinterpret_cast<uint8_t *>(&buffer), userSize, userSize}; in Read() local