Home
last modified time | relevance | path

Searched refs:pcm_encoding_t (Results 1 – 3 of 3) sorted by relevance

/hardware/google/av/media/sfplugin/
DCodec2Mapper.h46 static bool map(C2Config::pcm_encoding_t, int32_t*);
47 static bool map(int32_t, C2Config::pcm_encoding_t*);
DCodec2Mapper.cpp238 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()
/hardware/google/av/codec2/include/
DC2Config.h60 enum pcm_encoding_t : uint32_t; ///< PCM encoding member
1777 C2ENUM(C2Config::pcm_encoding_t, uint32_t,
1783 typedef C2StreamParam<C2Info, C2SimpleValueStruct<C2Config::pcm_encoding_t>, kParamIndexPcmEncoding>