Searched defs:CodecInfo (Results 1 – 5 of 5) sorted by relevance
30 struct CodecInfo { struct33 bool is_hardware_accelerated = false;39 bool has_internal_source = false;
32 static AudioCodecInfo CodecInfo() { return {8000, 1, 12345}; } in CodecInfo() function39 static AudioCodecInfo CodecInfo() { return {16000, 2, 23456}; } in CodecInfo() function
81 class CodecInfo(tuple): class
83 class CodecInfo(tuple): class