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

  /hardware/intel/common/libmix/mix_audio/src/
mixacp.h 37 * MixACPBPSType:
49 } MixACPBPSType;
148 MixACPBPSType bits_per_sample;
328 * @returns: #MixACPBPSType
332 MixACPBPSType mix_acp_get_bps(MixAudioConfigParams *obj);
337 * @mode: #MixACPBPSType to set
340 * Configure bit-per-stream of one of the supported #MixACPBPSType.
342 MIX_RESULT mix_acp_set_bps(MixAudioConfigParams *obj, MixACPBPSType type);
mixacp.c 252 MixACPBPSType mix_acp_get_bps(MixAudioConfigParams *obj)
260 MIX_RESULT mix_acp_set_bps(MixAudioConfigParams *obj, MixACPBPSType type)

Completed in 159 milliseconds