HomeSort by relevance Sort by last modified time
    Searched refs:mRTSPController (Results 1 - 4 of 4) sorted by null

  /frameworks/media/libvideoeditor/lvpp/
PreviewPlayerBase.cpp 474 if (mRTSPController != NULL) {
475 mRTSPController->disconnect();
476 mRTSPController.clear();
534 if (mRTSPController != NULL) {
535 *durationUs = mRTSPController->getQueueDurationUs(eos);
644 (mRTSPController != NULL) ? kHighWaterMarkRTSPUs : kHighWaterMarkUs;
1102 if (mRTSPController != NULL) {
1103 *positionUs = mRTSPController->getNormalPlayTimeUs();
    [all...]
PreviewPlayerBase.h 219 sp<ARTSPController> mRTSPController;
  /frameworks/base/media/libstagefright/
AwesomePlayer.cpp 537 if (mRTSPController != NULL) {
538 mRTSPController->disconnect();
539 mRTSPController.clear();
615 if (mRTSPController != NULL) {
616 *durationUs = mRTSPController->getQueueDurationUs(eos);
755 (mRTSPController != NULL) ? kHighWaterMarkRTSPUs : kHighWaterMarkUs;
    [all...]
  /frameworks/base/media/libstagefright/include/
AwesomePlayer.h 237 sp<ARTSPController> mRTSPController;

Completed in 17 milliseconds