Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/
H A Dffmpeg_utils.cpp339 uint32_t profileVal = FF_PROFILE_AAC_LOW; in GenerateAACCodecConfig() local
342 profileVal = it1->second; in GenerateAACCodecConfig()
360 codecConfig[0] = ((profileVal + 1) << 0x03) | ((baseIndex & 0x0F) >> 0x01); in GenerateAACCodecConfig()
367 codecConfig[0] = ((profileVal + 1) << 0x03) | ((sampleRateIndex & 0x0F) >> 0x01); in GenerateAACCodecConfig()