Home
last modified time | relevance | path

Searched refs:streamsInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/frameworks/native/avsource/
H A Davsource_impl.cpp173 std::vector<std::shared_ptr<Meta>> streamsInfo = demuxerEngine->GetStreamMetaInfo(); in GetTrackFormat() local
174 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()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_a2dp_src.cpp634 std::vector<BluetoothA2dpStreamInfo> streamsInfo = {}; in A2dpOffloadSessionRequest() local
641 streamsInfo.push_back(streamInfo); in A2dpOffloadSessionRequest()
643 return proxy->A2dpOffloadSessionPathRequest(RawAddress(device.GetDeviceAddr()), streamsInfo); in A2dpOffloadSessionRequest()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp452 auto streamsInfo = ABILITY_MODE_CONFIGS.GetDatas(); in MockHCameraHostManager() local
455 … 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()