Home
last modified time | relevance | path

Searched defs:VideoEncoder (Results 1 – 3 of 3) sorted by relevance

/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/include/
Dhistreamer_ability_querier.h104 struct VideoEncoder { struct
106 std::vector<VideoEncoderIn> ins; argument
107 std::vector<VideoEncoderOut> outs; argument
116 void ToJson(cJSON *jsonObject, const VideoEncoder &videoEncoder); argument
/foundation/distributedhardware/distributed_hardware_fwk/utils/include/
Dhistreamer_ability_parser.h316 struct VideoEncoder { struct
318 std::vector<VideoEncoderIn> ins; argument
319 std::vector<VideoEncoderOut> outs; argument
324 void FromJson(const cJSON *jsonObject, VideoEncoder &videoEncoder); argument
/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
Dvideo_encoder.cpp34 VideoEncoder::VideoEncoder(VideoCodecType type) : videoCodecType_(type) in VideoEncoder() function in OHOS::CameraStandard::VideoEncoder