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:clearHeaderLen
(Results
1 - 12
of
12
) sorted by relevance
/foundation/multimedia/av_codec/services/drm_decryptor/
H
A
D
codec_drm_decrypt.cpp
226
cencInfo->subSamples[0].
clearHeaderLen
= dataSize;
in DrmModifyCencInfo()
228
cencInfo->subSamples[1].
clearHeaderLen
= 0;
in DrmModifyCencInfo()
235
uint32_t
clearHeaderLen
= posStartIndex + skipBytes;
in DrmModifyCencInfo()
local
237
(posEndIndex > (
clearHeaderLen
+ delLen)) ? (posEndIndex -
clearHeaderLen
- delLen) : 0;
in DrmModifyCencInfo()
242
cencInfo->subSamples[0].
clearHeaderLen
=
clearHeaderLen
;
in DrmModifyCencInfo()
244
cencInfo->subSamples[1].
clearHeaderLen
= lastClearLen + delLen + (dataSize - posEndIndex);
in DrmModifyCencInfo()
574
cencInfo->subSamples[0].
clearHeaderLen
= dataSize;
in DrmVideoCencDecrypt()
582
clearCencInfo.subSamples[0].
clearHeaderLen
in DrmVideoCencDecrypt()
[all...]
/foundation/multimedia/av_codec/frameworks/native/capi/avcencinfo/
H
A
D
native_cencinfo.cpp
48
cencInfo_.subSamples[0].
clearHeaderLen
= 0;
in OH_AVCencInfo()
154
cencInfoObject->cencInfo_.subSamples[i].
clearHeaderLen
= subsamples[i].
clearHeaderLen
;
in OH_AVCencInfo_SetSubsampleInfo()
/foundation/multimedia/drm_framework/services/drm_service/ipc/
H
A
D
i_mediadecryptmodule_service.h
29
uint32_t
clearHeaderLen
;
member
/foundation/multimedia/av_codec/interfaces/kits/c/
H
A
D
native_cencinfo.h
108
uint32_t
clearHeaderLen
;
member
/foundation/multimedia/drm_framework/services/drm_service/server/src/
H
A
D
media_decrypt_module_service.cpp
123
cryptInfoTmp.subSamples[i].
clearHeaderLen
= cryptInfo.subSample[i].
clearHeaderLen
;
in SetCryptInfo()
124
bufLen += cryptInfoTmp.subSamples[i].
clearHeaderLen
;
in SetCryptInfo()
H
A
D
media_decrypt_module_service_stub.cpp
116
cryptInfo.subSample[i].
clearHeaderLen
= data.ReadUint32();
in OnRemoteRequest()
/foundation/multimedia/media_foundation/interface/inner_api/meta/
H
A
D
media_types.h
276
uint32_t
clearHeaderLen
;
member
/foundation/multimedia/drm_framework/services/drm_service/client/src/
H
A
D
media_decrypt_module_service_proxy.cpp
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()
/foundation/multimedia/av_codec/test/fuzztest/avcencinfo_fuzzer/
H
A
D
avcencinfo_fuzzer.cpp
194
subsamples[i].
clearHeaderLen
= static_cast<uint32_t>(*data);
in CencInfoSetSubsampleInfoFuzzTest()
324
subsamples[i].
clearHeaderLen
= static_cast<uint32_t>(*data);
in CencInfoSetAVBufferFuzzTest()
/foundation/multimedia/av_codec/test/unittest/video_test/drm_decryptor_test/
H
A
D
drm_decryptor_coverage_unit_test.cpp
302
cencInfo.subSamples[0].
clearHeaderLen
= H264_CLEAR_BUFFER_SIZE;
in CreateH264MediaCencInfo()
304
cencInfo.subSamples[0].
clearHeaderLen
= H264_ENCRYPTED_BUFFER_SIZE;
in CreateH264MediaCencInfo()
386
cencInfo.subSamples[0].
clearHeaderLen
= H265_SM4C_ENCRYPTED_BUFFER_SIZE;
in CreateH265MediaCencInfo()
405
cencInfo.subSamples[0].
clearHeaderLen
= AVS_SM4C_ENCRYPTED_BUFFER_SIZE;
in CreateAvsMediaCencInfo()
/foundation/multimedia/av_codec/test/fuzztest/drmdecryptor_fuzzer/
H
A
D
drmdecryptor_fuzzer.cpp
276
cencInfo.subSamples[0].
clearHeaderLen
= DRM_H264_ENCRYPTED_BUFFER_SIZE;
in CreateH264MediaCencInfo()
343
cencInfo.subSamples[0].
clearHeaderLen
= DRM_HEVC_SM4C_ENCRYPTED_BUFFER_SIZE;
in CreateHevcMediaCencInfo()
360
cencInfo.subSamples[0].
clearHeaderLen
= DRM_AVS_SM4C_ENCRYPTED_BUFFER_SIZE;
in CreateAvsMediaCencInfo()
/foundation/multimedia/media_foundation/tests/unittest/meta/
H
A
D
meta_func_unit_test.cpp
895
drmCencInfoIn->subSamples[i].
clearHeaderLen
= 0x10;
in HWTEST_F()
Completed in 11 milliseconds