Home
last modified time | relevance | path

Searched defs:VideoDecoder (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/include/
H A Dhistreamer_ability_querier.h131 struct VideoDecoder { struct
133 std::vector<VideoDecoderIn> ins; argument
134 std::vector<VideoDecoderOut> outs; argument
143 void ToJson(cJSON *jsonObject, const VideoDecoder &videoDecoder); argument
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/
H A D_video_decoder.md1 # VideoDecoder chapter
/ohos5.0/docs/zh-cn/application-dev/reference/apis-avcodec-kit/
H A D_video_decoder.md1 # VideoDecoder chapter
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/utils/include/
H A Dhistreamer_ability_parser.h338 struct VideoDecoder { struct
340 std::vector<VideoDecoderIn> ins; argument
341 std::vector<VideoDecoderOut> outs; argument
346 void FromJson(const cJSON *jsonObject, VideoDecoder &videoDecoder); argument