| /third_party/python/Lib/encodings/ |
| H A D | gbk.py | 10 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 D | hz.py | 10 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 D | big5hkscs.py | 10 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 D | big5.py | 10 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 D | FuzzAndroidCodec.cpp | 17 auto codec = SkAndroidCodec::MakeFromData(bytes); in FuzzAndroidCodec() local
|
| /third_party/skia/bench/ |
| H A D | CodecBench.cpp | 41 std::unique_ptr<SkCodec> codec = SkCodec::MakeFromData(fData); in onDelayedSetup() local 51 std::unique_ptr<SkCodec> codec; in onDraw() local
|
| H A D | AndroidCodecBench.cpp | 44 std::unique_ptr<SkAndroidCodec> codec; in onDraw() local
|
| /third_party/ffmpeg/libavformat/ |
| H A D | genh.c | 44 unsigned start_offset, header_size, codec, coef_type, coef[2]; in genh_read_header() local
|
| H A D | rtpenc_h264_hevc.c | 43 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 D | westwood_aud.c | 88 int sample_rate, channels, codec; in wsaud_read_header() local
|
| H A D | spdifdec.c | 36 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 D | sol.c | 88 enum AVCodecID codec; in sol_read_header() local
|
| /third_party/backends/testsuite/sanei/ |
| H A D | test_wire.c | 61 char *codec = default_codec; in main() local [all...] |
| /third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
| H A D | FieldCodecTest.cs | 69 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 D | ExtensionValue.cs | 52 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 D | FieldCodecTest.cs | 69 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 D | SkAndroidCodec.h | 247 SkCodec* codec() const { return fCodec.get(); } in codec() function in SkAndroidCodec
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | dv_profile.c | 261 const AVDVProfile* ff_dv_frame_profile(AVCodecContext* codec, const AVDVProfile *sys, in ff_dv_frame_profile() argument
|
| H A D | imm5.c | 54 const AVCodec *codec; in imm5_init() local
|
| H A D | cbs.h | 183 const struct CodedBitstreamType *codec; member [all...] |
| H A D | libcodec2.c | 33 struct CODEC2 *codec; member [all...] |
| H A D | options.c | 89 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 D | encode_audio.c | 42 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 D | decode_video.c | 86 const AVCodec *codec; in main() local
|
| H A D | vaapi_encode.c | 108 const AVCodec *codec = NULL; in main() local
|