Home
last modified time | relevance | path

Searched defs:VideoDecoder (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.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
/foundation/distributedhardware/distributed_hardware_fwk/utils/include/
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
/foundation/multimedia/player_framework/frameworks/native/video_editor/codec/video/decoder/
Dvideo_decoder.cpp29 VideoDecoder::VideoDecoder(uint64_t id, const CodecOnInData& cb, in VideoDecoder() function in OHOS::Media::VideoDecoder