Searched refs:omxAvcProfile (Results 1 – 1 of 1) sorted by relevance
576 …optional<OMX_VIDEO_AVCPROFILETYPE> omxAvcProfile = TypeConverter::InnerAvcProfileToOmxProfile(prof… in SetupAVCEncoderParameters() local577 if (omxAvcProfile.has_value()) { in SetupAVCEncoderParameters()578 avcType.eProfile = omxAvcProfile.value(); in SetupAVCEncoderParameters()