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:heightAlignment
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimedia/av_codec/frameworks/native/capi/common/
H
A
D
native_avcapability.cpp
375
OH_AVErrCode OH_AVCapability_GetVideoHeightAlignment(OH_AVCapability *capability, int32_t *
heightAlignment
)
in OH_AVCapability_GetVideoHeightAlignment()
argument
377
CHECK_AND_RETURN_RET_LOG(
heightAlignment
!= nullptr, AV_ERR_INVALID_VAL,
in OH_AVCapability_GetVideoHeightAlignment()
380
*
heightAlignment
= 0;
in OH_AVCapability_GetVideoHeightAlignment()
385
*
heightAlignment
= codecInfo->GetSupportedHeightAlignment();
in OH_AVCapability_GetVideoHeightAlignment()
/foundation/multimedia/av_codec/test/unittest/codeclist_test/capi/
H
A
D
codeclist_capi_mock.cpp
182
int32_t
heightAlignment
= 0;
in GetVideoHeightAlignment()
local
183
int32_t ret = OH_AVCapability_GetVideoHeightAlignment(codeclist_, &
heightAlignment
);
in GetVideoHeightAlignment()
188
return
heightAlignment
;
in GetVideoHeightAlignment()
/foundation/multimedia/av_codec/interfaces/kits/c/
H
A
D
native_avcapability.h
220
* @param
heightAlignment
Output parameter. Video height alignment
223
* {@link AV_ERR_INVALID_VAL}, the capability is invalid, or the
heightAlignment
is nullptr.
226
OH_AVErrCode OH_AVCapability_GetVideoHeightAlignment(OH_AVCapability *capability, int32_t *
heightAlignment
);
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H
A
D
hcodec_list.cpp
152
userCap.alignment = {hdiVideoCap.whAlignment.widthAlignment, hdiVideoCap.whAlignment.
heightAlignment
};
in HdiCapToUserCap()
/foundation/multimedia/av_codec/test/unittest/codeclist_test/
H
A
D
codeclist_unit_test.cpp
341
int32_t
heightAlignment
= capability_->GetVideoHeightAlignment();
in HWTEST_F()
local
342
EXPECT_EQ(DEFAULT_HEIGHT_ALIGNMENT,
heightAlignment
);
in HWTEST_F()
Completed in 9 milliseconds