Searched refs:timeoutUsec (Results 1 – 2 of 2) sorted by relevance
90 status_t FrameOutput::copyFrame(FILE* fp, long timeoutUsec, bool rawFrames) { in copyFrame() argument92 ALOGV("copyFrame %ld\n", timeoutUsec); in copyFrame()95 nsecs_t timeoutNsec = (nsecs_t)timeoutUsec * 1000; in copyFrame()
48 status_t copyFrame(FILE* fp, long timeoutUsec, bool rawFrames);