Home
last modified time | relevance | path

Searched defs:codec (Results 126 - 150 of 744) sorted by relevance

12345678910>>...30

/test/xts/acts/multimedia/av_codec/audio_encoder/src/
H A Dparam_check_test.cpp53 OH_AVCodec *codec = nullptr; in HWTEST_F() local
81 OH_AVCodec *codec = nullptr; HWTEST_F() local
109 OH_AVCodec *codec = nullptr; HWTEST_F() local
164 OH_AVCodec *codec = nullptr; HWTEST_F() local
246 OH_AVCodec *codec = nullptr; HWTEST_F() local
283 OH_AVCodec *codec = nullptr; HWTEST_F() local
311 OH_AVCodec *codec = nullptr; HWTEST_F() local
366 OH_AVCodec *codec = nullptr; HWTEST_F() local
412 OH_AVCodec *codec = nullptr; HWTEST_F() local
458 OH_AVCodec *codec = nullptr; HWTEST_F() local
513 OH_AVCodec *codec = nullptr; HWTEST_F() local
541 OH_AVCodec *codec = nullptr; HWTEST_F() local
596 OH_AVCodec *codec = nullptr; HWTEST_F() local
648 OH_AVCodec *codec = nullptr; HWTEST_F() local
700 OH_AVCodec *codec = nullptr; HWTEST_F() local
[all...]
H A Dnull_check_test.cpp53 OH_AVCodec *codec = nullptr; in HWTEST_F() local
70 OH_AVCodec *codec = nullptr; in HWTEST_F() local
87 OH_AVCodec *codec in HWTEST_F() local
106 OH_AVCodec *codec = nullptr; HWTEST_F() local
125 OH_AVCodec *codec = nullptr; HWTEST_F() local
154 OH_AVCodec *codec = nullptr; HWTEST_F() local
184 OH_AVCodec *codec = nullptr; HWTEST_F() local
203 OH_AVCodec *codec = nullptr; HWTEST_F() local
234 OH_AVCodec *codec = nullptr; HWTEST_F() local
267 OH_AVCodec *codec = nullptr; HWTEST_F() local
300 OH_AVCodec *codec = nullptr; HWTEST_F() local
319 OH_AVCodec *codec = nullptr; HWTEST_F() local
353 OH_AVCodec *codec = nullptr; HWTEST_F() local
388 OH_AVCodec *codec = nullptr; HWTEST_F() local
423 OH_AVCodec *codec = nullptr; HWTEST_F() local
462 OH_AVCodec *codec = nullptr; HWTEST_F() local
482 OH_AVCodec *codec = nullptr; HWTEST_F() local
[all...]
/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
/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
/base/telephony/sms_mms/test/gtest/
H A Dsms_gsm_gtest.cpp65 std::shared_ptr<GsmSmsParamCodec> codec = std::make_shared<GsmSmsParamCodec>(); in HWTEST_F() local
82 std::shared_ptr<GsmSmsParamCodec> codec = std::make_shared<GsmSmsParamCodec>(); in HWTEST_F() local
99 std::shared_ptr<GsmSmsParamCodec> codec = std::make_shared<GsmSmsParamCodec>(); in HWTEST_F() local
117 std::shared_ptr<GsmSmsParamCodec> codec = std::make_shared<GsmSmsParamCodec>(); in HWTEST_F() local
136 std::shared_ptr<GsmSmsParamCodec> codec = std::make_shared<GsmSmsParamCodec>(); in HWTEST_F() local
154 std::shared_ptr<GsmSmsParamCodec> codec = std::make_shared<GsmSmsParamCodec>(); HWTEST_F() local
173 std::shared_ptr<GsmSmsParamCodec> codec = std::make_shared<GsmSmsParamCodec>(); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/rosen/
H A Ddrawing_image_data.cpp140 auto codec = SkCodec::MakeFromData(skData); in Parse() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/
H A Dskia_image_data.cpp99 auto codec = SkCodec::MakeFromData(GetSkData()); in Parse() local
/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_object.cpp108 auto codec = SkCodec::MakeFromData(skData); in BuildImageObject() local
114 auto codec = SkCodec::MakeFromData(skData); in BuildImageObject() local
H A Dimage_object_animated.cpp108 auto codec = SkCodec::MakeFromData(skData_); in UploadToGpuForRender() local
112 auto codec = SkCodec::MakeFromData(skData); in UploadToGpuForRender() local
/foundation/multimedia/av_codec/services/engine/codec/include/audio/
H A Daudio_codec.h30 AudioCodecCallback(const std::shared_ptr<AudioCodec> &codec) : codec_(codec) {} in AudioCodecCallback() argument
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/video_codec/video_codec/
H A Dcodec_callback.cpp27 void CodecCallback::OnCodecError(OH_AVCodec *codec, int32_t errorCode, void *userData) in OnCodecError() argument
34 void CodecCallback::OnCodecFormatChange(OH_AVCodec *codec, OH_AVFormat *format, void *userData) in OnCodecFormatChange() argument
54 void CodecCallback::OnInputBufferAvailable(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, void *userData) in OnInputBufferAvailable() argument
63 void CodecCallback::OnOutputBufferAvailable(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, in OnOutputBufferAvailable() argument
73 void CodecCallback::OnNeedInputBuffer(OH_AVCodec *codec, uint32_ argument
82 OnNewOutputBuffer(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *buffer, void *userData) OnNewOutputBuffer() argument
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Drslib.h56 struct rs_codec *codec; member
/kernel/linux/linux-5.10/sound/hda/ext/
H A Dhdac_ext_bus.c123 struct hdac_device *codec, *__codec; in snd_hdac_ext_bus_device_remove() local
[all...]
/kernel/linux/linux-5.10/sound/soc/amd/
H A Dacp-rt5645.c74 struct snd_soc_component *codec; in cz_init() local
/kernel/linux/linux-5.10/sound/soc/sof/intel/
H A Dhda-codec.c27 static int request_codec_module(struct hda_codec *codec) in request_codec_module() argument
53 static int hda_codec_load_module(struct hda_codec *codec) in hda_codec_load_module() argument
70 struct hda_codec *codec; hda_codec_jack_wake_enable() local
85 struct hda_codec *codec; hda_codec_jack_check() local
118 struct hda_codec *codec; hda_codec_probe() local
[all...]
/kernel/linux/linux-5.10/include/sound/
H A Dhda_regmap.h79 snd_hdac_regmap_write(struct hdac_device *codec, hda_nid_t nid, unsigned int verb, unsigned int val) snd_hdac_regmap_write() argument
97 snd_hdac_regmap_update(struct hdac_device *codec, hda_nid_t nid, unsigned int verb, unsigned int mask, unsigned int val) snd_hdac_regmap_update() argument
115 snd_hdac_regmap_read(struct hdac_device *codec, hda_nid_t nid, unsigned int verb, unsigned int *val) snd_hdac_regmap_read() argument
136 snd_hdac_regmap_get_amp(struct hdac_device *codec, hda_nid_t nid, int ch, int dir, int idx) snd_hdac_regmap_get_amp() argument
160 snd_hdac_regmap_update_amp(struct hdac_device *codec, hda_nid_t nid, int ch, int dir, int idx, int mask, int val) snd_hdac_regmap_update_amp() argument
181 snd_hdac_regmap_get_amp_stereo(struct hdac_device *codec, hda_nid_t nid, int dir, int idx) snd_hdac_regmap_get_amp_stereo() argument
205 snd_hdac_regmap_update_amp_stereo(struct hdac_device *codec, hda_nid_t nid, int dir, int idx, int mask, int val) snd_hdac_regmap_update_amp_stereo() argument
219 snd_hdac_regmap_sync_node(struct hdac_device *codec, hda_nid_t nid) snd_hdac_regmap_sync_node() argument
[all...]
H A Dhda_component.h37 static inline int snd_hdac_sync_audio_rate(struct hdac_device *codec, in snd_hdac_sync_audio_rate() argument
42 static inline int snd_hdac_acomp_get_eld(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_acomp_get_eld() argument
/kernel/linux/linux-5.10/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_hw.c34 int cedrus_engine_enable(struct cedrus_ctx *ctx, enum cedrus_codec codec) in cedrus_engine_enable() argument
/kernel/linux/linux-5.10/drivers/staging/media/zoran/
H A Dvideocodec.c40 struct videocodec *codec; member
45 const struct videocodec *codec; member
61 struct videocodec *codec; in videocodec_attach() local
132 videocodec_detach(struct videocodec *codec) videocodec_detach() argument
188 videocodec_register(const struct videocodec *codec) videocodec_register() argument
221 videocodec_unregister(const struct videocodec *codec) videocodec_unregister() argument
[all...]

Completed in 10 milliseconds

12345678910>>...30