Home
last modified time | relevance | path

Searched defs:tmpBuffer (Results 1 – 7 of 7) 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/arkui/napi/sample/native_module_systemtest/
Djs_test_buffer_napi.cpp66 static char tmpBuffer[TMP_BUJJER_SIZE]; variable
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/enroll/
Denroll_engine.cpp265 const uint8_t *tmpBuffer = static_cast<const uint8_t *>(ashmem->ReadFromAshmem(size, 0)); in WriteBufferFromAshmem() local
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
Dext_decoder.cpp441 auto tmpBuffer = make_unique<uint8_t[]>(byteCount); in HeapMemAlloc() local
682 auto tmpBuffer = std::make_unique<uint8_t[]>(inputSize); in HeapMemAlloc() local
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
Dvideodec_ndk_sample.cpp409 uint8_t *tmpBuffer = new uint8_t[attr.size]; in OutputFunc() local