Home
last modified time | relevance | path

Searched defs:Codec (Results 1 – 25 of 960) sorted by relevance

12345678910>>...39

/aosp_15_r20/system/nvram/messages/include/nvram/messages/
H A Dproto.hpp116 struct Codec { struct
150 struct Codec<Blob> { struct
151 static constexpr WireType kWireType = WireType::kLengthDelimited;
153 static bool Encode(const Blob& blob, ProtoWriter* writer) { in Encode()
157 static bool Decode(Blob& blob, ProtoReader* reader) { in Decode()
186 struct Codec<Type, typename enable_if<IsVarintCompatible<Type>::value>::Type> { struct
187 static constexpr WireType kWireType = WireType::kVarint;
189 static bool Encode(const Type& value, ProtoWriter* writer) { in Encode()
193 static bool Decode(Type& value, ProtoReader* reader) { in Decode()
205 struct Codec<Vector<ElementType>> { struct
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/codec/
Dmod.rs24 pub struct Codec<T, B> { struct
28 impl<T, B> Codec<T, B> implementation
61 impl<T, B> Codec<T, B> { impl
129 impl<T, B> Codec<T, B> impl
160 impl<T, B> Stream for Codec<T, B> implementation
171 impl<T, B> Sink<Frame<B>> for Codec<T, B> implementation
199 impl<T> From<T> for Codec<T, bytes::Bytes> implementation
/aosp_15_r20/external/webrtc/media/base/
H A Dcodec.h69 struct RTC_EXPORT Codec { struct
75 CodecParameterMap params; argument
78 virtual ~Codec(); argument
105 Codec& operator=(const Codec& c); argument
106 Codec& operator=(Codec&& c); argument
H A Dcodec.cc117 Codec::Codec(int id, const std::string& name, int clockrate) in Codec() function in cricket::Codec
120 Codec::Codec() : id(0), clockrate(0) {} in Codec() function in cricket::Codec
/aosp_15_r20/external/coreboot/Documentation/drivers/
H A Dsoundwire.md200 ### Codec subsection
226 #### Slave Device Properties
235 #### Multi-lane Slave Device Properties
278 #### Data Port 0 Properties
288 #### Bulk Register Access Mode Properties
298 #### Data Port 1-14 Properties
313 #### Audio Mode Properties
/aosp_15_r20/packages/modules/Bluetooth/system/stack/mmc/
DREADME.md10 ### 1. Implement codec server
20 …atform/superproject/main/+/main:packages/modules/Bluetooth/system/stack/mmc/proto/mmc_config.proto)
28 ### 3. Add codec support in MMC daemon
32 …uperproject/main/+/main:packages/modules/Bluetooth/system/stack/mmc/codec_client/codec_client.h) f…
/aosp_15_r20/external/webrtc/logging/rtc_event_log/
H A Drtc_stream_config.h44 struct Codec { struct
51 std::string payload_name;
52 int payload_type;
53 int rtx_payload_type;
/aosp_15_r20/external/aws-sdk-java-v2/services/elastictranscoder/src/test/resources/
H A DListPresetsResponseWithNullVideoField.json7 "Codec": "AAC", string
31 "Codec": "AAC", string
52 "Codec": "H.264", string
H A DVideoParametersWithNullMapField.json2 "Codec": "H.264", string
H A DVideoParametersWithNullMapMember.json2 "Codec": "H.264", string
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/codec/
Dmod.rs37 pub trait Codec { interface
/aosp_15_r20/external/libldac/fuzzer/
H A Dlibldac_encode_fuzzer.cc28 class Codec { class
30 Codec(const uint8_t *data, size_t size) : mFdp(data, size){}; in Codec() function in Codec
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/transformer/src/main/java/com/google/android/exoplayer2/transformer/
H A DCodec.java44 public final class Codec { class
120 public Codec(MediaCodecAdapter mediaCodecAdapter) { in Codec() method in Codec
/aosp_15_r20/external/flac/fuzzer/
H A Dflac_dec_fuzzer.cpp46 class Codec { class
48 Codec(const uint8_t* data, size_t size) : mFdp(data, size) { in Codec() function in Codec
/aosp_15_r20/external/libhevc/fuzzer/
H A Dhevc_dec_fuzzer.cpp74 class Codec { class
100 Codec::Codec(IV_COLOR_FORMAT_T colorFormat, size_t numCores) { in Codec() function in Codec
/aosp_15_r20/external/libavc/fuzzer/
H A Davc_dec_fuzzer.cpp74 class Codec { class
100 Codec::Codec(IV_COLOR_FORMAT_T colorFormat, size_t numCores) { in Codec() function in Codec
H A Dmvc_dec_fuzzer.cpp75 class Codec class
109 Codec::Codec(IV_COLOR_FORMAT_T colorFormat, size_t numCores) in Codec() function in Codec
H A Dsvc_dec_fuzzer.cpp98 class Codec class
125 Codec::Codec(IV_COLOR_FORMAT_T colorFormat, size_t numCores) in Codec() function in Codec
/aosp_15_r20/external/libmpeg2/fuzzer/
H A Dmpeg2_dec_fuzzer.cpp62 class Codec { class
91 Codec::Codec(IV_COLOR_FORMAT_T colorFormat, size_t numCores) { in Codec() function in Codec
/aosp_15_r20/external/webrtc/sdk/android/api/org/webrtc/
H A DRtpParameters.java174 public static class Codec { class in RtpParameters
189 Codec(int payloadType, String name, MediaStreamTrack.MediaType kind, Integer clockRate, in Codec() method in RtpParameters.Codec
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Collections/
H A DMapField.cs639 public sealed class Codec class in Google.Protobuf.Collections.MapField
652 public Codec(FieldCodec<TKey> keyCodec, FieldCodec<TValue> valueCodec, uint mapTag) in Codec() method in Google.Protobuf.Collections.MapField.Codec
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
H A DMapField.cs639 public sealed class Codec class in Google.Protobuf.Collections.MapField
652 public Codec(FieldCodec<TKey> keyCodec, FieldCodec<TValue> valueCodec, uint mapTag) in Codec() method in Google.Protobuf.Collections.MapField.Codec
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/api/testdata/src/pkg/p1/
Dp1.go136 type Codec struct { struct
137 Func func(x int, y int) (z int)
/aosp_15_r20/external/webrtc/test/scenario/
H A Dvideo_stream.cc209 using Codec = VideoStreamConfig::Encoder::Codec; in CreateEncoderSpecificSettings() typedef
372 using Codec = VideoStreamConfig::Encoder::Codec; in SendVideoStream() typedef
/aosp_15_r20/frameworks/av/media/module/codecs/g711/fuzzer/
H A Dg711_dec_fuzzer.cpp26 class Codec { class

12345678910>>...39