Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:isStop_
(Results
1 - 25
of
28
) sorted by relevance
1
2
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/video_capture/
H
A
D
video_capture_plugin.cpp
153
if (
isStop_
.load()) {
in Start()
158
isStop_
= false;
in Start()
167
if (!
isStop_
.load()) {
in Stop()
169
isStop_
= true;
in Stop()
307
readCond_.Wait(lock, [this] { return bufferCnt_ > 0 ||
isStop_
.load(); });
in Read()
308
if (
isStop_
.load()) {
in Read()
H
A
D
video_file_capture_plugin.cpp
126
if (
isStop_
.load()) {
in Start()
131
isStop_
= false;
in Start()
145
if (!
isStop_
.load()) {
in Stop()
147
isStop_
= true;
in Stop()
254
if (
isStop_
.load()) {
in Read()
H
A
D
video_file_capture_plugin.h
56
std::atomic<bool>
isStop_
{false};
H
A
D
video_capture_plugin.h
74
std::atomic<bool>
isStop_
{false};
/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H
A
D
native_audio_decoder.cpp
46
std::atomic<bool>
isStop_
= false;
member
83
if (audioDecObj->isFlushing_.load() || audioDecObj->isFlushed_.load() || audioDecObj->
isStop_
.load() ||
101
if (audioDecObj->isFlushing_.load() || audioDecObj->isFlushed_.load() || audioDecObj->
isStop_
.load()) {
232
audioDecObj->
isStop_
.store(true);
in OH_AudioDecoder_Destroy()
288
audioDecObj->
isStop_
.store(false);
in OH_AudioDecoder_Start()
307
audioDecObj->
isStop_
.store(true);
in OH_AudioDecoder_Stop()
312
audioDecObj->
isStop_
.store(false);
in OH_AudioDecoder_Stop()
356
audioDecObj->
isStop_
.store(true);
in OH_AudioDecoder_Reset()
361
audioDecObj->
isStop_
.store(false);
in OH_AudioDecoder_Reset()
H
A
D
native_audio_codec.cpp
53
std::atomic<bool>
isStop_
= false;
member
93
audioCodecObj->
isStop_
.load() || audioCodecObj->isEOS_.load()) {
109
audioCodecObj->
isStop_
.load()) {
224
audioCodecObj->
isStop_
.store(true);
in OH_AudioCodec_Destroy()
280
audioCodecObj->
isStop_
.store(false);
in OH_AudioCodec_Start()
299
audioCodecObj->
isStop_
.store(true);
in OH_AudioCodec_Stop()
304
audioCodecObj->
isStop_
.store(false);
in OH_AudioCodec_Stop()
348
audioCodecObj->
isStop_
.store(true);
in OH_AudioCodec_Reset()
353
audioCodecObj->
isStop_
.store(false);
in OH_AudioCodec_Reset()
H
A
D
native_audio_encoder.cpp
48
std::atomic<bool>
isStop_
= false;
member
87
if (audioEncObj->isFlushing_.load() || audioEncObj->isFlushed_.load() || audioEncObj->
isStop_
.load() ||
105
if (audioEncObj->isFlushing_.load() || audioEncObj->isFlushed_.load() || audioEncObj->
isStop_
.load()) {
288
audioEncObj->
isStop_
.store(false);
in OH_AudioEncoder_Start()
307
audioEncObj->
isStop_
.store(true);
in OH_AudioEncoder_Stop()
312
audioEncObj->
isStop_
.store(false);
in OH_AudioEncoder_Stop()
357
audioEncObj->
isStop_
.store(true);
in OH_AudioEncoder_Reset()
360
audioEncObj->
isStop_
.store(false);
in OH_AudioEncoder_Reset()
/foundation/multimedia/av_codec/services/media_engine/filters/
H
A
D
metadata_filter.cpp
188
isStop_
= false;
in DoStart()
196
isStop_
= true;
in DoPause()
205
isStop_
= false;
in DoResume()
214
isStop_
= true;
in DoStop()
334
if (
isStop_
) {
in OnBufferAvailable()
H
A
D
video_capture_filter.cpp
188
isStop_
= false;
in DoStart()
196
isStop_
= true;
in DoPause()
205
isStop_
= false;
in DoResume()
214
isStop_
= true;
in DoStop()
337
if (
isStop_
) {
in OnBufferAvailable()
/foundation/multimedia/av_codec/test/unittest/decoder_filter_test/
H
A
D
metadata_filter_unit_test.cpp
107
metaData->
isStop_
= true;
in HWTEST_F()
109
metaData->
isStop_
= false;
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H
A
D
video_pattern.h
166
isStop_
= isStop;
in SetIsStop()
171
return
isStop_
;
in GetIsStop()
413
bool
isStop_
= false;
member in OHOS::OHOS::Ace::NG::VideoPattern
/foundation/graphic/graphic_3d/lume/LumeEngine/src/threading/
H
A
D
task_queue_factory.cpp
300
if (
isStop_
) {
in Stop()
311
isStop_
= true;
in Stop()
387
bool
isStop_
{ false };
/foundation/arkui/ace_engine/test/unittest/core/pattern/video/
H
A
D
video_test_ng.cpp
589
* case1: needControlBar & needFireEvent = true,
isStop_
& autoPlay_ = false
in HWTEST_F()
602
* case2: needControlBar & needFireEvent = false,
isStop_
& autoPlay_ = true
in HWTEST_F()
607
pattern->
isStop_
= true;
in HWTEST_F()
615
pattern->
isStop_
= false;
in HWTEST_F()
663
pattern->
isStop_
= isStop;
in HWTEST_F()
684
pattern->
isStop_
= false;
in HWTEST_F()
687
EXPECT_TRUE(pattern->
isStop_
);
in HWTEST_F()
694
pattern->
isStop_
= false;
in HWTEST_F()
699
EXPECT_EQ(pattern->
isStop_
, true);
in HWTEST_F()
704
EXPECT_EQ(pattern->
isStop_
, tru
in HWTEST_F()
[all...]
H
A
D
video_test_ng_extra_add.cpp
1370
videoPattern->
isStop_
= false;
in HWTEST_F()
1372
EXPECT_TRUE(videoPattern->
isStop_
);
in HWTEST_F()
1378
videoPattern->
isStop_
= false;
in HWTEST_F()
1380
EXPECT_FALSE(videoPattern->
isStop_
);
in HWTEST_F()
1384
videoPattern->
isStop_
= false;
in HWTEST_F()
1386
EXPECT_FALSE(videoPattern->
isStop_
);
in HWTEST_F()
/foundation/multimodalinput/input/service/window_manager/src/
H
A
D
knuckle_dynamic_drawing_manager.cpp
143
isStop_
= true;
in IsSingleKnuckle()
182
if (!
isStop_
&& !traceControlPoints_.empty()) {
in CheckPointerAction()
248
isStop_
= true;
in ProcessDownEvent()
254
isStop_
= false;
in ProcessDownEvent()
/foundation/multimodalinput/input/service/window_manager/include/
H
A
D
knuckle_dynamic_drawing_manager.h
74
bool
isStop_
{ false };
/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/video_encoder/
H
A
D
video_encoder_filter.cpp
82
isStop_
= true;
in ~VideoEncoderFilter()
116
isStop_
= false;
in Start()
475
isStop_
= true;
in Stop()
505
if (
isStop_
|| isFlushing_) {
in HandleOneFrame()
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H
A
D
metadata_filter.h
89
bool
isStop_
{false};
H
A
D
video_capture_filter.h
89
bool
isStop_
{false};
/foundation/multimedia/media_foundation/engine/include/pipeline/filters/codec/video_encoder/
H
A
D
video_encoder_filter.h
103
bool
isStop_
{false};
/foundation/multimedia/media_foundation/tests/unittest/osal/
H
A
D
task_inner_unit_test.cpp
42
std::atomic<bool>
isStop_
{false};
/foundation/multimodalinput/input/service/window_manager/test/
H
A
D
knuckle_dynamic_drawing_manager_test.cpp
102
EXPECT_FALSE(knuckleDynamicDrawMgr.
isStop_
);
in HWTEST_F()
581
knuckleDynamicDrawMgr.
isStop_
= true;
in HWTEST_F()
584
knuckleDynamicDrawMgr.
isStop_
= false;
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/video/
H
A
D
video_element.h
145
bool
isStop_
= false;
member in OHOS::Ace::VideoElement
H
A
D
video_element.cpp
1246
if (
isStop_
) {
in OnPrepared()
1247
isStop_
= false;
in OnPrepared()
1338
if (currentPos == currentPos_ ||
isStop_
) {
in OnCurrentTimeChange()
1726
if (
isStop_
) {
in OnStartBtnClick()
1743
if (
isStop_
) {
in OnStartBtnClick()
1780
isStop_
= true;
in OnStartBtnClick()
/foundation/multimedia/av_codec/test/unittest/filter_test/
H
A
D
video_capture_filter_unit_test.cpp
115
EXPECT_EQ(videoCaptureFilter_->
isStop_
, false);
in HWTEST_F()
127
EXPECT_EQ(videoCaptureFilter_->
isStop_
, true);
in HWTEST_F()
486
videoCaptureFilter_->
isStop_
= true;
in HWTEST_F()
Completed in 19 milliseconds
1
2