Home
last modified time | relevance | path

Searched defs:videoEncoder_ (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/encoder/include/
H A Dimage_encoder_callback.h43 std::weak_ptr<ImageSourceEncoder> videoEncoder_; variable
H A Dimage_source_encoder.h86 std::shared_ptr<MediaAVCodec::AVCodecVideoEncoder> videoEncoder_; variable
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/standard/
H A Dhirecorder_impl.h119 std::shared_ptr<Pipeline::VideoEncoderFilter> videoEncoder_; variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_sender/include/
H A Dav_sender_engine.h132 std::shared_ptr<OHOS::Media::Pipeline::VideoEncoderFilter> videoEncoder_ = nullptr; variable
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/
H A Davcodec_task_manager.h81 unique_ptr<VideoEncoder> videoEncoder_ = nullptr; variable
/ohos5.0/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; variable
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_video_encoder.cpp54 const std::shared_ptr<AVCodecVideoEncoder> videoEncoder_; member