Searched refs:profiles (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_vidc_dec.h431 uint32_t profiles; member in struct:vdec_profile_level
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_vidc_dec.h475 uint32_t profiles; member in struct:vdec_profile_level
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp1627 // then look for output profiles that can be routed to this device
1628 SortedVector<IOProfile *> profiles; local
1638 profiles.add(mHwModules[i]->mOutputProfiles[j]);
1643 if (profiles.isEmpty() && outputs.isEmpty()) {
1648 // open outputs for matching profiles if needed. Direct outputs are also opened to
1650 for (ssize_t profile_index = 0; profile_index < (ssize_t)profiles.size(); profile_index++) {
1651 IOProfile *profile = profiles[profile_index];
1756 profiles.removeAt(profile_index);
1764 if (profiles.isEmpty()) {

Completed in 94 milliseconds