Searched refs:firstEncryptedOffset (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 | 264 uint32_t firstEncryptedOffset = 0; in HWTEST_F() local 270 errNo = OH_AVCencInfo_SetSubsampleInfo(cencInfo, encryptedBlockCount, skippedBlockCount, firstEncryptedOffset, in HWTEST_F() 286 uint32_t firstEncryptedOffset = 0; in HWTEST_F() local 290 errNo = OH_AVCencInfo_SetSubsampleInfo(nullptr, encryptedBlockCount, skippedBlockCount, firstEncryptedOffset, in HWTEST_F() 304 uint32_t firstEncryptedOffset = 0; in HWTEST_F() local 310 errNo = OH_AVCencInfo_SetSubsampleInfo(cencInfo, encryptedBlockCount, skippedBlockCount, firstEncryptedOffset, in HWTEST_F() 326 uint32_t firstEncryptedOffset = 0; in HWTEST_F() local 331 errNo = OH_AVCencInfo_SetSubsampleInfo(cencInfo, encryptedBlockCount, skippedBlockCount, firstEncryptedOffset, in HWTEST_F() 391 uint32_t firstEncryptedOffset = 0; in HWTEST_F() local 417 errNo = OH_AVCencInfo_SetSubsampleInfo(cencInfo, encryptedBlockCount, skippedBlockCount, firstEncryptedOffset, in HWTEST_F() [all...] |
/foundation/multimedia/av_codec/test/fuzztest/avcencinfo_fuzzer/ |
H A D | avcencinfo_fuzzer.cpp | 168 uint32_t firstEncryptedOffset = 0; in CencInfoSetSubsampleInfo() local 174 errNo = OH_AVCencInfo_SetSubsampleInfo(cencInfo, encryptedBlockCount, skippedBlockCount, firstEncryptedOffset, in CencInfoSetSubsampleInfo() 189 uint32_t firstEncryptedOffset = static_cast<uint32_t>(*data); in CencInfoSetSubsampleInfoFuzzTest() local 205 errNo = OH_AVCencInfo_SetSubsampleInfo(cencInfo, encryptedBlockCount, skippedBlockCount, firstEncryptedOffset, in CencInfoSetSubsampleInfoFuzzTest() 269 uint32_t firstEncryptedOffset = 0; in CencInfoSetAVBuffer() local 295 errNo = OH_AVCencInfo_SetSubsampleInfo(cencInfo, encryptedBlockCount, skippedBlockCount, firstEncryptedOffset, in CencInfoSetAVBuffer() 319 uint32_t firstEncryptedOffset = static_cast<uint32_t>(*data); in CencInfoSetAVBufferFuzzTest() local 354 errNo = OH_AVCencInfo_SetSubsampleInfo(cencInfo, encryptedBlockCount, skippedBlockCount, firstEncryptedOffset, in CencInfoSetAVBufferFuzzTest()
|
/foundation/multimedia/av_codec/interfaces/kits/c/ |
H A D | native_cencinfo.h | 174 * @param firstEncryptedOffset Offset of first encrypted payload. 184 uint32_t skippedBlockCount, uint32_t firstEncryptedOffset, uint32_t subsampleCount, DrmSubsample *subsamples);
|
/foundation/multimedia/av_codec/frameworks/native/capi/avcencinfo/ |
H A D | native_cencinfo.cpp | 141 uint32_t skippedBlockCount, uint32_t firstEncryptedOffset, uint32_t subsampleCount, DrmSubsample *subsamples) in OH_AVCencInfo_SetSubsampleInfo() 151 cencInfoObject->cencInfo_.firstEncryptOffset = firstEncryptedOffset; in OH_AVCencInfo_SetSubsampleInfo() 140 OH_AVCencInfo_SetSubsampleInfo(OH_AVCencInfo *cencInfo, uint32_t encryptedBlockCount, uint32_t skippedBlockCount, uint32_t firstEncryptedOffset, uint32_t subsampleCount, DrmSubsample *subsamples) OH_AVCencInfo_SetSubsampleInfo() argument
|
Completed in 3 milliseconds