Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/surface_lite/frameworks/
H A 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
/ohos5.0/base/security/code_signature/interfaces/innerkits/jit_code_sign/src/
H A Djit_code_signer_base.cpp41 void JitCodeSignerBase::RegisterTmpBuffer(Byte *tmpBuffer) in RegisterTmpBuffer()
128 int32_t JitCodeSignerBase::CheckDataCopy(Instr *jitMemory, Byte *tmpBuffer, int size) in CheckDataCopy()
H A Djit_code_signer_single.cpp72 Byte *tmpBuffer, int size) in ValidateCodeCopy()
H A Djit_code_signer_hybrid.cpp131 Instr *jitMemory, Byte *tmpBuffer, int size) in ValidateCodeCopy()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_packet.h54 Buffer *tmpBuffer = PacketContinuousPayload(obexPacket_); in GetBuffer() local
H A Dobex_utils.cpp103 Buffer *tmpBuffer = PacketContinuousPayload(&obexPacket); in ToDebugString() local
/ohos5.0/base/security/code_signature/interfaces/innerkits/jit_code_sign/include/
H A Djit_buffer_integrity.h66 static inline int32_t RegisterTmpBuffer(JitCodeSignerBase *signer, void *tmpBuffer) in RegisterTmpBuffer()
205 JitCodeSignerBase *signer, void *jitMemory, void *tmpBuffer, int size) in CopyToJitCode()
/ohos5.0/base/security/code_signature/test/unittest/
H A Djit_code_sign_test.cpp497 Byte tmpBuffer[INSTRUCTIONS_SET_SIZE_BYTES] = {0}; variable
652 uint32_t *tmpBuffer = reinterpret_cast<uint32_t *>(malloc(BUFFER_SIZE)); variable
807 uint32_t tmpBuffer[INSTRUCTIONS_SET_SIZE]; variable
H A Dcert_chain_verifier_test.cpp236 std::vector<uint32_t> tmpBuffer = {0}; variable
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dsurface_utils_test.cpp218 sptr<SurfaceBuffer> tmpBuffer = nullptr; variable
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/base/
H A Dengine_util.cpp145 const uint8_t *tmpBuffer = static_cast<const uint8_t *>(ashmem->ReadFromAshmem(size, 0)); in WriteBufferFromAshmem() local
/ohos5.0/foundation/arkui/napi/sample/native_module_systemtest/
H A Djs_test_buffer_napi.cpp66 static char tmpBuffer[TMP_BUJJER_SIZE]; variable
/ohos5.0/base/hiviewdfx/hievent_lite/frameworks/
H A Dhiview_output_event.c287 char tmpBuffer[LOG_FMT_MAX_LEN] = {0}; in OutputEventRealtime() local
325 uint8 *tmpBuffer = NULL; in Output2Flash() local
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/filters/
H A Dvideo_decoder_adapter.cpp259 std::shared_ptr<AVBuffer> tmpBuffer; in AquireAvailableInputBuffer() local
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/sink/
H A Daudio_server_sink_plugin.cpp867 … std::vector<uint8_t> tmpBuffer(destBuffer + destLength - remained, destBuffer + destLength); in DrainCacheData() local
881 std::vector<uint8_t> tmpBuffer(inputBuffer, inputBuffer + bufferSize); in CacheData() local
/ohos5.0/drivers/peripheral/usb/ddk_service/src/
H A Dusb_ddk_service.cpp192 std::vector<uint8_t> tmpBuffer(tmpDesc.wTotalLength); in GetConfigDescriptor() local
/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dsandbox_cfgvar.c312 SandboxBuffer *tmpBuffer = &((SandboxContext *)context)->buffer[BUFFER_FOR_TMP]; in GetSandboxRealVar() local
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/InnerAPI/
H A Dvideodec_ndk_inner_sample.cpp640 uint8_t *tmpBuffer = new uint8_t[info.size]; in ProcessOutputData() local
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/mini/
H A Dhiview_output_log.c289 uint8 *tmpBuffer = NULL; in OutputLog2BinFile() local
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dvideodec_ndk_sample.cpp397 uint8_t *tmpBuffer = new uint8_t[attr.size]; in WriteOutputFrame() local
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp902 std::unique_ptr<uint8_t[]> tmpBuffer; in HeapMemAlloc() local
1693 auto tmpBuffer = std::make_unique<uint8_t[]>(copySize); in HeapMemAlloc() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp1608 auto tmpBuffer = ReadSourceBuffer(bufferSize, error); in CreatExifMetadataByImageSource() local
2558 auto tmpBuffer = new (std::nothrow) uint8_t[bufferSize]; in ReadSourceBuffer() local
2602 auto tmpBuffer = ReadSourceBuffer(bufferSize, error); in GetFilterArea() local
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/primary/
H A Daudio_capturer_source.cpp645 BufferDesc tmpBuffer = {reinterpret_cast<uint8_t*>(frame), replyBytes, replyBytes}; in CaptureFrame() local
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Dcapturer_in_client.cpp1653 BufferDesc tmpBuffer = {reinterpret_cast<uint8_t *>(&buffer), userSize, userSize}; in Read() local