Searched refs:streamIdx (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/ |
H A D | ffmpeg_reference_parser.cpp | 87 …int32_t streamIdx = av_find_best_stream(formatContext_.get(), AVMEDIA_TYPE_VIDEO, -1, -1, nullptr,… in GetVideoStream() local 88 …FALSE_RETURN_V_MSG_E(streamIdx >= 0 && streamIdx < static_cast<int32_t>(formatContext_->nb_streams… in GetVideoStream() 90 streamIdx, formatContext_->nb_streams); in GetVideoStream() 91 parserRefVideoStreamIdx_ = streamIdx; in GetVideoStream()
|
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/ |
H A D | liteplayer.h | 143 int32_t GetVideoResolution(int32_t streamIdx, StreamResolution &resolution);
|
H A D | liteplayer.cpp | 904 int32_t PlayerControl::GetVideoResolution(int32_t streamIdx, StreamResolution &resolution) in GetVideoResolution() argument 906 if (streamIdx == HI_DEMUXER_NO_MEDIA_STREAM) { in GetVideoResolution() 907 MEDIA_ERR_LOG("stream id [%d] in invalid", streamIdx); in GetVideoResolution() 912 if (fmtFileInfo_.stSteamResolution[i].s32VideoStreamIndex == streamIdx) { in GetVideoResolution() 921 MEDIA_ERR_LOG("not found stream[%d] in file", streamIdx); in GetVideoResolution()
|