Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/frameworks/native/avsource/
H A Davsource_impl.cpp175 std::vector<std::shared_ptr<Meta>> streamsInfo = mediaDemuxer->GetStreamMetaInfo(); in GetTrackFormat() local
176 CHECK_AND_RETURN_RET_LOG(trackIndex < streamsInfo.size(), AVCS_ERR_INVALID_VAL, in GetTrackFormat()
177 "Just have %{public}zu tracks. index is out of range", streamsInfo.size()); in GetTrackFormat()
179 bool set = format.SetMeta(streamsInfo[trackIndex]); in GetTrackFormat()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_a2dp_src.cpp631 std::vector<BluetoothA2dpStreamInfo> streamsInfo = {}; in A2dpOffloadSessionRequest() local
638 streamsInfo.push_back(streamInfo); in A2dpOffloadSessionRequest()
640 return proxy->A2dpOffloadSessionPathRequest(RawAddress(device.GetDeviceAddr()), streamsInfo); in A2dpOffloadSessionRequest()
/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()
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()

Completed in 17 milliseconds