Searched refs:profile (Results 1 - 25 of 139) sorted by relevance

123456

/hardware/libhardware/modules/usbaudio/
H A Dalsa_device_profile.c61 static void profile_reset(alsa_device_profile* profile) argument
63 profile->card = profile->device = -1;
67 for (index = 0; index < ARRAY_SIZE(profile->formats); index++) {
68 profile->formats[index] = PCM_FORMAT_INVALID;
71 for (index = 0; index < ARRAY_SIZE(profile->sample_rates); index++) {
72 profile->sample_rates[index] = 0;
75 for (index = 0; index < ARRAY_SIZE(profile->channel_counts); index++) {
76 profile->channel_counts[index] = 0;
79 profile
85 profile_init(alsa_device_profile* profile, int direction) argument
91 profile_is_initialized(alsa_device_profile* profile) argument
96 profile_is_valid(alsa_device_profile* profile) argument
100 profile_is_cached_for(alsa_device_profile* profile, int card, int device) argument
104 profile_decache(alsa_device_profile* profile) argument
119 profile_calc_min_period_size(alsa_device_profile* profile, unsigned sample_rate) argument
133 profile_get_period_size(alsa_device_profile* profile, unsigned sample_rate) argument
144 profile_get_default_sample_rate(alsa_device_profile* profile) argument
153 profile_is_sample_rate_valid(alsa_device_profile* profile, unsigned rate) argument
172 profile_get_default_format(alsa_device_profile* profile) argument
180 profile_is_format_valid(alsa_device_profile* profile, enum pcm_format fmt) argument
198 profile_get_default_channel_count(alsa_device_profile* profile) argument
203 profile_is_channel_count_valid(alsa_device_profile* profile, unsigned count) argument
212 profile_test_sample_rate(alsa_device_profile* profile, unsigned rate) argument
229 profile_enum_sample_rates(alsa_device_profile* profile, unsigned min, unsigned max) argument
246 profile_enum_sample_formats(alsa_device_profile* profile, struct pcm_mask * mask) argument
281 profile_enum_channel_counts(alsa_device_profile* profile, unsigned min, unsigned max) argument
305 read_alsa_device_config(alsa_device_profile * profile, struct pcm_config * config) argument
352 profile_read_device_info(alsa_device_profile* profile) argument
391 profile_get_sample_rate_strs(alsa_device_profile* profile) argument
412 profile_get_format_strs(alsa_device_profile* profile) argument
435 profile_get_channel_count_strs(alsa_device_profile* profile) argument
[all...]
H A Dalsa_device_profile.h61 void profile_init(alsa_device_profile* profile, int direction);
62 bool profile_is_initialized(alsa_device_profile* profile);
63 bool profile_is_valid(alsa_device_profile* profile);
64 bool profile_is_cached_for(alsa_device_profile* profile, int card, int device);
65 void profile_decache(alsa_device_profile* profile);
67 bool profile_read_device_info(alsa_device_profile* profile);
70 char * profile_get_sample_rate_strs(alsa_device_profile* profile);
71 char * profile_get_format_strs(alsa_device_profile* profile);
72 char * profile_get_channel_count_strs(alsa_device_profile* profile);
75 unsigned profile_get_default_sample_rate(alsa_device_profile* profile);
[all...]
H A Dalsa_device_proxy.c30 void proxy_prepare(alsa_device_proxy * proxy, alsa_device_profile* profile, argument
35 proxy->profile = profile;
42 config->format != PCM_FORMAT_INVALID && profile_is_format_valid(profile, config->format)
43 ? config->format : profile->default_config.format;
45 config->rate != 0 && profile_is_sample_rate_valid(profile, config->rate)
46 ? config->rate : profile->default_config.rate;
48 config->channels != 0 && profile_is_channel_count_valid(profile, config->channels)
49 ? config->channels : profile->default_config.channels;
51 proxy->alsa_config.period_count = profile
67 alsa_device_profile* profile = proxy->profile; local
[all...]
H A Dalsa_device_proxy.h25 alsa_device_profile* profile; member in struct:__anon1332
32 void proxy_prepare(alsa_device_proxy * proxy, alsa_device_profile * profile,
H A Daudio_hw.c82 alsa_device_profile * profile; member in struct:stream_out
104 alsa_device_profile * profile; member in struct:stream_in
187 static char * device_get_parameters(alsa_device_profile * profile, const char * keys) argument
191 if (profile->card < 0 || profile->device < 0) {
201 char* rates_list = profile_get_sample_rate_strs(profile);
209 char* channels_list = profile_get_channel_count_strs(profile);
217 char * format_params = profile_get_format_strs(profile);
333 if (card >= 0 && device >= 0 && !profile_is_cached_for(out->profile, card, device)) {
338 int saved_card = out->profile
794 alsa_device_profile * profile = in->profile; local
[all...]
/hardware/intel/common/libva/test/basic/
H A Dtest_common.c88 #define PROFILE(profile) case VAProfile##profile: return("VAProfile" #profile);
90 const char *profile2string(VAProfile profile) argument
92 switch(profile)
118 #define ENTRYPOINT(profile) case VAEntrypoint##profile: return("VAEntrypoint" #profile);
160 status(" profile %d [%s]\n", profiles[i], profile2string(profiles[i]));
H A Dtest_06.c87 VAProfile profile= -1; local
94 va_status = vaQueryConfigAttributes(va_dpy, configs[config_count], &profile, &entrypoint, attrib_list, &num_attribs);
97 ASSERT( profile == profiles[i] );
/hardware/ti/omap3/omx/ti_omx_config_parser/inc/
H A Dti_video_config_parser.h40 uint32 profile; member in struct:_tiVideoConfigParserOutputs
H A Dti_omx_config_parser.h51 OMX_U32 profile; member in struct:__anon3376
/hardware/intel/common/libva/test/vainfo/
H A Dvainfo.c39 static char * profile_string(VAProfile profile) argument
41 switch (profile) {
64 return "<unknown profile>";
92 VAProfile profile, *profile_list = NULL; local
119 printf("%s: Supported profile and entrypoints\n", name);
124 printf("Failed to allocate memory for profile list\n");
135 profile = profile_list[i];
136 va_status = vaQueryConfigEntrypoints(va_dpy, profile, entrypoints,
143 profile_str = profile_string(profile);
/hardware/qcom/media/mm-core/omxcore/src/common/
H A Dqc_omx_core.h58 OMX_U32 profile; member in struct:__anon1822
/hardware/qcom/media/mm-core/src/common/
H A Dqc_omx_core.h58 OMX_U32 profile; member in struct:__anon1824
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp500 // Find a direct output profile compatible with the parameters passed, even if the input flags do
514 IOProfile *profile = mHwModules[i]->mOutputProfiles[j]; local
516 if (profile->isCompatibleProfile(device, samplingRate, format,
519 if (mAvailableOutputDevices & profile->mSupportedDevices) {
524 if (profile->isCompatibleProfile(device, samplingRate, format,
527 if (mAvailableOutputDevices & profile->mSupportedDevices) {
598 IOProfile *profile = NULL; local
601 profile = getProfileForDirectOutput(device,
608 if (profile != NULL) {
613 if (!desc->isDuplicated() && (profile
940 IOProfile *profile = getInputProfile(device, local
1529 IOProfile *profile = getProfileForDirectOutput(AUDIO_DEVICE_NONE /*ignore device */, local
1881 IOProfile *profile = profiles[profile_index]; local
2041 IOProfile *profile = mHwModules[i]->mOutputProfiles[j]; local
2109 IOProfile *profile = profiles[profile_index]; local
2218 IOProfile *profile = mHwModules[module_index]->mInputProfiles[profile_index]; local
2894 IOProfile *profile = mHwModules[i]->mInputProfiles[j]; local
3473 AudioOutputDescriptor( const IOProfile *profile) argument
3626 AudioInputDescriptor(const IOProfile *profile) argument
4026 loadSamplingRates(char *name, IOProfile *profile) argument
4048 loadFormats(char *name, IOProfile *profile) argument
4071 loadInChannels(char *name, IOProfile *profile) argument
4096 loadOutChannels(char *name, IOProfile *profile) argument
4126 IOProfile *profile = new IOProfile(module); local
4167 IOProfile *profile = new IOProfile(module); local
4325 IOProfile *profile; local
[all...]
/hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
H A DVideoDecoderAVCSecure.h32 virtual Decode_Status getCodecSpecificConfigs(VAProfile profile, VAConfigID*config);
/hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
H A DVideoDecoderAVCSecure.h32 virtual Decode_Status getCodecSpecificConfigs(VAProfile profile, VAConfigID*config);
/hardware/intel/common/libva/va/
H A Dva_enc_jpeg.h69 * \brief profile:
72 unsigned int profile : 2; member in struct:_VAEncPictureParameterBufferJPEG::__anon366::__anon367
H A Dva_fool.h53 VAProfile profile,
/hardware/qcom/msm8960/original-kernel-headers/linux/mfd/
H A Dmsm-adie-codec.h101 int (*codec_open) (struct adie_codec_dev_profile *profile,
108 u32 (*codec_freq_supported) (struct adie_codec_dev_profile *profile,
128 int adie_codec_open(struct adie_codec_dev_profile *profile,
134 u32 adie_codec_freq_supported(struct adie_codec_dev_profile *profile,
/hardware/qcom/msm8x74/original-kernel-headers/linux/mfd/
H A Dmsm-adie-codec.h101 int (*codec_open) (struct adie_codec_dev_profile *profile,
108 u32 (*codec_freq_supported) (struct adie_codec_dev_profile *profile,
128 int adie_codec_open(struct adie_codec_dev_profile *profile,
134 u32 adie_codec_freq_supported(struct adie_codec_dev_profile *profile,
/hardware/qcom/msm8x84/original-kernel-headers/linux/mfd/
H A Dmsm-adie-codec.h101 int (*codec_open) (struct adie_codec_dev_profile *profile,
108 u32 (*codec_freq_supported) (struct adie_codec_dev_profile *profile,
128 int adie_codec_open(struct adie_codec_dev_profile *profile,
134 u32 adie_codec_freq_supported(struct adie_codec_dev_profile *profile,
/hardware/ti/omap4-aah/domx/domx/
H A DMakefile75 profiling/profile.c
H A DAndroid.mk12 profiling/src/profile.c
/hardware/qcom/msm8960/kernel-headers/linux/mfd/
H A Dmsm-adie-codec.h80 int (*codec_open) (struct adie_codec_dev_profile *profile,
89 u32 (*codec_freq_supported) (struct adie_codec_dev_profile *profile,
/hardware/qcom/msm8x74/kernel-headers/linux/mfd/
H A Dmsm-adie-codec.h80 int (*codec_open) (struct adie_codec_dev_profile *profile,
89 u32 (*codec_freq_supported) (struct adie_codec_dev_profile *profile,
/hardware/qcom/msm8x84/kernel-headers/linux/mfd/
H A Dmsm-adie-codec.h80 int (*codec_open) (struct adie_codec_dev_profile *profile,
89 u32 (*codec_freq_supported) (struct adie_codec_dev_profile *profile,

Completed in 615 milliseconds

123456