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:frameList
(Results
1 - 2
of
2
) sorted by relevance
/foundation/multimedia/av_codec/test/nativedemo/e2e_demo/
H
A
D
avcodec_e2e_demo_api10.cpp
44
static list<FrameInfo>
frameList
;
variable
88
frameList
.emplace_back(info);
in sortFrame()
89
if (
frameList
.size() > 1) {
in sortFrame()
90
frameList
.sort(FrameCompare);
in sortFrame()
91
FrameInfo first =
frameList
.front();
in sortFrame()
92
auto it =
frameList
.begin();
in sortFrame()
96
frameList
.pop_front();
in sortFrame()
106
frameList
.sort(FrameCompare);
in OnDecOutputDataAvailable()
107
while (
frameList
.size() > 0) {
in OnDecOutputDataAvailable()
108
FrameInfo first =
frameList
in OnDecOutputDataAvailable()
[all...]
/foundation/multimedia/camera_framework/services/camera_service/src/
H
A
D
hcapture_session.cpp
2404
std::vector<sptr<FrameRecord>>
frameList
= recorderBufferQueue_.GetAllElements();
in DrainOutImage()
local
2405
if (!
frameList
.empty()) {
in DrainOutImage()
2406
frameList
.back()->SetCoverFrame();
in DrainOutImage()
2409
for (const auto& frame :
frameList
) {
in DrainOutImage()
Completed in 5 milliseconds