OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:aac_profile
(Results
1 - 6
of
6
) 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
/hardware/intel/common/libmix/mix_audio/docs/reference/MixAudio/html/
MixAudio-MixAudioConfigParamsAAC.html
72
<a class="link" href="MixAudio-MixAudioConfigParamsAAC.html#MixAACProfile" title="enum MixAACProfile">MixAACProfile</a>
aac_profile
);
267
MixAACProfile
aac_profile
;
302
<td><p><span class="term"><a class="link" href="MixAudio-MixAudioConfigParamsAAC.html#MixAACProfile" title="enum MixAACProfile">MixAACProfile</a> <em class="structfield"><code>
aac_profile
</code></em>;</span></p></td>
[
all
...]
/hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/src/
omx_aac_aenc.cpp
[
all
...]
Completed in 191 milliseconds