Searched defs:CodecInfo (Results 1 – 3 of 3) sorted by relevance
29 struct CodecInfo { struct30 SupportedCodecs codec;31 CodecType codec_type;32 const char* codec_name;33 const char* container_mime_type;
34 struct CodecInfo { struct35 enum Type {42 enum HistogramTag {56 const char* pattern;57 Type type;58 CodecIDValidatorFunction validator;59 HistogramTag tag;
94 private static class CodecInfo { class in MediaCodecBridge99 private CodecInfo(String codecType, String codecName, in CodecInfo() method in MediaCodecBridge.CodecInfo