Searched refs:aot (Results 1 - 6 of 6) sorted by relevance

/hardware/intel/common/wrs_omxil_core/utils/inc/
H A Daudio_parser.h58 int *aot, int *frequency, int *channel);
61 int aot, int frequency, int channel);
/hardware/intel/common/libmix/mix_audio/src/
H A Dmixacpaac.c47 self->aot=0;
144 t->aot = s->aot;
197 (acp1->aot == acp2->aot) &&
293 mix_log(MIX_AUDIO_COMP, MIX_LOG_LEVEL_INFO, "aot: %d\n", t->aot);
300 MIX_RESULT mix_acp_aac_set_aot(MixAudioConfigParamsAAC *obj, guint aot) argument
306 if ((aot == 2) || (aot
[all...]
H A Dsst_proxy.c123 guint aot = mix_acp_aac_get_aot(acp); local
125 (aot == 5) ||
127 (aot == 29))?1:0;
136 if ((MIX_ACP_AAC_PS_FLAG(acp) == 1) || (aot == 29))
160 if (aot == 5)
161 p->aot = 4;
162 else if (aot == 2)
163 p->aot = aot;
208 AAC_DUMP(aot); /* Audi
[all...]
H A Dmixacpaac.h141 * @aot: Audio object type. See #mix_acp_aac_set_aot
165 guint aot; member in struct:_MixAudioConfigParamsAAC
262 * @aot: Audio Object Type.
273 MIX_RESULT mix_acp_aac_set_aot(MixAudioConfigParamsAAC *obj, guint aot);
278 * @aot: Pointer to receive the Audio Object Type.
H A Dintel_sst_ioctl.h104 __u8 aot; /* Audio object type. 1=Main , 2=LC , 3=SSR, 4=SBR*/ member in struct:snd_aac_params
/hardware/intel/common/wrs_omxil_core/utils/src/
H A Daudio_parser.c437 * - aot escape, explicit frequency
562 int *aot, int *frequency, int *channel)
570 if (!aot || !frequency || !channel)
576 *aot = config.object_type;
581 LOGV(" aot: 0x%x, %s\n", config.object_type,
592 int aot, int frequency, int channel)
610 config.object_type = aot;
618 LOGV(" aot : %d, %s\n", config.object_type,
561 audio_specific_config_parse(const unsigned char *buffer, int *aot, int *frequency, int *channel) argument
591 audio_specific_config_bitcoding(unsigned char *buffer, int aot, int frequency, int channel) argument

Completed in 142 milliseconds