HomeSort by relevance Sort by last modified time
    Searched refs:surfaceIds (Results 1 - 13 of 13) sorted by null

  /frameworks/av/services/camera/libcameraservice/device3/
Camera3OutputStreamInterface.h 70 * Query the unique surface IDs of current surfaceIds.
78 virtual status_t getUniqueSurfaceIds(const std::vector<size_t>& surfaceIds,
Camera3SharedOutputStream.cpp 161 const std::vector<size_t>& surfaceIds) {
172 res = attachBufferToSplitterLocked(anb, surfaceIds);
198 std::vector<size_t> surfaceIds;
203 surfaceIds.push_back(i);
214 res = attachBufferToSplitterLocked(buffer, surfaceIds);
319 const std::vector<size_t>& surfaceIds,
322 if (outUniqueIds == nullptr || surfaceIds.size() > kMaxOutputs) {
327 outUniqueIds->reserve(surfaceIds.size());
329 for (const auto& surfaceId : surfaceIds) {
Camera3SharedOutputStream.h 55 * Query the unique surface IDs of current surfaceIds.
60 virtual status_t getUniqueSurfaceIds(const std::vector<size_t>& surfaceIds,
Camera3Device.h 116 std::vector<int> *surfaceIds = nullptr,
123 std::vector<int> *surfaceIds = nullptr,
181 std::vector<int> *surfaceIds /*out*/) override;
    [all...]
Camera3Device.cpp     [all...]
  /frameworks/av/services/camera/libcameraservice/api2/
CompositeStream.h 47 std::vector<int> *surfaceIds, int streamSetId, bool isShared);
55 std::vector<int> *surfaceIds, int streamSetId, bool isShared) = 0;
CompositeStream.cpp 50 std::vector<int> * surfaceIds, int streamSetId, bool isShared) {
70 physicalCameraId, surfaceIds, streamSetId, isShared);
DepthCompositeStream.h 54 std::vector<int> *surfaceIds, int streamSetId, bool isShared) override;
HeicCompositeStream.h 48 std::vector<int> *surfaceIds, int streamSetId, bool isShared) override;
DepthCompositeStream.cpp 504 std::vector<int> *surfaceIds, int /*streamSetId*/, bool /*isShared*/) {
532 id, physicalCameraId, surfaceIds);
535 mBlobSurfaceId = (*surfaceIds)[0];
CameraDeviceClient.cpp     [all...]
HeicCompositeStream.cpp 117 std::vector<int> *surfaceIds, int /*streamSetId*/, bool /*isShared*/) {
143 kAppSegmentDataSpace, rotation, &mAppSegmentStreamId, physicalCameraId, surfaceIds);
145 mAppSegmentSurfaceId = (*surfaceIds)[0];
    [all...]
  /frameworks/av/services/camera/libcameraservice/common/
CameraDeviceBase.h 138 std::vector<int> *surfaceIds = nullptr,
153 std::vector<int> *surfaceIds = nullptr,
371 const std::vector<sp<Surface>>& consumers, std::vector<int> *surfaceIds /*out*/) = 0;

Completed in 759 milliseconds