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:isEOS_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H
A
D
native_video_encoder.cpp
64
std::atomic<bool>
isEOS_
= false;
member
134
if (videoEncObj->
isEOS_
.load() || videoEncObj->isInputSurfaceMode_) {
177
if (videoEncObj->
isEOS_
.load() || videoEncObj->isInputSurfaceMode_) {
212
if (videoEncObj->
isEOS_
.load()) {
522
videoEncObj->
isEOS_
.store(false);
in OH_VideoEncoder_Start()
669
videoEncObj->
isEOS_
.store(true);
in OH_VideoEncoder_NotifyEndOfStream()
789
videoEncObj->
isEOS_
.store(true);
in OH_VideoEncoder_PushInputData()
812
videoEncObj->
isEOS_
.store(true);
in OH_VideoEncoder_PushInputBuffer()
H
A
D
native_audio_encoder.cpp
49
std::atomic<bool>
isEOS_
= false;
member
88
audioEncObj->
isEOS_
.load()) {
289
audioEncObj->
isEOS_
.store(false);
in OH_AudioEncoder_Start()
389
audioEncObj->
isEOS_
.store(true);
in OH_AudioEncoder_PushInputData()
H
A
D
native_audio_decoder.cpp
47
std::atomic<bool>
isEOS_
= false;
member
84
audioDecObj->
isEOS_
.load()) {
289
audioDecObj->
isEOS_
.store(false);
in OH_AudioDecoder_Start()
391
audioDecObj->
isEOS_
.store(true);
in OH_AudioDecoder_PushInputData()
H
A
D
native_video_decoder.cpp
66
std::atomic<bool>
isEOS_
= false;
member
128
if (videoDecObj->
isEOS_
.load()) {
174
if (videoDecObj->
isEOS_
.load()) {
437
videoDecObj->
isEOS_
.store(false);
in OH_VideoDecoder_Start()
545
videoDecObj->
isEOS_
.store(true);
in OH_VideoDecoder_PushInputData()
568
videoDecObj->
isEOS_
.store(true);
in OH_VideoDecoder_PushInputBuffer()
H
A
D
native_audio_codec.cpp
54
std::atomic<bool>
isEOS_
= false;
member
93
audioCodecObj->isStop_.load() || audioCodecObj->
isEOS_
.load()) {
281
audioCodecObj->
isEOS_
.store(false);
in OH_AudioCodec_Start()
Completed in 6 milliseconds