Searched refs:streamsInfo (Results 1 – 3 of 3) sorted by relevance
173 std::vector<std::shared_ptr<Meta>> streamsInfo = demuxerEngine->GetStreamMetaInfo(); in GetTrackFormat() local174 CHECK_AND_RETURN_RET_LOG(trackIndex < streamsInfo.size(), AVCS_ERR_INVALID_VAL, in GetTrackFormat()175 "Just have %{public}zu tracks. index is out of range", streamsInfo.size()); in GetTrackFormat()177 bool set = format.SetMeta(streamsInfo[trackIndex]); in GetTrackFormat()
634 std::vector<BluetoothA2dpStreamInfo> streamsInfo = {}; in A2dpOffloadSessionRequest() local641 streamsInfo.push_back(streamInfo); in A2dpOffloadSessionRequest()643 return proxy->A2dpOffloadSessionPathRequest(RawAddress(device.GetDeviceAddr()), streamsInfo); in A2dpOffloadSessionRequest()
452 auto streamsInfo = ABILITY_MODE_CONFIGS.GetDatas(); in MockHCameraHostManager() local455 … OHOS_ABILITY_STREAM_AVAILABLE_BASIC_CONFIGURATIONS, streamsInfo.data(), streamsInfo.size()); in MockHCameraHostManager()458 … OHOS_ABILITY_STREAM_AVAILABLE_EXTEND_CONFIGURATIONS, streamsInfo.data(), streamsInfo.size()); in MockHCameraHostManager()