Home
last modified time | relevance | path

Searched refs:IsPrefixSEI (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dstart_code_detector.h70 virtual bool IsPrefixSEI(uint8_t nalType) { return false; } in IsPrefixSEI() function
151 bool IsPrefixSEI(uint8_t nalType) override;
194 bool IsPrefixSEI(uint8_t nalType) override;
H A Dstart_code_detector.cpp81 if (!IsPrefixSEI(nal.nalType)) { in SaveVivid()
230 bool StartCodeDetectorH265::IsPrefixSEI(uint8_t nalType) in IsPrefixSEI() function in StartCodeDetectorH265
258 bool StartCodeDetectorH266::IsPrefixSEI(uint8_t nalType) in IsPrefixSEI() function in StartCodeDetectorH266
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dframe_detector.h49 virtual bool IsPrefixSEI(uint8_t nalType) { return false; } in IsPrefixSEI() function
123 bool IsPrefixSEI(uint8_t nalType) override;
H A Dframe_detector.cpp112 bool FrameDetectorH265::IsPrefixSEI(uint8_t nalType) in IsPrefixSEI() function in OHOS::Media::FrameDetectorH265