Searched refs:pcm_encoding_t (Results 1 – 3 of 3) sorted by relevance
46 static bool map(C2Config::pcm_encoding_t, int32_t*);47 static bool map(int32_t, C2Config::pcm_encoding_t*);
238 ALookup<C2Config::pcm_encoding_t, int32_t> sPcmEncodings = {487 bool C2Mapper::map(C2Config::pcm_encoding_t from, int32_t *to) { in map()492 bool C2Mapper::map(int32_t from, C2Config::pcm_encoding_t *to) { in map()
60 enum pcm_encoding_t : uint32_t; ///< PCM encoding member1777 C2ENUM(C2Config::pcm_encoding_t, uint32_t,1783 typedef C2StreamParam<C2Info, C2SimpleValueStruct<C2Config::pcm_encoding_t>, kParamIndexPcmEncoding>