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:DRM_KEY_IV_SIZE
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimedia/av_codec/test/unittest/avcenc_info_test/
H
A
D
cenc_info_capi_unit_test.cpp
133
uint32_t ivLen =
DRM_KEY_IV_SIZE
;
in HWTEST_F()
157
uint32_t ivLen =
DRM_KEY_IV_SIZE
;
in HWTEST_F()
173
uint32_t ivLen =
DRM_KEY_IV_SIZE
;
in HWTEST_F()
197
uint32_t ivLen =
DRM_KEY_IV_SIZE
;
in HWTEST_F()
221
uint32_t ivLen =
DRM_KEY_IV_SIZE
;
in HWTEST_F()
242
uint32_t ivLen =
DRM_KEY_IV_SIZE
;
in HWTEST_F()
385
uint32_t ivLen =
DRM_KEY_IV_SIZE
;
in HWTEST_F()
/foundation/multimedia/av_codec/interfaces/kits/c/
H
A
D
native_cencinfo.h
49
#define
DRM_KEY_IV_SIZE
16
macro
161
* or iv is nullptr, or ivLen !=
DRM_KEY_IV_SIZE
, or keyId copy fails, or iv copy fails.
/foundation/multimedia/av_codec/test/fuzztest/avcencinfo_fuzzer/
H
A
D
avcencinfo_fuzzer.cpp
128
uint32_t ivLen =
DRM_KEY_IV_SIZE
;
in CencInfoSetKeyIdAndIv()
263
uint32_t ivLen =
DRM_KEY_IV_SIZE
;
in CencInfoSetAVBuffer()
/foundation/multimedia/av_codec/frameworks/native/capi/avcencinfo/
H
A
D
native_cencinfo.cpp
121
CHECK_AND_RETURN_RET_LOG(ivLen ==
DRM_KEY_IV_SIZE
, AV_ERR_INVALID_VAL, "input ivLen is err!");
in OH_AVCencInfo_SetKeyIdAndIv()
Completed in 3 milliseconds