Home
last modified time | relevance | path

Searched refs:ReadyToStart (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_decoder.h44 bool ReadyToStart() override;
H A Dimage_codec.h157 virtual bool ReadyToStart() = 0;
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhdecoder.h61 bool ReadyToStart() override;
H A Dhencoder.h82 bool ReadyToStart() override;
H A Dhcodec.h197 virtual bool ReadyToStart() = 0;
H A Dhcodec_state.cpp302 if (!codec_->ReadyToStart()) { in OnStart()
H A Dhdecoder.cpp504 bool HDecoder::ReadyToStart() in ReadyToStart() function in OHOS::MediaAVCodec::HDecoder
H A Dhencoder.cpp750 bool HEncoder::ReadyToStart() in ReadyToStart() function in OHOS::MediaAVCodec::HEncoder
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_decoder.cpp284 bool ImageDecoder::ReadyToStart() in ReadyToStart() function in OHOS::ImagePlugin::ImageDecoder
H A Dcodec_state.cpp313 if (!codec_->ReadyToStart()) { in OnStart()