Home
last modified time | relevance | path

Searched refs:GetFreeVideoSourceID (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/media_lite/services/recorder_lite/impl/include/
H A Drecorder_impl.h95 int32_t GetFreeVideoSourceID(int32_t &sourceId, uint32_t &freeIndex);
/ohos5.0/foundation/multimedia/media_lite/services/recorder_lite/impl/src/
H A Drecorder_impl.cpp157 int32_t RecorderImpl::GetFreeVideoSourceID(int32_t &sourceId, uint32_t &freeIndex) in GetFreeVideoSourceID() function in OHOS::Media::RecorderImpl
242 int32_t ret = GetFreeVideoSourceID(sourceId, freeIndex); in SetVideoSource()