HomeSort by relevance Sort by last modified time
    Searched refs:aac_profile (Results 1 - 4 of 4) sorted by null

  /hardware/intel/common/libmix/mix_audio/src/
mixacpaac.c 46 self->aac_profile=MIX_AAC_PROFILE_NULL;
143 t->aac_profile = s->aac_profile;
196 (acp1->aac_profile == acp2->aac_profile) &&
237 MIX_RESULT mix_acp_aac_set_aac_profile(MixAudioConfigParamsAAC *obj, MixAACProfile aac_profile)
243 if (aac_profile < MIX_AAC_PROFILE_MAIN || aac_profile >= MIX_AAC_PROFILE_LAST)
249 obj->aac_profile = aac_profile;
    [all...]
mixacpaac.h 140 * @aac_profile: AAC profile. See #mix_acp_aac_set_aac_profile.
164 MixAACProfile aac_profile; member in struct:_MixAudioConfigParamsAAC
385 * @aac_profile: AAC profile to set.
392 MIX_RESULT mix_acp_aac_set_aac_profile(MixAudioConfigParamsAAC *obj, MixAACProfile aac_profile);
sst_proxy.c 158 p->aac_profile = mix_acp_aac_get_aac_profile(acp);
206 AAC_DUMP(aac_profile); /* 0=Main Profile, 1=LC profile, 3=SSR profile */
383 mix_acp_aac_set_aac_profile(acp, params->aac_profile);
intel_sst_ioctl.h 102 __u8 aac_profile; /* 0=Main Profile, 1=LC profile, 3=SSR profile */ member in struct:snd_aac_params

Completed in 46 milliseconds