Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.cpp1985 int32_t requestedSdkProfile = -1; in getConfigUpdateFromSdkParams() local
1990 sdkParams->findInt32(KEY_PROFILE, &requestedSdkProfile); in getConfigUpdateFromSdkParams()
1991 bool is10bAv1EncodeRequested = (requestedSdkProfile == AV1ProfileMain10); in getConfigUpdateFromSdkParams()