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:subSample
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimedia/drm_framework/services/drm_service/client/src/
H
A
D
media_decrypt_module_service_proxy.cpp
141
DRM_CHECK_AND_RETURN_RET_LOG(data.WriteUint32(cryptInfo.
subSample
.size()), IPC_PROXY_ERR,
in DecryptMediaData()
142
"MediaDecryptModuleServiceProxy DecryptMediaData Write cryptInfo.
subSample
size failed.");
in DecryptMediaData()
143
for (size_t i = 0; i < cryptInfo.
subSample
.size(); i++) {
in DecryptMediaData()
144
DRM_CHECK_AND_RETURN_RET_LOG(data.WriteUint32(cryptInfo.
subSample
[i].clearHeaderLen), IPC_PROXY_ERR,
in DecryptMediaData()
145
"MediaDecryptModuleServiceProxy DecryptMediaData Write cryptInfo.
subSample
.clearHeaderLen failed.");
in DecryptMediaData()
147
DRM_CHECK_AND_RETURN_RET_LOG(data.WriteUint32(cryptInfo.
subSample
[i].payLoadLen), IPC_PROXY_ERR,
in DecryptMediaData()
148
"MediaDecryptModuleServiceProxy DecryptMediaData Write cryptInfo.
subSample
.payLoadLen failed.");
in DecryptMediaData()
/foundation/multimedia/drm_framework/services/drm_service/server/src/
H
A
D
media_decrypt_module_service_stub.cpp
113
"The number of
subSample
is too large.");
in OnRemoteRequest()
114
cryptInfo.
subSample
.resize(subSampleNumber);
in OnRemoteRequest()
116
cryptInfo.
subSample
[i].clearHeaderLen = data.ReadUint32();
in OnRemoteRequest()
117
cryptInfo.
subSample
[i].payLoadLen = data.ReadUint32();
in OnRemoteRequest()
H
A
D
media_decrypt_module_service.cpp
121
cryptInfoTmp.subSamples.resize(cryptInfo.
subSample
.size());
in SetCryptInfo()
122
for (size_t i = 0; i < cryptInfo.
subSample
.size(); i++) {
in SetCryptInfo()
123
cryptInfoTmp.subSamples[i].clearHeaderLen = cryptInfo.
subSample
[i].clearHeaderLen;
in SetCryptInfo()
125
cryptInfoTmp.subSamples[i].payLoadLen = cryptInfo.
subSample
[i].payLoadLen;
in SetCryptInfo()
/foundation/multimedia/drm_framework/services/drm_service/ipc/
H
A
D
i_mediadecryptmodule_service.h
52
std::vector<SubSample>
subSample
;
member
/foundation/multimedia/av_codec/services/drm_decryptor/
H
A
D
codec_drm_decrypt.cpp
739
cryptInfo.
subSample
.emplace_back(temp);
in DecryptMediaData()
Completed in 4 milliseconds