Searched refs:IsIDR (Results 1 – 8 of 8) sorted by relevance
69 virtual bool IsIDR(uint8_t nalType) = 0;111 bool IsIDR(uint8_t nalType) override;150 bool IsIDR(uint8_t nalType) override;193 bool IsIDR(uint8_t nalType) override;
116 bool isIDR = IsIDR(nal.nalType); in BuildSampleList()203 bool StartCodeDetectorH264::IsIDR(uint8_t nalType) in IsIDR() function in StartCodeDetectorH264223 bool StartCodeDetectorH265::IsIDR(uint8_t nalType) in IsIDR() function in StartCodeDetectorH265250 bool StartCodeDetectorH266::IsIDR(uint8_t nalType) in IsIDR() function in StartCodeDetectorH266
48 virtual bool IsIDR(uint8_t nalType) = 0;83 bool IsIDR(uint8_t nalType) override;122 bool IsIDR(uint8_t nalType) override;
63 if (IsIDR(nal.nalType)) { in IsContainIdrFrame()85 bool FrameDetectorH264::IsIDR(uint8_t nalType) in IsIDR() function in OHOS::Media::FrameDetectorH264105 bool FrameDetectorH265::IsIDR(uint8_t nalType) in IsIDR() function in OHOS::Media::FrameDetectorH265
97 virtual bool IsIDR(uint8_t nalType) = 0;107 bool IsIDR(uint8_t nalType) override;116 bool IsIDR(uint8_t nalType) override;
114 attr.flags |= nalDetector_->IsIDR(naluType) ? AVCODEC_BUFFER_FLAG_SYNC_FRAME : 0; in FillBufferAttr()276 bool AvccReader::AVCNalDetector::IsIDR(uint8_t nalType) in IsIDR() function in OHOS::MediaAVCodec::AvccReader::AVCNalDetector301 bool AvccReader::HEVCNalDetector::IsIDR(uint8_t nalType) in IsIDR() function in OHOS::MediaAVCodec::AvccReader::HEVCNalDetector
33 bool IsIDR(uint8_t naluType);
109 bufferInfo.attr.flags |= IsIDR(naluType) ? AVCODEC_BUFFER_FLAGS_SYNC_FRAME : 0; in FillBuffer()214 bool BitstreamReader::IsIDR(uint8_t naluType) in IsIDR() function in OHOS::MediaAVCodec::Sample::BitstreamReader