Home
last modified time | relevance | path

Searched refs:profiles (Results 1 – 25 of 47) sorted by relevance

12

/hardware/interfaces/audio/aidl/default/
DConfiguration.cpp253 primaryOutMix.profiles.insert(primaryOutMix.profiles.begin(), in getPrimaryConfiguration()
260 primaryInMix.profiles.push_back( in getPrimaryConfiguration()
268 telephonyTxOutMix.profiles.insert(telephonyTxOutMix.profiles.begin(), in getPrimaryConfiguration()
275 telephonyRxInMix.profiles.insert(telephonyRxInMix.profiles.begin(), in getPrimaryConfiguration()
282 fmTunerInMix.profiles.insert(fmTunerInMix.profiles.begin(), in getPrimaryConfiguration()
362 rsubmixOutMix.profiles = remoteSubmixPcmAudioProfiles; in getRSubmixConfiguration()
367 rsubmixInMix.profiles = remoteSubmixPcmAudioProfiles; in getRSubmixConfiguration()
545 testOutMix.profiles.push_back( in getStubConfiguration()
554 testFastOutMix.profiles.push_back(createProfile( in getStubConfiguration()
564 compressedOffloadOutMix.profiles.push_back( in getStubConfiguration()
[all …]
DModule.cpp91 bool hasDynamicProfilesOnly(const std::vector<AudioProfile>& profiles) { in hasDynamicProfilesOnly() argument
92 if (profiles.empty()) return true; in hasDynamicProfilesOnly()
93 return std::all_of(profiles.begin(), profiles.end(), isDynamicProfile); in hasDynamicProfilesOnly()
99 find_if(port.profiles.begin(), port.profiles.end(), in findAudioProfile()
101 profilesIt != port.profiles.end()) { in findAudioProfile()
316 for (const auto& profile : port.profiles) { in generateDefaultPortConfig()
342 !devicePort.device.type.connection.empty() && port.profiles.empty()) { in populateConnectedProfiles()
638 } else if (hasDynamicProfilesOnly(connectedPort.profiles)) { in connectExternalDevice()
642 connectedPort.profiles = connectedProfilesIt->second; in connectExternalDevice()
645 if (hasDynamicProfilesOnly(connectedPort.profiles)) { in connectExternalDevice()
[all …]
DXsdcConversion.cpp239 .profiles = VALUE_OR_FATAL((convertCollectionToAidl<ap_xsd::Profile, AudioProfile>( in convertDevicePortToAidl()
289 .profiles = VALUE_OR_FATAL((convertCollectionToAidl<ap_xsd::Profile, AudioProfile>( in convertMixPortToAidl()
/hardware/interfaces/audio/aidl/default/r_submix/
DModuleRemoteSubmix.cpp113 audioPort->profiles.clear(); in populateConnectedDevicePort()
114 audioPort->profiles.push_back(AudioProfile{ in populateConnectedDevicePort()
139 audioPort->profiles = mixPort.profiles; in populateConnectedDevicePort()
/hardware/interfaces/audio/7.0/
DIStream.hal47 * Return supported audio profiles for this particular stream. This method
49 * profiles, e.g. HDMI and USB interfaces. Please note that supported
50 * profiles of the stream may differ from the capabilities of the connected
54 * the profiles are specified in the audio_policy_configuration.xml
59 * @return formats supported audio profiles.
63 generates (Result retval, vec<AudioProfile> profiles);
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_video_queue.adoc51 This extension introduces the concept of video profiles. A video profile in Vulkan loosely resemble…
130 There may also be video compression standards, video profiles, or use cases that do not require or …
184 Once a video session has been created, the video compression standard and profiles, picture formats…
465profiles the image will be used with. As a single image may be reused across video sessions using …
477profiles are expected to be specified only in video transcoding use cases, the list can include at…
479 … video coding operations recorded against video sessions using any of the specified video profiles.
481 …make the resulting buffer compatible with video sessions using any of the specified video profiles.
483 …uery pools are not reusable across video sessions using different video profiles, hence the used s…
507 The output structure contains only common capabilities that are relevant for all video profiles:
538 … enumerate the list and properties of the image formats supported by a given set of video profiles:
[all …]
DVK_KHR_video_decode_queue.adoc56 Video decode profiles are defined using a `VkVideoProfileInfoKHR` structure that specifies a `video…
77 … video profile definition, so capabilities may vary across video decode profiles that only differ …
105 … with that single video decode profile (and any additional video encode profiles that may have bee…
240 …apabilities of a specific video decode profile. In case of video decode profiles, the following ne…
253 …d to query the supported image/picture formats for a given set of video profiles, as described in …
449 .profileCount = ... // number of video profiles to use the bitstream buffer with
475 .profileCount = ... // number of video profiles to use the decode output image with
532 .profileCount = ... // number of video profiles to use the decode DPB image with
790 …are part of the video profile definition, hence whenever matching video profiles have to be provid…
795 …on video decode functionality, thus support for individual video decode profiles using specific vi…
/hardware/interfaces/radio/aidl/compat/libradiocompat/data/
DRadioData.cpp108 const std::vector<aidl::DataProfileInfo>& profiles) { in setDataProfile() argument
110 mHal1_5->setDataProfile_1_5(serial, toHidl(profiles)); in setDataProfile()
/hardware/interfaces/audio/aidl/default/alsa/
DModuleAlsa.cpp63 audioPort->profiles.push_back(std::move(audioProfile)); in populateConnectedDevicePort()
/hardware/interfaces/audio/core/all-versions/default/
DStream.cpp221 hidl_vec<AudioProfile> profiles; in getSupportedProfiles() local
223 _hidl_cb(result, profiles); in getSupportedProfiles()
267 profiles = tempProfiles; in getSupportedProfiles()
271 _hidl_cb(result, profiles); in getSupportedProfiles()
/hardware/interfaces/radio/aidl/android/hardware/radio/data/
DIRadioData.aidl156 void setDataProfile(in int serial, in DataProfileInfo[] profiles); in setDataProfile() argument
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/2/android/hardware/radio/data/
DIRadioData.aidl45 …eway void setDataProfile(in int serial, in android.hardware.radio.data.DataProfileInfo[] profiles); in setDataProfile() argument
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/3/android/hardware/radio/data/
DIRadioData.aidl46 …eway void setDataProfile(in int serial, in android.hardware.radio.data.DataProfileInfo[] profiles); in setDataProfile() argument
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/1/android/hardware/radio/data/
DIRadioData.aidl45 …eway void setDataProfile(in int serial, in android.hardware.radio.data.DataProfileInfo[] profiles); in setDataProfile() argument
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/current/android/hardware/radio/data/
DIRadioData.aidl46 …eway void setDataProfile(in int serial, in android.hardware.radio.data.DataProfileInfo[] profiles); in setDataProfile() argument
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/
DRadioData.h37 const std::vector<::aidl::android::hardware::radio::data::DataProfileInfo>& profiles)
/hardware/interfaces/radio/1.4/
DIRadio.hal98 * Send data profiles of the current carrier to the modem.
101 * @param profiles Array of DataProfile to set.
105 oneway setDataProfile_1_4(int32_t serial, vec<DataProfileInfo> profiles);
/hardware/interfaces/wifi/1.2/
DIWifiChip.hal58 * OEM's should define various power profiles for each of the scenarios
/hardware/interfaces/wifi/1.1/
DIWifiChip.hal62 * OEM's should define various power profiles for each of the scenarios
/hardware/ril/libril/
Dril_service.cpp412 const ::android::hardware::hidl_vec<DataProfileInfo>& profiles, bool isRoaming);
2436 Return<void> RadioImpl::setDataProfile(int32_t serial, const hidl_vec<DataProfileInfo>& profiles, in setDataProfile() argument
2446 size_t num = profiles.size(); in setDataProfile()
2474 success = copyHidlStringToRil(&dataProfiles[i].apn, profiles[i].apn, pRI, true); in setDataProfile()
2477 (isRoaming ? profiles[i].roamingProtocol : profiles[i].protocol); in setDataProfile()
2483 if (success && !copyHidlStringToRil(&dataProfiles[i].user, profiles[i].user, pRI, in setDataProfile()
2487 if (success && !copyHidlStringToRil(&dataProfiles[i].password, profiles[i].password, in setDataProfile()
2499 dataProfiles[i].profileId = (RIL_DataProfile) profiles[i].profileId; in setDataProfile()
2500 dataProfiles[i].authType = (int) profiles[i].authType; in setDataProfile()
2501 dataProfiles[i].type = (int) profiles[i].type; in setDataProfile()
[all …]
/hardware/interfaces/audio/aidl/default/bluetooth/
DModuleBluetooth.cpp241 audioPort->profiles.clear(); in populateConnectedDevicePort()
242 audioPort->profiles.push_back( in populateConnectedDevicePort()
/hardware/interfaces/audio/core/all-versions/vts/functional/
DAudioPrimaryHidlHalTest.h1441 hidl_vec<AudioProfile> profiles;
1442 auto ret = stream->getSupportedProfiles(returnIn(res, profiles));
1445 EXPECT_GT(profiles.size(), 0);
1456 hidl_vec<AudioProfile> profiles;
1457 auto ret = stream->getSupportedProfiles(returnIn(res, profiles));
1462 for (const auto& profile : profiles) {
/hardware/interfaces/radio/1.5/
DIRadio.hal216 * Send data profiles of the current carrier to the modem.
219 * @param profiles Array of DataProfileInfo to set.
226 oneway setDataProfile_1_5(int32_t serial, vec<DataProfileInfo> profiles);
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dvideo_extensions.adoc74 used <<video-profiles,video profile>> and corresponding codec-specific
87 flink:vkGetPhysicalDeviceVideoCapabilitiesKHR for the used <<video-profiles,
270 [[video-profiles]]
294 Video profiles are provided as input to video capability queries such as
646 [open,refpage='VkVideoProfileListInfoKHR',desc='Structure specifying one or more video profiles use…
664 specification of multiple profiles in various contexts.
668 encode profiles in the profile list, the implementation ensures that any
704 If the <<video-profiles,video profile>> described by pname:pVideoProfile is
795 hence for video decode profiles the values returned in pname:maxDpbSlots and
798 Similarly, in case of video decode profiles supporting field pictures the
[all …]
/hardware/interfaces/camera/provider/aidl/vts/
Dcamera_aidl_test.h409 std::vector<RequestAvailableDynamicRangeProfilesMap>* profiles);
416 RequestAvailableColorSpaceProfilesMap>* profiles);

12