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

  /hardware/intel/common/libmix/mix_audio/src/
mixacpaac.c 48 self->bit_rate_type=MIX_AAC_BR_NULL; /* 0=CBR, 1=VBR */
145 t->bit_rate_type = s->bit_rate_type;
198 (acp1->bit_rate_type == acp2->bit_rate_type) &&
262 MIX_RESULT mix_acp_aac_set_bit_rate_type(MixAudioConfigParamsAAC *obj, MixAACBitrateType bit_rate_type)
268 if (bit_rate_type != MIX_AAC_BR_CONSTANT && bit_rate_type != MIX_AAC_BR_VARIABLE)
274 obj->bit_rate_type = bit_rate_type;
    [all...]
mixacpaac.h 144 * @bit_rate_type: Bitrate type. See #mix_acp_aac_set_bit_rate_type
168 MixAACBitrateType bit_rate_type; member in struct:_MixAudioConfigParamsAAC
406 * @bit_rate_type: Bit rate type to set.
411 MIX_RESULT mix_acp_aac_set_bit_rate_type(MixAudioConfigParamsAAC *obj, MixAACBitrateType bit_rate_type);

Completed in 162 milliseconds