OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getQueueDurationUs
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/media/libstagefright/include/
ARTSPController.h
47
int64_t
getQueueDurationUs
(bool *eos);
/frameworks/base/media/libstagefright/rtsp/
APacketSource.h
53
int64_t
getQueueDurationUs
(bool *eos);
ARTSPController.cpp
192
int64_t ARTSPController::
getQueueDurationUs
(bool *eos) {
200
int64_t queuedDurationUs = source->
getQueueDurationUs
(&newEOS);
APacketSource.cpp
710
int64_t APacketSource::
getQueueDurationUs
(bool *eos) {
/frameworks/media/libvideoeditor/lvpp/
PreviewPlayerBase.cpp
535
*durationUs = mRTSPController->
getQueueDurationUs
(eos);
[
all
...]
/frameworks/base/media/libstagefright/
AwesomePlayer.cpp
616
*durationUs = mRTSPController->
getQueueDurationUs
(eos);
[
all
...]
Completed in 946 milliseconds