Searched refs:sendSubtitleData (Results 1 – 4 of 4) sorted by relevance
335 void sendSubtitleData(const sp<ABuffer> &buffer, int32_t baseIndex);
2644 sendSubtitleData(buffer, 0 /* baseIndex */); in onSourceNotify()2731 sendSubtitleData(buffer, inbandTracks); in onClosedCaptionNotify()2749 void NuPlayer::sendSubtitleData(const sp<ABuffer> &buffer, int32_t baseIndex) { in sendSubtitleData() function in android::NuPlayer
332 void sendSubtitleData(const sp<ABuffer> &buffer, int32_t baseIndex);
2737 sendSubtitleData(buffer, 0 /* baseIndex */); in onSourceNotify()2824 sendSubtitleData(buffer, inbandTracks); in onClosedCaptionNotify()2842 void NuPlayer2::sendSubtitleData(const sp<ABuffer> &buffer, int32_t baseIndex) { in sendSubtitleData() function in android::NuPlayer2