Searched defs:nalType (Results 1 – 8 of 8) sorted by relevance
75 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()
42 uint8_t nalType; member49 virtual bool IsPrefixSEI(uint8_t nalType) { return false; } in IsPrefixSEI()
193 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 …]
59 uint8_t nalType; member70 virtual bool IsPrefixSEI(uint8_t nalType) { return false; } in IsPrefixSEI()
257 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()
88 uint8_t &nalType, uint32_t &posIndex) const in DrmGetNalTypeAndIndex()146 uint8_t nalType = 0; in DrmGetFinalNalTypeAndIndex() local202 uint8_t nalType; in DrmModifyCencInfo() local306 …uint8_t nalType = (data[i + DRM_LEGACY_LEN] >> DRM_SHIFT_LEFT_NUM) & DRM_H265_VIDEO_NAL_TYPE_UMASK… in DrmFindHevcCeiNalUnit() local338 uint8_t nalType = data[i + DRM_LEGACY_LEN] & DRM_H264_VIDEO_NAL_TYPE_UMASK_NUM; in DrmFindH264CeiNalUnit() local
224 bool BitstreamReader::IsVCL(uint8_t nalType) in IsVCL()
31 …_t CodecDrmDecrypt::DrmGetNalTypeAndIndex(const uint8_t *data, uint32_t dataSize, uint8_t &nalType, in DrmGetNalTypeAndIndex()