Searched defs:OnSetParameters (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ | ||
H A D | hcodec_state.cpp | 128 void HCodec::BaseState::OnSetParameters(const MsgInfo &info) in OnSetParameters() function in OHOS::MediaAVCodec::HCodec::BaseState |
H A D | hdecoder.cpp | 283 int32_t HDecoder::OnSetParameters(const Format &format) in OnSetParameters() function in OHOS::MediaAVCodec::HDecoder |
H A D | hcodec.h | 191 virtual int32_t OnSetParameters(const Format &format) { return AVCS_ERR_OK; } in OnSetParameters() function |
H A D | hencoder.cpp | 695 int32_t HEncoder::OnSetParameters(const Format &format) in OnSetParameters() function in OHOS::MediaAVCodec::HEncoder |