Home
last modified time | relevance | path

Searched defs:nalType (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dframe_detector.cpp75 bool FrameDetectorH264::IsPPS(uint8_t nalType) in IsPPS()
80 bool FrameDetectorH264::IsVCL(uint8_t nalType) in IsVCL()
85 bool FrameDetectorH264::IsIDR(uint8_t nalType) in IsIDR()
95 bool FrameDetectorH265::IsPPS(uint8_t nalType) in IsPPS()
100 bool FrameDetectorH265::IsVCL(uint8_t nalType) in IsVCL()
105 bool FrameDetectorH265::IsIDR(uint8_t nalType) in IsIDR()
112 bool FrameDetectorH265::IsPrefixSEI(uint8_t nalType) in IsPrefixSEI()
H A Dframe_detector.h42 uint8_t nalType; member
49 virtual bool IsPrefixSEI(uint8_t nalType) { return false; } in IsPrefixSEI()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dstart_code_detector.cpp193 bool StartCodeDetectorH264::IsPPS(uint8_t nalType) in IsPPS()
198 bool StartCodeDetectorH264::IsVCL(uint8_t nalType) in IsVCL()
203 bool StartCodeDetectorH264::IsIDR(uint8_t nalType) in IsIDR()
213 bool StartCodeDetectorH265::IsPPS(uint8_t nalType) in IsPPS()
218 bool StartCodeDetectorH265::IsVCL(uint8_t nalType) in IsVCL()
223 bool StartCodeDetectorH265::IsIDR(uint8_t nalType) in IsIDR()
230 bool StartCodeDetectorH265::IsPrefixSEI(uint8_t nalType) in IsPrefixSEI()
240 bool StartCodeDetectorH266::IsPPS(uint8_t nalType) in IsPPS()
245 bool StartCodeDetectorH266::IsVCL(uint8_t nalType) in IsVCL()
250 bool StartCodeDetectorH266::IsIDR(uint8_t nalType) in IsIDR()
[all …]
H A Dstart_code_detector.h59 uint8_t nalType; member
70 virtual bool IsPrefixSEI(uint8_t nalType) { return false; } in IsPrefixSEI()
/ohos5.0/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) in IsFullVCL()
271 bool AvccReader::AVCNalDetector::IsXPS(uint8_t nalType) in IsXPS()
276 bool AvccReader::AVCNalDetector::IsIDR(uint8_t nalType) in IsIDR()
286 bool AvccReader::AVCNalDetector::IsVCL(uint8_t nalType) in IsVCL()
296 bool AvccReader::HEVCNalDetector::IsXPS(uint8_t nalType) in IsXPS()
301 bool AvccReader::HEVCNalDetector::IsIDR(uint8_t nalType) in IsIDR()
306 bool AvccReader::HEVCNalDetector::IsVCL(uint8_t nalType) in IsVCL()
/ohos5.0/foundation/multimedia/av_codec/services/drm_decryptor/
H A Dcodec_drm_decrypt.cpp88 uint8_t &nalType, uint32_t &posIndex) const in DrmGetNalTypeAndIndex()
146 uint8_t nalType = 0; in DrmGetFinalNalTypeAndIndex() local
202 uint8_t nalType; in DrmModifyCencInfo() local
306 …uint8_t nalType = (data[i + DRM_LEGACY_LEN] >> DRM_SHIFT_LEFT_NUM) & DRM_H265_VIDEO_NAL_TYPE_UMASK… in DrmFindHevcCeiNalUnit() local
338 uint8_t nalType = data[i + DRM_LEGACY_LEN] & DRM_H264_VIDEO_NAL_TYPE_UMASK_NUM; in DrmFindH264CeiNalUnit() local
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/data_producer/bitstream_reader/
H A Dbitstream_reader.cpp224 bool BitstreamReader::IsVCL(uint8_t nalType) in IsVCL()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/mock/
H A Dcodec_drm_decrypt_mock.cpp31 …_t CodecDrmDecrypt::DrmGetNalTypeAndIndex(const uint8_t *data, uint32_t dataSize, uint8_t &nalType, in DrmGetNalTypeAndIndex()