Home
last modified time | relevance | path

Searched refs:IsIDR (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dstart_code_detector.h69 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;
H A Dstart_code_detector.cpp116 bool isIDR = IsIDR(nal.nalType); in BuildSampleList()
203 bool StartCodeDetectorH264::IsIDR(uint8_t nalType) in IsIDR() function in StartCodeDetectorH264
223 bool StartCodeDetectorH265::IsIDR(uint8_t nalType) in IsIDR() function in StartCodeDetectorH265
250 bool StartCodeDetectorH266::IsIDR(uint8_t nalType) in IsIDR() function in StartCodeDetectorH266
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dframe_detector.h48 virtual bool IsIDR(uint8_t nalType) = 0;
83 bool IsIDR(uint8_t nalType) override;
122 bool IsIDR(uint8_t nalType) override;
H A Dframe_detector.cpp63 if (IsIDR(nal.nalType)) { in IsContainIdrFrame()
85 bool FrameDetectorH264::IsIDR(uint8_t nalType) in IsIDR() function in OHOS::Media::FrameDetectorH264
105 bool FrameDetectorH265::IsIDR(uint8_t nalType) in IsIDR() function in OHOS::Media::FrameDetectorH265
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/sample/
H A Davcc_reader.h97 virtual bool IsIDR(uint8_t nalType) = 0;
107 bool IsIDR(uint8_t nalType) override;
116 bool IsIDR(uint8_t nalType) override;
H A Davcc_reader.cpp114 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::AVCNalDetector
301 bool AvccReader::HEVCNalDetector::IsIDR(uint8_t nalType) in IsIDR() function in OHOS::MediaAVCodec::AvccReader::HEVCNalDetector
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/data_producer/bitstream_reader/
H A Dbitstream_reader.h33 bool IsIDR(uint8_t naluType);
H A Dbitstream_reader.cpp109 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