Home
last modified time | relevance | path

Searched defs:codec (Results 51 - 75 of 211) sorted by relevance

123456789

/third_party/python/Lib/encodings/
H A Dgbk.py10 codec = _codecs_cn.getcodec('gbk') variable
18 codec = codec variable in IncrementalEncoder
22 codec = codec variable in IncrementalDecoder
25 codec = codec variable in StreamReader
28 codec variable in StreamWriter
[all...]
H A Dhz.py10 codec = _codecs_cn.getcodec('hz') variable
18 codec = codec variable in IncrementalEncoder
22 codec = codec variable in IncrementalDecoder
25 codec = codec variable in StreamReader
28 codec variable in StreamWriter
[all...]
H A Dbig5hkscs.py10 codec = _codecs_hk.getcodec('big5hkscs') variable
18 codec = codec variable in IncrementalEncoder
22 codec = codec variable in IncrementalDecoder
25 codec = codec variable in StreamReader
28 codec variable in StreamWriter
[all...]
H A Dbig5.py10 codec = _codecs_tw.getcodec('big5') variable
18 codec = codec variable in IncrementalEncoder
22 codec = codec variable in IncrementalDecoder
25 codec = codec variable in StreamReader
28 codec variable in StreamWriter
[all...]
/third_party/skia/fuzz/oss_fuzz/
H A DFuzzAndroidCodec.cpp17 auto codec = SkAndroidCodec::MakeFromData(bytes); in FuzzAndroidCodec() local
/third_party/skia/bench/
H A DCodecBench.cpp41 std::unique_ptr<SkCodec> codec = SkCodec::MakeFromData(fData); in onDelayedSetup() local
51 std::unique_ptr<SkCodec> codec; in onDraw() local
H A DAndroidCodecBench.cpp44 std::unique_ptr<SkAndroidCodec> codec; in onDraw() local
/third_party/ffmpeg/libavformat/
H A Dgenh.c44 unsigned start_offset, header_size, codec, coef_type, coef[2]; in genh_read_header() local
H A Drtpenc_h264_hevc.c43 enum AVCodecID codec = s1->streams[0]->codecpar->codec_id; in flush_buffered() local
58 enum AVCodecID codec = s1->streams[0]->codecpar->codec_id; in nal_send() local
H A Dwestwood_aud.c88 int sample_rate, channels, codec; in wsaud_read_header() local
H A Dspdifdec.c36 spdif_get_offset_and_codec(AVFormatContext *s, enum IEC61937DataType data_type, const char *buf, int *offset, enum AVCodecID *codec) spdif_get_offset_and_codec() argument
112 enum AVCodecID codec; spdif_probe() local
116 ff_spdif_probe(const uint8_t *p_buf, int buf_size, enum AVCodecID *codec) ff_spdif_probe() argument
[all...]
H A Dsol.c88 enum AVCodecID codec; in sol_read_header() local
/third_party/backends/testsuite/sanei/
H A Dtest_wire.c61 char *codec = default_codec; in main() local
[all...]
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DFieldCodecTest.cs69 public void RoundTripWithTag(ICodecTestData codec) in RoundTripWithTag() argument
75 public void RoundTripRaw(ICodecTestData codec) in RoundTripRaw() argument
81 public void CalculateSize(ICodecTestData codec) in CalculateSize() argument
87 public void DefaultValue(ICodecTestData codec) in DefaultValue() argument
93 public void FixedSize(ICodecTestData codec) in FixedSize() argument
112 private readonly FieldCodec<T> codec; global() field in Google.Protobuf.FieldCodecTest.FieldCodecTestData
116 FieldCodecTestData(FieldCodec<T> codec, T sampleValue, string name) FieldCodecTestData() argument
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DExtensionValue.cs52 private FieldCodec<T> codec; field in Google.Protobuf.ExtensionValue
54 internal ExtensionValue(FieldCodec<T> codec) in ExtensionValue() argument
142 private readonly FieldCodec<T> codec; global() field in Google.Protobuf.RepeatedExtensionValue
144 RepeatedExtensionValue(FieldCodec<T> codec) RepeatedExtensionValue() argument
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DFieldCodecTest.cs69 public void RoundTripWithTag(ICodecTestData codec) in RoundTripWithTag() argument
75 public void RoundTripRaw(ICodecTestData codec) in RoundTripRaw() argument
81 public void CalculateSize(ICodecTestData codec) in CalculateSize() argument
87 public void DefaultValue(ICodecTestData codec) in DefaultValue() argument
93 public void FixedSize(ICodecTestData codec) in FixedSize() argument
112 private readonly FieldCodec<T> codec; global() field in Google.Protobuf.FieldCodecTest.FieldCodecTestData
116 FieldCodecTestData(FieldCodec<T> codec, T sampleValue, string name) FieldCodecTestData() argument
[all...]
/third_party/skia/include/codec/
H A DSkAndroidCodec.h247 SkCodec* codec() const { return fCodec.get(); } in codec() function in SkAndroidCodec
/third_party/ffmpeg/libavcodec/
H A Ddv_profile.c261 const AVDVProfile* ff_dv_frame_profile(AVCodecContext* codec, const AVDVProfile *sys, in ff_dv_frame_profile() argument
H A Dimm5.c54 const AVCodec *codec; in imm5_init() local
H A Dcbs.h183 const struct CodedBitstreamType *codec; member
[all...]
H A Dlibcodec2.c33 struct CODEC2 *codec; member
[all...]
H A Doptions.c89 static int init_context_defaults(AVCodecContext *s, const AVCodec *codec) in init_context_defaults() argument
149 avcodec_alloc_context3(const AVCodec *codec) avcodec_alloc_context3() argument
[all...]
/third_party/ffmpeg/doc/examples/
H A Dencode_audio.c42 static int check_sample_fmt(const AVCodec *codec, enum AVSampleFormat sample_fmt) in check_sample_fmt() argument
55 static int select_sample_rate(const AVCodec *codec) in select_sample_rate() argument
73 static int select_channel_layout(const AVCodec *codec, AVChannelLayout *dst) in select_channel_layout() argument
125 const AVCodec *codec; in main() local
[all...]
H A Ddecode_video.c86 const AVCodec *codec; in main() local
H A Dvaapi_encode.c108 const AVCodec *codec = NULL; in main() local

Completed in 8 milliseconds

123456789