Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api2/
DHeicCompositeStream.h191 status_t processAppSegment(int64_t frameNumber, InputFrame &inputFrame);
DHeicCompositeStream.cpp874 res = processAppSegment(frameNumber, inputFrame); in processInputFrame()
966 status_t HeicCompositeStream::processAppSegment(int64_t frameNumber, InputFrame &inputFrame) { in processAppSegment() function in android::camera3::HeicCompositeStream