Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/camera/libcameraservice/api2/
H A DHeicCompositeStream.h194 status_t processOneCodecOutputFrame(int64_t frameNumber, InputFrame &inputFrame);
H A DHeicCompositeStream.cpp886 res = processOneCodecOutputFrame(frameNumber, inputFrame); in processInputFrame()
1086 status_t HeicCompositeStream::processOneCodecOutputFrame(int64_t frameNumber, in processOneCodecOutputFrame() function in android::camera3::HeicCompositeStream