Home
last modified time | relevance | path

Searched refs:AVCodecVideoEncoder (Results 1 - 14 of 14) sorted by relevance

/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_video_encoder.h27 class AVCodecVideoEncoder { class
29 virtual ~AVCodecVideoEncoder() = default;
268 static std::shared_ptr<AVCodecVideoEncoder> CreateByMime(const std::string &mime) in CreateByMime()
274 static std::shared_ptr<AVCodecVideoEncoder> CreateByName(const std::string &name) in CreateByName()
280 static int32_t CreateByMime(const std::string &mime, Format &format, std::shared_ptr<AVCodecVideoEncoder> &encodec) in CreateByMime()
288 static int32_t CreateByName(const std::string &name, Format &format, std::shared_ptr<AVCodecVideoEncoder> &encodec) in CreateByName()
304 static std::shared_ptr<AVCodecVideoEncoder> CreateByMime(const std::string &mime);
314 static std::shared_ptr<AVCodecVideoEncoder> CreateByName(const std::string &name);
326 static int32_t CreateByMime(const std::string &mime, Format &format, std::shared_ptr<AVCodecVideoEncoder> &encodec);
338 static int32_t CreateByName(const std::string &name, Format &format, std::shared_ptr<AVCodecVideoEncoder>
[all...]
/foundation/multimedia/av_codec/frameworks/native/avcodec/
H A Davcodec_video_encoder_impl.cpp28 std::shared_ptr<AVCodecVideoEncoder> VideoEncoderFactory::CreateByMime(const std::string &mime) in CreateByMime()
30 std::shared_ptr<AVCodecVideoEncoder> impl = nullptr; in CreateByMime()
41 std::shared_ptr<AVCodecVideoEncoder> VideoEncoderFactory::CreateByName(const std::string &name) in CreateByName()
43 std::shared_ptr<AVCodecVideoEncoder> impl = nullptr; in CreateByName()
55 std::shared_ptr<AVCodecVideoEncoder> &encoder) in CreateByMime()
68 std::shared_ptr<AVCodecVideoEncoder> &encoder) in CreateByName()
H A Davcodec_video_encoder_impl.h24 class AVCodecVideoEncoderImpl : public AVCodecVideoEncoder, public NoCopyable {
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/inner/
H A Dvideoenc_inner_mock.h26 explicit VideoEncInnerMock(std::shared_ptr<AVCodecVideoEncoder> videoEnc) : videoEnc_(videoEnc) {} in VideoEncInnerMock()
52 std::shared_ptr<AVCodecVideoEncoder> videoEnc_ = nullptr;
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/media_manager/
H A Dmpeg_manager.h53 std::shared_ptr<AVCodecVideoEncoder> encoder_ {nullptr};
/foundation/CastEngine/castengine_wifi_display/services/codec/include/
H A Dvideo_source_encoder.h95 std::shared_ptr<OHOS::MediaAVCodec::AVCodecVideoEncoder> videoEncoder_;
/foundation/multimedia/av_codec/test/moduletest/vcodec/hdrcodec/include/
H A Dhdrcodec_inner_sample.h127 std::shared_ptr<AVCodecVideoEncoder> venc_;
/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/encoder/include/
H A Dimage_source_encoder.h86 std::shared_ptr<MediaAVCodec::AVCodecVideoEncoder> videoEncoder_;
/foundation/multimedia/av_codec/services/media_engine/filters/
H A Dsurface_encoder_adapter.h107 std::shared_ptr<MediaAVCodec::AVCodecVideoEncoder> codecServer_;
/foundation/multimedia/av_codec/test/unittest/filter_test/
H A Dsurface_encoder_adapter_unit_test.h63 class MyAVCodecVideoEncoder : public MediaAVCodec::AVCodecVideoEncoder {
/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/multimedia_codec/encoder/
H A Dencode_data_process.h130 std::shared_ptr<MediaAVCodec::AVCodecVideoEncoder> videoEncoder_ = nullptr;
/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_video_encoder.cpp42 explicit VideoEncoderObject(const std::shared_ptr<AVCodecVideoEncoder> &encoder) in VideoEncoderObject()
54 const std::shared_ptr<AVCodecVideoEncoder> videoEncoder_;
432 std::shared_ptr<AVCodecVideoEncoder> videoEncoder = VideoEncoderFactory::CreateByMime(mime); in OH_VideoEncoder_CreateByMime()
445 std::shared_ptr<AVCodecVideoEncoder> videoEncoder = VideoEncoderFactory::CreateByName(name); in OH_VideoEncoder_CreateByName()
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/include/
H A Dvideoenc_inner_sample.h213 std::shared_ptr<AVCodecVideoEncoder> venc_;
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/InnerAPI/
H A Dapi_test.cpp48 std::shared_ptr<AVCodecVideoEncoder> venc_ = nullptr;
204 std::shared_ptr<AVCodecVideoEncoder> venc2_ = VideoEncoderFactory::CreateByName(g_codecName); in HWTEST_F()
381 std::shared_ptr<AVCodecVideoEncoder> venc2_ = VideoEncoderFactory::CreateByMime(g_codecMime); in HWTEST_F()

Completed in 10 milliseconds