Home
last modified time | relevance | path

Searched defs:encoder (Results 1 – 25 of 43) sorted by relevance

12

/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/encoder/src/
Dimage_encoder_callback.cpp26 std::shared_ptr<ImageSourceEncoder> encoder = videoEncoder_.lock(); in OnError() local
38 std::shared_ptr<ImageSourceEncoder> encoder = videoEncoder_.lock(); in OnOutputBufferAvailable() local
49 std::shared_ptr<ImageSourceEncoder> encoder = videoEncoder_.lock(); in OnInputBufferAvailable() local
60 std::shared_ptr<ImageSourceEncoder> encoder = videoEncoder_.lock(); in OnOutputFormatChanged() local
/foundation/multimedia/player_framework/frameworks/native/transcoder/test/unittest/src/
Dtranscoder_unit_test.cpp77 VideoCodecFormat encoder = H264; variable
109 VideoCodecFormat encoder = H264; variable
143 VideoCodecFormat encoder = H264; variable
178 VideoCodecFormat encoder = H264; variable
215 AudioCodecFormat encoder = AAC_LC; variable
246 AudioCodecFormat encoder = AAC_LC; variable
282 VideoCodecFormat encoder = H264; variable
326 VideoCodecFormat encoder = H264; variable
372 VideoCodecFormat encoder = H264; variable
419 VideoCodecFormat encoder = H264; variable
[all …]
Dtranscoder_mock.cpp56 int32_t TranscoderMock::SetVideoEncoder(VideoCodecFormat encoder) in SetVideoEncoder()
74 int32_t TranscoderMock::SetAudioEncoder(AudioCodecFormat encoder) in SetAudioEncoder()
/foundation/CastEngine/castengine_wifi_display/services/codec/src/
Dcodec_factory.cpp26 std::shared_ptr<AudioEncoder> encoder; in CreateAudioEncoder() local
71 std::shared_ptr<VideoEncoder> encoder; in CreateVideoEncoder() local
/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensourceprocessor/include/
Dimage_source_encoder_test.h36 std::shared_ptr<ImageSourceEncoder> encoder = nullptr; variable
/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/encoder/include/
Dimage_encoder_callback.h30 explicit ImageEncoderCallback(const std::shared_ptr<ImageSourceEncoder> &encoder) in ImageEncoderCallback()
Dimage_source_encoder.h40 …explicit ConsumerBufferListener(const std::shared_ptr<ImageSourceEncoder> encoder) : encoder_(enco… in ConsumerBufferListener()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
Dimage_packer.cpp141 return DoEncodingFunc([this, &plOpts](ImagePlugin::AbsImageEncoder* encoder) { in StartPackingImpl()
241 return DoEncodingFunc([this, &pixelMap](ImagePlugin::AbsImageEncoder* encoder) { in AddImage()
294 return DoEncodingFunc([this, &picture](ImagePlugin::AbsImageEncoder* encoder) { in AddPicture()
302 return DoEncodingFunc([](ImagePlugin::AbsImageEncoder* encoder) { in FinalizePacking()
332 auto encoder = GetEncoder(pluginServer_, EXTENDED_ENCODER); in GetEncoderPlugin() local
/foundation/multimedia/player_framework/frameworks/native/transcoder/
Dtranscoder_impl.cpp61 int32_t TransCoderImpl::SetVideoEncoder(VideoCodecFormat encoder) in SetVideoEncoder()
88 int32_t TransCoderImpl::SetAudioEncoder(AudioCodecFormat encoder) in SetAudioEncoder()
/foundation/distributedhardware/distributed_screen/services/screentransport/test/fuzztest/screensourceprocessor/onbufferavailable_fuzzer/
Donbufferavailable_fuzzer.cpp32 std::shared_ptr<ImageSourceEncoder> encoder = std::make_shared<ImageSourceEncoder>(listener); in OnBufferAvailableFuzzTest() local
/foundation/distributedhardware/distributed_screen/services/screentransport/test/fuzztest/screensourceprocessor/onoutputformatchanged_fuzzer/
Donoutputformatchanged_fuzzer.cpp39 std::shared_ptr<ImageSourceEncoder> encoder = std::make_shared<ImageSourceEncoder>(listener); in OnOutputFormatChangedFuzzTest() local
/foundation/distributedhardware/distributed_screen/services/screentransport/test/fuzztest/screensourceprocessor/oninputbufferavailable_fuzzer/
Doninputbufferavailable_fuzzer.cpp33 std::shared_ptr<ImageSourceEncoder> encoder = std::make_shared<ImageSourceEncoder>(listener); in OnInputBufferAvailableFuzzTest() local
/foundation/distributedhardware/distributed_screen/services/screentransport/test/fuzztest/screensourceprocessor/onerror_fuzzer/
Donerror_fuzzer.cpp38 std::shared_ptr<ImageSourceEncoder> encoder = std::make_shared<ImageSourceEncoder>(listener); in OnErrorFuzzTest() local
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/utils/
Dffmpeg_codec_map.cpp23 bool CodecId2Cap(AVCodecID codecId, bool encoder, Plugin::Capability& cap) in CodecId2Cap()
/foundation/distributedhardware/distributed_screen/services/screentransport/test/fuzztest/screensourceprocessor/onoutputbufferavailable_fuzzer/
Donoutputbufferavailable_fuzzer.cpp33 std::shared_ptr<ImageSourceEncoder> encoder = std::make_shared<ImageSourceEncoder>(listener); in OnOutputBufferAvailableFuzzTest() local
/foundation/multimedia/player_framework/services/services/transcoder/client/
Dtranscoder_client.cpp84 int32_t TransCoderClient::SetVideoEncoder(VideoCodecFormat encoder) in SetVideoEncoder()
111 int32_t TransCoderClient::SetAudioEncoder(AudioCodecFormat encoder) in SetAudioEncoder()
/foundation/multimedia/av_codec/frameworks/native/avcodec/
Davcodec_video_encoder_impl.cpp55 std::shared_ptr<AVCodecVideoEncoder> &encoder) in CreateByMime()
68 std::shared_ptr<AVCodecVideoEncoder> &encoder) in CreateByName()
/foundation/multimedia/player_framework/services/services/transcoder/ipc/
Dtranscoder_service_stub.cpp135 int32_t TransCoderServiceStub::SetVideoEncoder(VideoCodecFormat encoder) in SetVideoEncoder()
153 int32_t TransCoderServiceStub::SetAudioEncoder(AudioCodecFormat encoder) in SetAudioEncoder()
242 int32_t encoder = data.ReadInt32(); in SetVideoEncoder() local
Dtranscoder_service_proxy.cpp55 int32_t TransCoderServiceProxy::SetVideoEncoder(VideoCodecFormat encoder) in SetVideoEncoder()
107 int32_t TransCoderServiceProxy::SetAudioEncoder(AudioCodecFormat encoder) in SetAudioEncoder()
/foundation/multimedia/media_lite/frameworks/recorder_lite/passthrough/
Drecorder_client.cpp42 int32_t Recorder::RecorderClient::SetVideoEncoder(int32_t sourceId, VideoCodecFormat encoder) in SetVideoEncoder()
105 int32_t Recorder::RecorderClient::SetAudioEncoder(int32_t sourceId, AudioCodecFormat encoder) in SetAudioEncoder()
/foundation/multimedia/media_lite/frameworks/recorder_lite/
Drecorder.cpp37 int32_t Recorder::SetVideoEncoder(int32_t sourceId, VideoCodecFormat encoder) in SetVideoEncoder()
99 int32_t Recorder::SetAudioEncoder(int32_t sourceId, AudioCodecFormat encoder) in SetAudioEncoder()
/foundation/multimedia/player_framework/frameworks/native/recorder/
Drecorder_impl.cpp83 int32_t RecorderImpl::SetVideoEncoder(int32_t sourceId, VideoCodecFormat encoder) in SetVideoEncoder()
165 int32_t RecorderImpl::SetAudioEncoder(int32_t sourceId, AudioCodecFormat encoder) in SetAudioEncoder()
/foundation/CastEngine/castengine_wifi_display/tests/demo/codec/
Dcodec_demo.cpp141 std::shared_ptr<AudioEncoder> encoder = CodecFactory::CreateAudioEncoder(CODEC_G711A); in EncodeG711() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
Da2dp_codec_thread.cpp121 A2dpEncoder* encoder = encoder_.release(); in ProcessMessage() local
/foundation/multimedia/player_framework/frameworks/native/recorder/test/unittest/src/
Drecorder_mock.cpp127 int32_t RecorderMock::SetVideoEncoder(int32_t sourceId, VideoCodecFormat encoder) in SetVideoEncoder()
169 int32_t RecorderMock::SetAudioEncoder(int32_t sourceId, AudioCodecFormat encoder) in SetAudioEncoder()

12