Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhencoder.h66 int32_t RequestIDRFrame() override;
H A Dhencoder.cpp681 int32_t HEncoder::RequestIDRFrame() in RequestIDRFrame() function in OHOS::MediaAVCodec::HEncoder
721 int32_t ret = RequestIDRFrame(); in OnSetParameters()
H A Dhcodec.h194 virtual int32_t RequestIDRFrame() { return AVCS_ERR_UNSUPPORT; } in RequestIDRFrame() function
H A Dhcodec_state.cpp472 ReplyErrorCode(info.id, codec_->RequestIDRFrame()); in OnMsgReceived()