Home
last modified time | relevance | path

Searched refs:SetPluginParameterLocked (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/video_encoder/
H A Dvideo_encoder_filter.cpp323 …FALSE_RETURN_V_MSG_W(SetPluginParameterLocked(Tag::VIDEO_WIDTH, vencFormat_.width) == ErrorCode::S… in ConfigurePluginParams()
325 …FALSE_RETURN_V_MSG_W(SetPluginParameterLocked(Tag::VIDEO_HEIGHT, vencFormat_.height) == ErrorCode:… in ConfigurePluginParams()
327 …FALSE_RETURN_V_MSG_W(SetPluginParameterLocked(Tag::VIDEO_PIXEL_FORMAT, vencFormat_.format) == Erro… in ConfigurePluginParams()
330 auto ret = SetPluginParameterLocked(Tag::MEDIA_BITRATE, vencFormat_.bitRate); in ConfigurePluginParams()
335 auto ret = SetPluginParameterLocked(Tag::VIDEO_FRAME_RATE, vencFormat_.frameRate); in ConfigurePluginParams()
341 auto ret = SetPluginParameterLocked(Tag::VIDEO_H264_PROFILE, vencFormat_.profile); in ConfigurePluginParams()
348 auto ret = SetPluginParameterLocked(Tag::VIDEO_H264_LEVEL, vencFormat_.level); in ConfigurePluginParams()
357 if (SetPluginParameterLocked(Tag::MEDIA_CODEC_CONFIG, std::move(vencFormat_.codecConfig)) != in ConfigurePluginParams()
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/
H A Dcodec_filter_base.cpp108 ErrorCode CodecFilterBase::SetPluginParameterLocked(Tag tag, const Plugin::ValueType& value) in SetPluginParameterLocked() function in OHOS::Media::Pipeline::CodecFilterBase
122 return SetPluginParameterLocked(tag, value); in SetParameter()
H A Dcodec_filter_base.h79 ErrorCode SetPluginParameterLocked(Tag tag, const Plugin::ValueType& value);