/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | MapUnittestProto3.cs | 227 private static readonly pbc::MapField<int, int>.Codec _map_mapInt32Int32_codec 228 … = new pbc::MapField<int, int>.Codec(pb::FieldCodec.ForInt32(8), pb::FieldCodec.ForInt32(16), 10); 237 private static readonly pbc::MapField<long, long>.Codec _map_mapInt64Int64_codec 238 …= new pbc::MapField<long, long>.Codec(pb::FieldCodec.ForInt64(8), pb::FieldCodec.ForInt64(16), 18); 247 private static readonly pbc::MapField<uint, uint>.Codec _map_mapUint32Uint32_codec 248 …= new pbc::MapField<uint, uint>.Codec(pb::FieldCodec.ForUInt32(8), pb::FieldCodec.ForUInt32(16), 2… 257 private static readonly pbc::MapField<ulong, ulong>.Codec _map_mapUint64Uint64_codec 258 …= new pbc::MapField<ulong, ulong>.Codec(pb::FieldCodec.ForUInt64(8), pb::FieldCodec.ForUInt64(16),… 267 private static readonly pbc::MapField<int, int>.Codec _map_mapSint32Sint32_codec 268 …= new pbc::MapField<int, int>.Codec(pb::FieldCodec.ForSInt32(8), pb::FieldCodec.ForSInt32(16), 42); [all …]
|
D | UnittestWellKnownTypes.cs | 2137 …private static readonly pbc::MapField<int, global::Google.Protobuf.WellKnownTypes.Any>.Codec _map_… 2138 …= new pbc::MapField<int, global::Google.Protobuf.WellKnownTypes.Any>.Codec(pb::FieldCodec.ForInt32… 2147 …private static readonly pbc::MapField<int, global::Google.Protobuf.WellKnownTypes.Api>.Codec _map_… 2148 …= new pbc::MapField<int, global::Google.Protobuf.WellKnownTypes.Api>.Codec(pb::FieldCodec.ForInt32… 2157 …donly pbc::MapField<int, global::Google.Protobuf.WellKnownTypes.Duration>.Codec _map_durationField… 2158 …= new pbc::MapField<int, global::Google.Protobuf.WellKnownTypes.Duration>.Codec(pb::FieldCodec.For… 2167 …private static readonly pbc::MapField<int, global::Google.Protobuf.WellKnownTypes.Empty>.Codec _ma… 2168 …= new pbc::MapField<int, global::Google.Protobuf.WellKnownTypes.Empty>.Codec(pb::FieldCodec.ForInt… 2177 …only pbc::MapField<int, global::Google.Protobuf.WellKnownTypes.FieldMask>.Codec _map_fieldMaskFiel… 2178 …= new pbc::MapField<int, global::Google.Protobuf.WellKnownTypes.FieldMask>.Codec(pb::FieldCodec.Fo… [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Collections/ |
D | MapField.cs | 420 public void AddEntriesFrom(CodedInputStream input, Codec codec) in AddEntriesFrom() 422 var adapter = new Codec.MessageAdapter(codec); in AddEntriesFrom() 437 public void WriteTo(CodedOutputStream output, Codec codec) in WriteTo() 439 var message = new Codec.MessageAdapter(codec); in WriteTo() 454 public int CalculateSize(Codec codec) in CalculateSize() 460 var message = new Codec.MessageAdapter(codec); in CalculateSize() 580 public sealed class Codec class in Google.Protobuf.Collections.MapField 593 public Codec(FieldCodec<TKey> keyCodec, FieldCodec<TValue> valueCodec, uint mapTag) in Codec() method in Google.Protobuf.Collections.MapField.Codec 616 private readonly Codec codec; 620 internal MessageAdapter(Codec codec) in MessageAdapter()
|
/frameworks/av/media/codec2/vndk/ |
D | Android.bp | 80 // public dependency for implementing Codec 2 components 93 // public dependency for implementing Codec 2 framework utilities
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/ |
D | Conformance.cs | 1375 private static readonly pbc::MapField<int, int>.Codec _map_mapInt32Int32_codec 1376 … = new pbc::MapField<int, int>.Codec(pb::FieldCodec.ForInt32(8), pb::FieldCodec.ForInt32(16), 450); 1388 private static readonly pbc::MapField<long, long>.Codec _map_mapInt64Int64_codec 1389 …= new pbc::MapField<long, long>.Codec(pb::FieldCodec.ForInt64(8), pb::FieldCodec.ForInt64(16), 458… 1398 private static readonly pbc::MapField<uint, uint>.Codec _map_mapUint32Uint32_codec 1399 …= new pbc::MapField<uint, uint>.Codec(pb::FieldCodec.ForUInt32(8), pb::FieldCodec.ForUInt32(16), 4… 1408 private static readonly pbc::MapField<ulong, ulong>.Codec _map_mapUint64Uint64_codec 1409 …= new pbc::MapField<ulong, ulong>.Codec(pb::FieldCodec.ForUInt64(8), pb::FieldCodec.ForUInt64(16),… 1418 private static readonly pbc::MapField<int, int>.Codec _map_mapSint32Sint32_codec 1419 …= new pbc::MapField<int, int>.Codec(pb::FieldCodec.ForSInt32(8), pb::FieldCodec.ForSInt32(16), 482… [all …]
|
/frameworks/av/media/codec2/hidl/1.0/utils/ |
D | Android.bp | 106 // public dependency for Codec 2.0 HAL service implementations 117 // public dependency for Codec 2.0 HAL client
|
/frameworks/av/media/libstagefright/xmlparser/include/media/stagefright/xmlparser/ |
D | MediaCodecsXmlParser.h | 71 typedef std::pair<std::string, CodecProperties> Codec; typedef
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Struct.cs | 112 …eadonly pbc::MapField<string, global::Google.Protobuf.WellKnownTypes.Value>.Codec _map_fields_codec 113 …= new pbc::MapField<string, global::Google.Protobuf.WellKnownTypes.Value>.Codec(pb::FieldCodec.For…
|
/frameworks/base/core/proto/android/stats/mediametrics/ |
D | mediametrics.proto | 130 * Track Media Codec usage
|
/frameworks/opt/net/ims/ |
D | README.txt | 10 - 3GPP TS 26.111 : Codec for CS multimedia telephony service (H.324)
|
/frameworks/av/media/libstagefright/xmlparser/ |
D | MediaCodecsXmlParser.cpp | 971 codecIt = mData->mCodecMap.insert(Codec(name, CodecProperties())).first; in enterMediaCodec()
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 1558 // Codec used for this SCO connection 1727 // Codec priroity, the higher the more preferred, -1 for disabled 1739 // Codec specific values 1766 // Codec priroity, the higher the more preferred, -1 for disabled 1781 // Codec specific values 5999 * Track Media Codec usage
|
/frameworks/base/api/ |
D | system-current.txt | 8482 field public static final String EXTRA_CODEC = "Codec";
|