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:enc_sample
(Results
1 - 2
of
2
) sorted by relevance
/test/xts/acts/multimedia/av_codec/vcodec/encoder/src/
H
A
D
videoenc_ndk_sample.cpp
38
VEncNdkSample *
enc_sample
= nullptr;
member
74
if (
enc_sample
->inputCallbackFlush) {
in VencInputDataReady()
77
enc_sample
->isRunning_.store(false);
in VencInputDataReady()
78
enc_sample
->signal_->inCond_.notify_all();
in VencInputDataReady()
79
enc_sample
->signal_->outCond_.notify_all();
in VencInputDataReady()
82
if (
enc_sample
->inputCallbackStop) {
in VencInputDataReady()
85
enc_sample
->isRunning_.store(false);
in VencInputDataReady()
86
enc_sample
->signal_->inCond_.notify_all();
in VencInputDataReady()
87
enc_sample
->signal_->outCond_.notify_all();
in VencInputDataReady()
100
if (
enc_sample
in VencOutputDataReady()
[all...]
H
A
D
videoenc_api11_sample.cpp
39
VEncAPI11Sample *
enc_sample
= nullptr;
member
91
if (
enc_sample
->frameCount > 0 && (
enc_sample
->frameCount %
enc_sample
->ltrParam.ltrInterval == 0)) {
in onEncInputParam()
94
if (!
enc_sample
->ltrParam.enableUseLtr) {
in onEncInputParam()
95
enc_sample
->frameCount++;
in onEncInputParam()
100
if (
enc_sample
->ltrParam.useLtrIndex == 0) {
in onEncInputParam()
102
} else if (
enc_sample
->ltrParam.useBadLtr) {
in onEncInputParam()
105
uint32_t interval =
enc_sample
->ltrParam.ltrInterval;
in onEncInputParam()
106
if (interval > 0 &&
enc_sample
in onEncInputParam()
[all...]
Completed in 2 milliseconds