Searched refs:HEVC (Results 1 - 17 of 17) sorted by relevance
/foundation/multimedia/media_foundation/src/common/ |
H A D | plugin_video_tags.h | 81 HEVC, // H265 bit stream format member
|
H A D | plugin_attr_desc.h | 211 {VideoBitStreamFormat::HEVC, "HEVC"},
|
/foundation/multimedia/media_foundation/engine/include/plugin/common/ |
H A D | plugin_video_tags.h | 81 HEVC, // H265 bit stream format member
|
H A D | plugin_attr_desc.h | 211 {VideoBitStreamFormat::HEVC, "HEVC"},
|
/foundation/multimedia/media_utils_lite/interfaces/kits/ |
H A D | media_info.h | 166 /** High Efficiency Video Coding (HEVC) */ 167 HEVC = 5, enumerator
|
/foundation/multimedia/media_lite/services/recorder_lite/impl/include/ |
H A D | recorder_source.h | 47 VideoCodecFormat videoFormat = HEVC;
|
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/ |
H A D | stream_parser_manager.cpp | 38 streamType_ = StreamType::HEVC; in StreamParserManager() 57 if (streamType == StreamType::HEVC) { in Init()
|
H A D | stream_parser_manager.h | 29 HEVC = 0, enumerator
|
/foundation/multimedia/media_foundation/interface/inner_api/meta/ |
H A D | video_types.h | 88 HEVC, // H265 bit stream format member
|
/foundation/distributedhardware/distributed_hardware_fwk/utils/include/ |
H A D | histreamer_ability_parser.h | 251 HEVC, // H265 bit stream format member
|
/foundation/distributedhardware/distributed_hardware_fwk/utils/test/unittest/common/histreamer_ability_parser/ |
H A D | histreamer_ability_parser_test.cpp | 386 VideoBitStreamFormat::HEVC, in HWTEST_F()
|
/foundation/multimedia/media_lite/services/recorder_lite/impl/src/ |
H A D | recorder_impl.cpp | 57 config.videoFormat = HEVC; in SetDefaultVideoConfig() 268 if (encoder != VIDEO_DEFAULT && encoder != H264 && encoder != HEVC) { in SetVideoEncoder() 873 case HEVC: in GetVideoTrackSource()
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/demuxer/ |
H A D | ffmpeg_demuxer_plugin.cpp | 516 std::vector<VideoBitStreamFormat>{VideoBitStreamFormat::HEVC, VideoBitStreamFormat::ANNEXB}); in ParseMediaData()
|
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/test/unittest/common/src/ |
H A D | histreamer_ability_querier_test.cpp | 607 VideoBitStreamFormat::HEVC, in HWTEST_F()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/muxer/ |
H A D | ffmpeg_muxer_plugin.cpp | 709 hevcParser_ = StreamParserManager::Create(StreamType::HEVC); in AddTrack()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/ |
H A D | ffmpeg_demuxer_plugin.cpp | 81 { AV_CODEC_ID_HEVC, StreamType::HEVC },
|
/foundation/multimedia/camera_lite/test/unittest/ |
H A D | camera_lite_test.cpp | 154 VideoCodecFormat encoder = HEVC; in SampleCreateRecorder()
|
Completed in 25 milliseconds