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:BLOCK_SIZE_MIN
(Results
1 - 3
of
3
) sorted by relevance
/foundation/multimedia/av_codec/test/unittest/codeclist_test/coverage_unit_test/
H
A
D
avcodec_info_coverage_unit_test.cpp
34
constexpr int32_t
BLOCK_SIZE_MIN
= 2;
member
313
EXPECT_EQ(videoCaps_->blockWidth_,
BLOCK_SIZE_MIN
);
in HWTEST_F()
314
EXPECT_EQ(videoCaps_->blockHeight_,
BLOCK_SIZE_MIN
);
in HWTEST_F()
327
EXPECT_EQ(videoCaps_->blockWidth_,
BLOCK_SIZE_MIN
);
in HWTEST_F()
328
EXPECT_EQ(videoCaps_->blockHeight_,
BLOCK_SIZE_MIN
);
in HWTEST_F()
359
EXPECT_EQ(videoCaps_->data_->blockSize.width,
BLOCK_SIZE_MIN
);
in HWTEST_F()
360
EXPECT_EQ(videoCaps_->data_->blockSize.height,
BLOCK_SIZE_MIN
);
in HWTEST_F()
389
EXPECT_EQ(videoCaps_->data_->blockSize.width,
BLOCK_SIZE_MIN
);
in HWTEST_F()
390
EXPECT_EQ(videoCaps_->data_->blockSize.height,
BLOCK_SIZE_MIN
);
in HWTEST_F()
/foundation/multimedia/player_framework/frameworks/native/avcodeclist/
H
A
D
avcodec_info.cpp
24
constexpr int32_t
BLOCK_SIZE_MIN
= 2;
member
251
data_.blockSize.width =
BLOCK_SIZE_MIN
;
in InitParams()
252
data_.blockSize.height =
BLOCK_SIZE_MIN
;
in InitParams()
/foundation/multimedia/av_codec/frameworks/native/avcodeclist/
H
A
D
avcodec_info.cpp
24
constexpr int32_t
BLOCK_SIZE_MIN
= 2;
member
367
data_->blockSize.width =
BLOCK_SIZE_MIN
;
in InitParams()
368
data_->blockSize.height =
BLOCK_SIZE_MIN
;
in InitParams()
Completed in 5 milliseconds