Searched refs:hasBufferAvailable (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.h46 bool hasBufferAvailable(status_t *finalResult);
H A DMPEG2TSExtractor.cpp95 while (!mImpl->hasBufferAvailable(&finalResult)) {
H A DAnotherPacketSource.cpp297 bool AnotherPacketSource::hasBufferAvailable(status_t *finalResult) { function in class:android::AnotherPacketSource
H A DMPEG2PSExtractor.cpp614 while (!mSource->hasBufferAvailable(&finalResult)) {
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp907 if (packets->hasBufferAvailable(&avail)) {
1013 if (!track->mPackets->hasBufferAvailable(&finalResult)) {
1024 if (!track->mPackets->hasBufferAvailable(&finalResult)) {
1050 && !mSubtitleTrack.mPackets->hasBufferAvailable(&eosResult)) {
1058 && !mTimedTextTrack.mPackets->hasBufferAvailable(&eosResult)) {
1265 && !mSubtitleTrack.mPackets->hasBufferAvailable(&eosResult)) {
1273 && !mTimedTextTrack.mPackets->hasBufferAvailable(&eosResult)) {
H A DStreamingSource.cpp241 if (!source->hasBufferAvailable(&finalResult)) {
H A DRTSPSource.cpp208 if (!source->hasBufferAvailable(&finalResult)) {
217 !otherSource->hasBufferAvailable(&otherFinalResult) &&
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp130 if (discontinuityQueue->hasBufferAvailable(&finalResult)) {
149 if (!packetSource->hasBufferAvailable(&finalResult)) {
198 if (otherSource != NULL && !otherSource->hasBufferAvailable(&finalResult)) {
H A DPlaylistFetcher.cpp1262 while (source->hasBufferAvailable(&finalResult)
1387 while (mVideoBuffer->hasBufferAvailable(&status)) {

Completed in 155 milliseconds