Home
last modified time | relevance | path

Searched refs:Flush (Results 1 – 25 of 815) sorted by relevance

12345678910>>...33

/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dstate_test.cpp156 ret = vDecSample->Flush();
230 ret = vDecSample->Flush();
246 ret = vDecSample->Flush();
264 ret = vDecSample->Flush();
282 ret = vDecSample->Flush();
300 ret = vDecSample->Flush();
362 ret = vDecSample->Flush();
375 ret = vDecSample->Flush();
379 ret = vDecSample->Flush();
392 ret = vDecSample->Flush();
[all …]
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dstate_test.cpp163 ret = vDecSample->Flush();
237 ret = vDecSample->Flush();
253 ret = vDecSample->Flush();
271 ret = vDecSample->Flush();
289 ret = vDecSample->Flush();
307 ret = vDecSample->Flush();
369 ret = vDecSample->Flush();
382 ret = vDecSample->Flush();
386 ret = vDecSample->Flush();
399 ret = vDecSample->Flush();
[all …]
H A Dhwh265_hdr2sdr_state_test.cpp163 ret = vDecSample2->Flush();
183 ret = vDecSample2->Flush();
205 ret = vDecSample2->Flush();
227 ret = vDecSample2->Flush();
249 ret = vDecSample2->Flush();
323 ret = vDecSample2->Flush();
337 ret = vDecSample2->Flush();
433 ret = vDecSample2->Flush();
460 ret = vDecSample2->Flush();
478 ret = vDecSample2->Flush();
[all …]
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dstate_test.cpp163 ret = vEncSample->Flush();
233 ret = vEncSample->Flush();
248 ret = vEncSample->Flush();
265 ret = vEncSample->Flush();
282 ret = vEncSample->Flush();
299 ret = vEncSample->Flush();
358 ret = vEncSample->Flush();
371 ret = vEncSample->Flush();
375 ret = vEncSample->Flush();
388 ret = vEncSample->Flush();
[all …]
/ohos5.0/base/telephony/telephony_data/common/src/
H A Dpreferences_util.cpp46 ptr->Flush(); in SaveString()
66 ptr->Flush(); in SaveInt()
86 ptr->Flush(); in SaveBool()
106 ptr->Flush(); in SaveLong()
126 ptr->Flush(); in SaveFloat()
170 ptr->Flush(); in Refresh()
/ohos5.0/base/theme/screenlock_mgr/utils/src/
H A Dpreferences_util.cpp45 ptr->Flush(); in SaveString()
65 ptr->Flush(); in SaveInt()
85 ptr->Flush(); in SaveBool()
105 ptr->Flush(); in SaveLong()
125 ptr->Flush(); in SaveFloat()
169 ptr->Flush(); in Refresh()
/ohos5.0/base/telephony/core_service/utils/preferences/src/
H A Dtel_profile_util.cpp41 ptr->Flush(); in SaveString()
61 ptr->Flush(); in SaveInt()
81 ptr->Flush(); in SaveBool()
101 ptr->Flush(); in SaveLong()
121 ptr->Flush(); in SaveFloat()
165 ptr->Flush(); in Refresh()
/ohos5.0/foundation/filemanagement/dfs_service/utils/preference/src/
H A Dcloud_pref_impl.cpp67 pref_->Flush(); in SetString()
86 pref_->Flush(); in SetLong()
105 pref_->Flush(); in SetInt()
124 pref_->Flush(); in SetBool()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/src/
H A Dalgo_plugin.cpp68 RetCode AlgoPlugin::Flush() in Flush() function in OHOS::Camera::AlgoPlugin
70 if (algoHandler_->func.Flush == nullptr) { in Flush()
74 int ret = algoHandler_->func.Flush(); in Flush()
203 …algoHandler_->func.Flush = reinterpret_cast<AlgoFuncFlush>(::dlsym(algoHandler_->handle, "Flush")); in LoadLib()
204 if (algoHandler_->func.Flush == nullptr) { in LoadLib()
/ohos5.0/base/update/updater/services/package/pkg_manager/
H A Dpkg_stream.h59 int32_t Flush(size_t size) override in Flush() function
102 int32_t Flush(size_t size) override;
140 int32_t Flush(size_t size) override in Flush() function
211 int32_t Flush(size_t size) override in Flush() function
258 int32_t Flush(size_t size) override in Flush() function
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_instructions.cpp38 bool DfxInstructions::Flush(DfxRegs& regs, std::shared_ptr<DfxMemory> memory, uintptr_t cfa, RegLoc… in Flush() function in OHOS::HiviewDFX::DfxInstructions
87 if (!Flush(regs, memory, 0, cfaLoc, cfa)) { in Apply()
101 if (Flush(regs, memory, cfa, rsState.locs[i], regs[reg])) { in Apply()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/mpp/src/pipeline_core/nodes/vpss_node/
H A Dvpss_node.cpp76 RetCode VpssNode::Flush(const int32_t streamId) in Flush() function in OHOS::Camera::VpssNode
79 rc = SourceNode::Flush(streamId); in Flush()
92 rc = IDeviceManager::GetInstance()->Flush(streamId); in Flush()
/ohos5.0/base/security/security_guard/test/unittest/mock/preferences/
H A Dpreferences.h34 virtual void Flush() = 0;
43 MOCK_METHOD0(Flush, void());
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/core/
H A Doutput_sink.cpp44 Status OutputSink::Flush() in Flush() function in OHOS::Media::Plugin::OutputSink
46 return outputSink_->Flush(); in Flush()
H A Dcodec.cpp39 Status Codec::Flush() in Flush() function in OHOS::Media::Plugin::Codec
41 return codec_->Flush(); in Flush()
H A Dvideo_sink.cpp67 Status VideoSink::Flush() in Flush() function in VideoSink
69 return videoSink->Flush(); in Flush()
H A Daudio_sink.cpp66 Status AudioSink::Flush() in Flush() function in AudioSink
68 return audioSink->Flush(); in Flush()
/ohos5.0/docs/zh-cn/application-dev/media/avcodec/
H A Dvideo-encoding.md23 3. Flush,Reset,Stop,Destroy在非回调线程中执行时,会等待所有回调执行完成后,将执行结果返回给用户。
150 void Flush()
155 // Flush、Stop、Reset、Destroy操作之后,之前回调的buffer信息设置为无效
532 inQueue.Flush();
533 outQueue.Flush();
552 inQueue.Flush();
553 outQueue.Flush();
579 inQueue.Flush();
580 outQueue.Flush();
607 inQueue.Flush();
[all …]
H A Dvideo-decoding.md23 3. Flush,Reset,Stop,Destroy在非回调线程中执行时,会等待所有回调执行完成后,将执行结果返回给用户。
26 6. 在调用Flush,Reset,Stop的过程中,调用者不应对之前回调函数获取到的OH_AVBuffer继续进行操作。
150 void Flush()
603 inQueue.Flush();
604 outQueue.Flush();
653 inQueue.Flush();
654 outQueue.Flush();
683 inQueue.Flush();
684 outQueue.Flush();
706 inQueue.Flush();
[all …]
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dmetadata_stream_test.cpp315 stream.Flush();
392 stream1.Flush();
393 stream2.Flush();
463 stream.Flush();
529 ASSERT_TRUE(stream1.Flush());
576 ASSERT_TRUE(stream3.Flush());
631 ASSERT_FALSE(stream.Flush());
721 ASSERT_TRUE(stream.Flush());
747 ASSERT_TRUE(src.Flush());
817 ASSERT_TRUE(src.Flush());
[all …]
/ohos5.0/foundation/communication/netstack/utils/http_over_curl/include/
H A Dthread_safe_storage.h32 std::vector<T> Flush();
54 template <typename T> std::vector<T> ThreadSafeStorage<T>::Flush() in Flush() function
/ohos5.0/foundation/arkui/ui_lite/frameworks/window/
H A Dwindow_impl.cpp47 Flush(); in Destroy()
138 Flush(); in Resize()
196 void WindowImpl::Flush() in Flush() function in OHOS::WindowImpl
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/pipeline_core/nodes/v4l2_source_node/
H A Dv4l2_source_node.cpp98 RetCode V4L2SourceNode::Flush(const int32_t streamId) in Flush() function in OHOS::Camera::V4L2SourceNode
103 rc = sensorController_->Flush(streamId); in Flush()
106 rc = SourceNode::Flush(streamId); in Flush()
/ohos5.0/drivers/peripheral/camera/vdi_base/usb_camera/adapter/platform/v4l2/src/pipeline_core/nodes/uvc_node/
H A Duvc_node.cpp85 RetCode UvcNode::Flush(const int32_t streamId) in Flush() function in OHOS::Camera::UvcNode
90 rc = sensorController_->Flush(streamId); in Flush()
93 rc = SourceNode::Flush(streamId); in Flush()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_stream/
H A Dflush.cpp39 napi_value Flush::Sync(napi_env env, napi_callback_info info) in Sync()
61 napi_value Flush::Async(napi_env env, napi_callback_info info) in Async()

12345678910>>...33