Home
last modified time | relevance | path

Searched defs:nalType (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dstart_code_detector.h59 uint8_t nalType; member
70 virtual bool IsPrefixSEI(uint8_t nalType) { return false; } in IsPrefixSEI() argument
[all...]
H A Dstart_code_detector.cpp198 bool StartCodeDetectorH264::IsVCL(uint8_t nalType) in GetNalType() argument
203 IsIDR(uint8_t nalType) GetNalType() argument
218 IsVCL(uint8_t nalType) IsVCL() argument
223 IsIDR(uint8_t nalType) IsIDR() argument
230 IsPrefixSEI(uint8_t nalType) IsPrefixSEI() argument
245 IsVCL(uint8_t nalType) global() argument
250 IsIDR(uint8_t nalType) global() argument
258 IsPrefixSEI(uint8_t nalType) global() argument
[all...]
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/mock/
H A Dcodec_drm_decrypt_mock.cpp31 int32_t CodecDrmDecrypt::DrmGetNalTypeAndIndex(const uint8_t *data, uint32_t dataSize, uint8_t &nalType, in DrmGetNalTypeAndIndex() argument
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/sample/
H A Davcc_reader.cpp257 bool AvccReader::NalDetector::IsFullVCL(uint8_t nalType, const uint8_t *nextNalTypeAddr) argument
271 bool AvccReader::AVCNalDetector::IsXPS(uint8_t nalType) argument
276 bool AvccReader::AVCNalDetector::IsIDR(uint8_t nalType) argument
286 bool AvccReader::AVCNalDetector::IsVCL(uint8_t nalType) argument
296 IsXPS(uint8_t nalType) global() argument
301 IsIDR(uint8_t nalType) global() argument
306 IsVCL(uint8_t nalType) global() argument
[all...]
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/data_producer/bitstream_reader/
H A Dbitstream_reader.cpp268 bool BitstreamReader::NalDetector::IsFullVCL(uint8_t nalType, const uint8_t *nextNalTypeAddr) in IsFullVCL() argument
282 bool BitstreamReader::AVCNalDetector::IsXPS(uint8_t nalType) in IsXPS() argument
287 bool BitstreamReader::AVCNalDetector::IsIDR(uint8_t nalType) in IsIDR() argument
297 bool BitstreamReader::AVCNalDetector::IsVCL(uint8_t nalType) in IsVCL() argument
307 IsXPS(uint8_t nalType) IsXPS() argument
312 IsIDR(uint8_t nalType) IsIDR() argument
317 IsVCL(uint8_t nalType) IsVCL() argument
[all...]
/foundation/multimedia/av_codec/services/drm_decryptor/
H A Dcodec_drm_decrypt.cpp87 DrmGetNalTypeAndIndex(const uint8_t *data, uint32_t dataSize, uint8_t &nalType, uint32_t &posIndex) const DrmGetNalTypeAndIndex() argument
146 uint8_t nalType = 0; DrmGetFinalNalTypeAndIndex() local
202 uint8_t nalType; DrmModifyCencInfo() local
306 uint8_t nalType = (data[i + DRM_LEGACY_LEN] >> DRM_SHIFT_LEFT_NUM) & DRM_H265_VIDEO_NAL_TYPE_UMASK_NUM; DrmFindHevcCeiNalUnit() local
338 uint8_t nalType = data[i + DRM_LEGACY_LEN] & DRM_H264_VIDEO_NAL_TYPE_UMASK_NUM; DrmFindH264CeiNalUnit() local
[all...]

Completed in 5 milliseconds