Home
last modified time | relevance | path

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

/hardware/libhardware_legacy/audio/
DAudioPolicyManagerBase.cpp1880 for (ssize_t profile_index = 0; profile_index < (ssize_t)profiles.size(); profile_index++) { in checkOutputsForDevice() local
1881 IOProfile *profile = profiles[profile_index]; in checkOutputsForDevice()
2011 profiles.removeAt(profile_index); in checkOutputsForDevice()
2012 profile_index--; in checkOutputsForDevice()
2087 for (size_t profile_index = 0; in checkInputsForDevice() local
2088 profile_index < mHwModules[module_index]->mInputProfiles.size(); in checkInputsForDevice()
2089 profile_index++) in checkInputsForDevice()
2091 if (mHwModules[module_index]->mInputProfiles[profile_index]->mSupportedDevices in checkInputsForDevice()
2094 profile_index, module_index); in checkInputsForDevice()
2095 profiles.add(mHwModules[module_index]->mInputProfiles[profile_index]); in checkInputsForDevice()
[all …]
/hardware/intel/common/omx-components/videocodec/
DOMXVideoEncoderAVC.cpp96 uint32_t profile_index; in OMXVideoEncoderAVC() local
99 FIND_BYVALUE(ProfileTable, pl.profile, profile_index); in OMXVideoEncoderAVC()
100 if (ProfileTable[profile_index].key == (OMX_VIDEO_AVCPROFILETYPE) 0) in OMXVideoEncoderAVC()
107 mPLTable[mPLTableCount].profile = ProfileTable[profile_index].key; in OMXVideoEncoderAVC()
110 …LOGV("Support Profile:%s, Level:%s\n", ProfileTable[profile_index].name, LevelTable[level_index].n… in OMXVideoEncoderAVC()