Home
last modified time | relevance | path

Searched refs:s32VideoStreamIndex (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/include/
H A Dhi_demuxer.h65 int32_t s32VideoStreamIndex; /**< the index of the video stream */ member
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/source/
H A Dplayer_demux.cpp215 … fileInfo.stSteamResolution[index].s32VideoStreamIndex = programInfo->track[j].trackId; in GetFileInfo()
224 fileInfo.stSteamResolution[index].s32VideoStreamIndex = -1; in GetFileInfo()
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/
H A Dplayer_impl.cpp179 resolution->u32Height, resolution->s32VideoStreamIndex); in ShowFileInfo()
261 …if (formatFileInfo_.stSteamResolution[i].s32VideoStreamIndex == formatFileInfo_.s32UsedVideoStream… in ReportVideoSizeChange()
337 if (resolution->s32VideoStreamIndex == mediaAttr_.s32VidStreamId) { in SetMediaStream()
631 …if (formatFileInfo_.stSteamResolution[i].s32VideoStreamIndex == formatFileInfo_.s32UsedVideoStream… in GetVideoWidth()
656 …if (formatFileInfo_.stSteamResolution[i].s32VideoStreamIndex == formatFileInfo_.s32UsedVideoStream… in GetVideoHeight()
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/
H A Dliteplayer.cpp136 if (info.stSteamResolution[i].s32VideoStreamIndex == info.s32UsedVideoStreamIndex) { in GetCurVideoSolution()
912 if (fmtFileInfo_.stSteamResolution[i].s32VideoStreamIndex == streamIdx) { in GetVideoResolution()
914 resolution.s32VideoStreamIndex = fmtFileInfo_.stSteamResolution[i].s32VideoStreamIndex; in GetVideoResolution()