Searched refs:CodecRegister (Results 1 – 15 of 15) sorted by relevance
| /foundation/multimedia/av_codec/services/engine/factory/ |
| D | av_codec_base_factory.h | 39 struct CodecRegister : public I { struct 52 CodecRegister() : I() in CodecRegister() argument 72 bool AVCodecBaseFactory<I, Identify, Args...>::CodecRegister<T>::registered = 73 AVCodecBaseFactory<I, Identify, Args...>::CodecRegister<T>::avRegister();
|
| /foundation/multimedia/media_foundation/test/unittest/plugins/ |
| D | UtCodecTest1.cpp | 25 static Status CodecRegister(const std::shared_ptr<Register> ®) in CodecRegister() function 36 PLUGIN_DEFINITION(UtCodecTest1, LicenseType::APACHE_V2, CodecRegister, [] {}); in __anon5136d7270102()
|
| D | UtCodecTest2.cpp | 25 static Status CodecRegister(const std::shared_ptr<Register> ®) in CodecRegister() function 36 PLUGIN_DEFINITION(UtCodecTest2, LicenseType::APACHE_V2, CodecRegister, [] {}); in __anon5148efa80102()
|
| /foundation/multimedia/av_codec/services/engine/codec/include/audio/decoder/ |
| D | audio_ffmpeg_flac_decoder_plugin.h | 25 class AudioFFMpegFlacDecoderPlugin : public AudioBaseCodec::CodecRegister<AudioFFMpegFlacDecoderPlu…
|
| D | audio_ffmpeg_mp3_decoder_plugin.h | 25 class AudioFFMpegMp3DecoderPlugin : public AudioBaseCodec::CodecRegister<AudioFFMpegMp3DecoderPlugi…
|
| D | audio_ffmpeg_amrnb_decoder_plugin.h | 25 class AudioFFMpegAmrnbDecoderPlugin : public AudioBaseCodec::CodecRegister<AudioFFMpegAmrnbDecoderP…
|
| D | audio_ffmpeg_amrwb_decoder_plugin.h | 25 class AudioFFMpegAmrwbDecoderPlugin : public AudioBaseCodec::CodecRegister<AudioFFMpegAmrwbDecoderP…
|
| D | audio_g711mu_decoder_plugin.h | 25 class AudioG711muDecoderPlugin : public AudioBaseCodec::CodecRegister<AudioG711muDecoderPlugin> {
|
| D | audio_opus_decoder_plugin.h | 33 class AudioOpusDecoderPlugin : public AudioBaseCodec::CodecRegister<AudioOpusDecoderPlugin> {
|
| D | audio_ffmpeg_aac_decoder_plugin.h | 25 class AudioFFMpegAacDecoderPlugin : public AudioBaseCodec::CodecRegister<AudioFFMpegAacDecoderPlugi…
|
| D | audio_ffmpeg_vorbis_decoder_plugin.h | 25 class AudioFFMpegVorbisDecoderPlugin : public AudioBaseCodec::CodecRegister<AudioFFMpegVorbisDecode…
|
| /foundation/multimedia/av_codec/services/engine/codec/include/audio/encoder/ |
| D | audio_g711mu_encoder_plugin.h | 25 class AudioG711muEncoderPlugin : public AudioBaseCodec::CodecRegister<AudioG711muEncoderPlugin> {
|
| D | audio_ffmpeg_flac_encoder_plugin.h | 25 class AudioFFMpegFlacEncoderPlugin : public AudioBaseCodec::CodecRegister<AudioFFMpegFlacEncoderPlu…
|
| D | audio_opus_encoder_plugin.h | 35 class AudioOpusEncoderPlugin : public AudioBaseCodec::CodecRegister<AudioOpusEncoderPlugin> {
|
| D | audio_ffmpeg_aac_encoder_plugin.h | 35 class AudioFFMpegAacEncoderPlugin : public AudioBaseCodec::CodecRegister<AudioFFMpegAacEncoderPlugi…
|