Searched refs:updateFrontAndNRPTS (Results 1 - 3 of 3) sorted by last modified time

/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
/frameworks/av/media/libnbaio/
H A DMonoPipe.cpp251 void MonoPipe::updateFrontAndNRPTS(int32_t newFront, int64_t newNextRdPTS) function in class:android::MonoPipe
H A DMonoPipeReader.cpp64 mPipe->updateFrontAndNRPTS(mPipe->mFront, nextReadPTS);
83 mPipe->updateFrontAndNRPTS(red + mPipe->mFront, nextReadPTS);

Completed in 91 milliseconds