OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasBufferAvailable
(Results
1 - 9
of
9
) sorted by null
/frameworks/av/media/libstagefright/mpeg2ts/
AnotherPacketSource.h
46
bool
hasBufferAvailable
(status_t *finalResult);
MPEG2TSExtractor.cpp
95
while (!mImpl->
hasBufferAvailable
(&finalResult)) {
AnotherPacketSource.cpp
256
bool AnotherPacketSource::
hasBufferAvailable
(status_t *finalResult) {
MPEG2PSExtractor.cpp
611
while (!mSource->
hasBufferAvailable
(&finalResult)) {
/frameworks/av/media/libmediaplayerservice/nuplayer/
StreamingSource.cpp
168
if (!source->
hasBufferAvailable
(&finalResult)) {
GenericSource.cpp
174
if (!track->mPackets->
hasBufferAvailable
(&finalResult)) {
RTSPSource.cpp
214
if (!source->
hasBufferAvailable
(&finalResult)) {
223
!otherSource->
hasBufferAvailable
(&otherFinalResult) &&
/frameworks/av/media/libstagefright/httplive/
LiveSession.cpp
118
if (!packetSource->
hasBufferAvailable
(&finalResult)) {
[
all
...]
PlaylistFetcher.cpp
[
all
...]
Completed in 59 milliseconds