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:dec_sample
(Results
1 - 6
of
6
) sorted by relevance
/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H
A
D
videodec_ndk_sample.cpp
54
VDecNdkSample *
dec_sample
= nullptr;
member
119
dec_sample
->DEFAULT_WIDTH = current_width;
in VdecFormatChanged()
120
dec_sample
->DEFAULT_HEIGHT = current_height;
in VdecFormatChanged()
121
dec_sample
->stride_ = stride;
in VdecFormatChanged()
122
dec_sample
->sliceHeight_ = sliceHeight;
in VdecFormatChanged()
123
dec_sample
->picWidth_ = picWidth;
in VdecFormatChanged()
124
dec_sample
->picHeight_ = picHeight;
in VdecFormatChanged()
125
if (
dec_sample
->isResChangeStream) {
in VdecFormatChanged()
133
dec_sample
->errCount++;
in VdecFormatChanged()
136
dec_sample
in VdecFormatChanged()
[all...]
H
A
D
videodec_api11_sample.cpp
60
VDecAPI11Sample *
dec_sample
= nullptr;
member
124
dec_sample
->DEFAULT_WIDTH = currentWidth;
in VdecAPI11FormatChanged()
125
dec_sample
->DEFAULT_HEIGHT = currentHeight;
in VdecAPI11FormatChanged()
126
dec_sample
->stride_ = stride;
in VdecAPI11FormatChanged()
127
dec_sample
->sliceHeight_ = sliceHeight;
in VdecAPI11FormatChanged()
128
dec_sample
->picWidth_ = picWidth;
in VdecAPI11FormatChanged()
129
dec_sample
->picHeight_ = picHeight;
in VdecAPI11FormatChanged()
130
if (
dec_sample
->isResChangeStream) {
in VdecAPI11FormatChanged()
137
dec_sample
->errCount++;
in VdecAPI11FormatChanged()
140
dec_sample
in VdecAPI11FormatChanged()
[all...]
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H
A
D
videodec_api11_sample.cpp
55
VDecAPI11Sample *
dec_sample
= nullptr;
member
102
if (
dec_sample
== nullptr) {
in VdecAPI11Error()
106
dec_sample
->isRunning_.store(false);
in VdecAPI11Error()
107
dec_sample
->signal_->inCond_.notify_all();
in VdecAPI11Error()
108
dec_sample
->signal_->outCond_.notify_all();
in VdecAPI11Error()
115
if (
dec_sample
== nullptr) {
in VdecAPI11FormatChanged()
130
dec_sample
->DEFAULT_WIDTH = currentWidth;
in VdecAPI11FormatChanged()
131
dec_sample
->DEFAULT_HEIGHT = currentHeight;
in VdecAPI11FormatChanged()
132
dec_sample
->stride_ = stride;
in VdecAPI11FormatChanged()
133
dec_sample
in VdecAPI11FormatChanged()
[all...]
H
A
D
videodec_ndk_sample.cpp
49
VDecNdkSample *
dec_sample
= nullptr;
member
102
if (
dec_sample
== nullptr) {
in VdecFormatChanged()
109
dec_sample
->DEFAULT_WIDTH = current_width;
in VdecFormatChanged()
110
dec_sample
->DEFAULT_HEIGHT = current_height;
in VdecFormatChanged()
111
if (
dec_sample
->isResChangeStream) {
in VdecFormatChanged()
122
dec_sample
->errCount++;
in VdecFormatChanged()
125
dec_sample
->errCount++;
in VdecFormatChanged()
133
if (
dec_sample
== nullptr) {
in VdecInputDataReady()
136
if (
dec_sample
->isFlushing_) {
in VdecInputDataReady()
140
if (
dec_sample
in VdecInputDataReady()
[all...]
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H
A
D
videodec_api11_sample.cpp
48
VDecAPI11Sample *
dec_sample
= nullptr;
member
104
dec_sample
->DEFAULT_WIDTH = currentWidth;
in VdecAPI11FormatChanged()
105
dec_sample
->DEFAULT_HEIGHT = currentHeight;
in VdecAPI11FormatChanged()
106
if (
dec_sample
->isResChangeStream) {
in VdecAPI11FormatChanged()
117
dec_sample
->errCount++;
in VdecAPI11FormatChanged()
120
dec_sample
->errCount++;
in VdecAPI11FormatChanged()
128
if (
dec_sample
->inputCallbackFlush &&
dec_sample
->outCount > 1) {
in VdecAPI11InputDataReady()
131
dec_sample
->isRunning_.store(false);
in VdecAPI11InputDataReady()
132
dec_sample
in VdecAPI11InputDataReady()
[all...]
H
A
D
videodec_ndk_sample.cpp
41
VDecNdkSample *
dec_sample
= nullptr;
member
112
dec_sample
->DEFAULT_WIDTH = current_width;
in VdecFormatChanged()
113
dec_sample
->DEFAULT_HEIGHT = current_height;
in VdecFormatChanged()
379
dec_sample
= this;
in CreateVideoDecoder()
455
if (
dec_sample
->checkOutPut) {
in OutputFunc()
Completed in 9 milliseconds