Searched refs:profiles (Results 1 - 5 of 5) 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/qcom/msm8x74/kernel-headers/linux/
H A Dmsm_vidc_dec.h431 uint32_t profiles; member in struct:vdec_profile_level
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dmsm_vidc_dec.h473 uint32_t profiles; member in struct:vdec_profile_level
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp1834 // then look for output profiles that can be routed to this device
1835 SortedVector<IOProfile *> profiles; local
1845 profiles.add(mHwModules[i]->mOutputProfiles[j]);
1850 if (profiles.isEmpty() && outputs.isEmpty()) {
1855 // open outputs for matching profiles if needed. Direct outputs are also opened to
1857 for (ssize_t profile_index = 0; profile_index < (ssize_t)profiles.size(); profile_index++) {
1858 IOProfile *profile = profiles[profile_index];
1969 profiles.removeAt(profile_index);
1977 if (profiles.isEmpty()) {

Completed in 2357 milliseconds