Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/include/
H A 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
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/
H A D_video_encoder.md1 # VideoEncoder chapter
/ohos5.0/docs/zh-cn/application-dev/reference/apis-avcodec-kit/
H A D_video_encoder.md1 # VideoEncoder chapter
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/utils/include/
H A 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
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H A Dvideo_encoder.cpp34 VideoEncoder::VideoEncoder(VideoCodecType type) : videoCodecType_(type) in VideoEncoder() function in OHOS::CameraStandard::VideoEncoder