Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhencoder.cpp576 …optional<OMX_VIDEO_AVCPROFILETYPE> omxAvcProfile = TypeConverter::InnerAvcProfileToOmxProfile(prof… in SetupAVCEncoderParameters() local
577 if (omxAvcProfile.has_value()) { in SetupAVCEncoderParameters()
578 avcType.eProfile = omxAvcProfile.value(); in SetupAVCEncoderParameters()