Searched refs:updateFrontAndNRPTS (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libnbaio/
H A DMonoPipeReader.cpp64 mPipe->updateFrontAndNRPTS(mPipe->mFront, nextReadPTS);
83 mPipe->updateFrontAndNRPTS(red + mPipe->mFront, nextReadPTS);
H A DMonoPipe.cpp251 void MonoPipe::updateFrontAndNRPTS(int32_t newFront, int64_t newNextRdPTS) function in class:android::MonoPipe
/frameworks/av/include/media/nbaio/
H A DMonoPipe.h111 void updateFrontAndNRPTS(int32_t newFront, int64_t newNextRdPTS);
121 volatile int32_t mFront; // written by the reader with updateFrontAndNRPTS, observed by
125 volatile int64_t mNextRdPTS; // written by the reader with updateFrontAndNRPTS, observed by

Completed in 73 milliseconds