Home
last modified time | relevance | path

Searched refs:videoTrackInfo (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/media_foundation/engine/scene/player/standard/
H A Dhiplayer_impl.cpp387 Format videoTrackInfo {}; in GetVideoTrackInfo()
388 (void)videoTrackInfo.PutStringValue("codec_mime", mime); in GetVideoTrackInfo()
389 (void)videoTrackInfo.PutIntValue("track_type", MediaType::MEDIA_TYPE_VID); in GetVideoTrackInfo()
391 (void)videoTrackInfo.PutIntValue("track_index", static_cast<int32_t>(trackIndex)); in GetVideoTrackInfo()
396 (void)videoTrackInfo.PutIntValue("bitrate", static_cast<int32_t>(bitRate)); in GetVideoTrackInfo()
401 (void)videoTrackInfo.PutIntValue("frame_rate", static_cast<int32_t>(frameRate)); in GetVideoTrackInfo()
406 (void)videoTrackInfo.PutIntValue("height", static_cast<int32_t>(height)); in GetVideoTrackInfo()
411 (void)videoTrackInfo.PutIntValue("width", static_cast<int32_t>(width)); in GetVideoTrackInfo()
415 videoTrack.push_back(videoTrackInfo); in GetVideoTrackInfo()
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_impl.cpp1413 std::vector<Format> videoTrackInfo; in InitVideoWidthAndHeight() local
1414 GetVideoTrackInfo(videoTrackInfo); in InitVideoWidthAndHeight()
1415 if (videoTrackInfo.size() == 0) { in InitVideoWidthAndHeight()
1416 MEDIA_LOG_E_SHORT("InitVideoWidthAndHeight failed, as videoTrackInfo is empty!"); in InitVideoWidthAndHeight()
1419 for (auto& videoTrack : videoTrackInfo) { in InitVideoWidthAndHeight()
1741 Format videoTrackInfo {}; in GetVideoTrackInfo()
1743 videoTrackInfo.PutStringValue("codec_mime", mime); in GetVideoTrackInfo()
1744 videoTrackInfo.PutIntValue("track_type", static_cast<int32_t>(OHOS::Media::Plugins::MediaType::VIDEO)); in GetVideoTrackInfo()
1745 videoTrackInfo.PutIntValue("track_index", trackIndex); in GetVideoTrackInfo()
1749 videoTrackInfo in GetVideoTrackInfo()
[all...]

Completed in 6 milliseconds