Home
last modified time | relevance | path

Searched refs:dropFrameBuffer (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/include/camera/
DProCamera.h242 int dropFrameBuffer(int streamId, int count);
/frameworks/av/camera/
DProCamera.cpp364 int ProCamera::dropFrameBuffer(int streamId, int count) { in dropFrameBuffer() function in android::ProCamera
/frameworks/av/camera/tests/
DProCameraTests.cpp1140 EXPECT_EQ(numFrames-1, mCamera->dropFrameBuffer(streamId, numFrames-1)); in TEST_F()