Home
last modified time | relevance | path

Searched refs:getCompositeStreamInfo (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api2/
DDepthCompositeStream.h68 static status_t getCompositeStreamInfo(const OutputStreamInfo &streamInfo,
DHeicCompositeStream.h75 static status_t getCompositeStreamInfo(const OutputStreamInfo &streamInfo,
DDepthCompositeStream.cpp868 status_t DepthCompositeStream::getCompositeStreamInfo(const OutputStreamInfo &streamInfo, in getCompositeStreamInfo() function in android::camera3::DepthCompositeStream
DHeicCompositeStream.cpp332 status_t HeicCompositeStream::getCompositeStreamInfo(const OutputStreamInfo &streamInfo, in getCompositeStreamInfo() function in android::camera3::HeicCompositeStream
/frameworks/av/services/camera/libcameraservice/utils/
DSessionConfigurationUtils.cpp672 ret = camera3::DepthCompositeStream::getCompositeStreamInfo(streamInfo, in convertToHALStreamCombination()
675 ret = camera3::HeicCompositeStream::getCompositeStreamInfo(streamInfo, in convertToHALStreamCombination()