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:cencInfoObject
(Results
1 - 1
of
1
) sorted by relevance
/foundation/multimedia/av_codec/frameworks/native/capi/avcencinfo/
H
A
D
native_cencinfo.cpp
64
struct OH_AVCencInfo *
cencInfoObject
= new (std::nothrow) OH_AVCencInfo();
in OH_AVCencInfo_Create()
local
65
CHECK_AND_RETURN_RET_LOG(
cencInfoObject
!= nullptr, nullptr, "failed to new OH_AVCencInfo");
in OH_AVCencInfo_Create()
67
int ret = memset_s(&(
cencInfoObject
->cencInfo_), sizeof(MetaDrmCencInfo), 0, sizeof(MetaDrmCencInfo));
in OH_AVCencInfo_Create()
70
delete
cencInfoObject
;
in OH_AVCencInfo_Create()
73
return
cencInfoObject
;
in OH_AVCencInfo_Create()
86
struct OH_AVCencInfo *
cencInfoObject
= cencInfo;
in OH_AVCencInfo_SetAlgorithm()
local
90
cencInfoObject
->cencInfo_.algo = MetaDrmCencAlgorithm::META_DRM_ALG_CENC_UNENCRYPTED;
in OH_AVCencInfo_SetAlgorithm()
93
cencInfoObject
->cencInfo_.algo = MetaDrmCencAlgorithm::META_DRM_ALG_CENC_AES_CTR;
in OH_AVCencInfo_SetAlgorithm()
96
cencInfoObject
->cencInfo_.algo = MetaDrmCencAlgorithm::META_DRM_ALG_CENC_AES_WV;
in OH_AVCencInfo_SetAlgorithm()
99
cencInfoObject
in OH_AVCencInfo_SetAlgorithm()
122
struct OH_AVCencInfo *
cencInfoObject
= cencInfo;
OH_AVCencInfo_SetKeyIdAndIv()
local
147
struct OH_AVCencInfo *
cencInfoObject
= cencInfo;
OH_AVCencInfo_SetSubsampleInfo()
local
163
struct OH_AVCencInfo *
cencInfoObject
= cencInfo;
OH_AVCencInfo_SetMode()
local
184
struct OH_AVCencInfo *
cencInfoObject
= cencInfo;
OH_AVCencInfo_SetAVBuffer()
local
[all...]
Completed in 1 milliseconds