Searched refs:videoTrackInfo (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/standard/ |
H A D | hiplayer_impl.cpp | 387 Format videoTrackInfo {}; in GetVideoTrackInfo() local 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()
|
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/player/ |
H A D | hiplayer_impl.cpp | 1476 std::vector<Format> videoTrackInfo; in InitVideoWidthAndHeight() local 1477 GetVideoTrackInfo(videoTrackInfo); in InitVideoWidthAndHeight() 1478 if (videoTrackInfo.size() == 0) { in InitVideoWidthAndHeight() 1485 for (auto& videoTrack : videoTrackInfo) { in InitVideoWidthAndHeight() 1811 Format videoTrackInfo {}; in GetVideoTrackInfo() local 1825 videoTrackInfo.PutIntValue("height", height); in GetVideoTrackInfo() 1828 videoTrackInfo.PutIntValue("width", width); in GetVideoTrackInfo() 1837 videoTrackInfo.PutIntValue("hdr_type", 1); in GetVideoTrackInfo() 1840 videoTrackInfo.PutIntValue("hdr_type", 0); in GetVideoTrackInfo() 2687 Format videoTrackInfo {}; in HandleVideoTrackChangeEvent() local [all …]
|