Lines Matching defs:it
50 #Use deep buffer for PCM data with video (it is generally enabled for audio-only)
211 // get playback settings used by audiosink, as it may be
452 // Let's give it more data after about half that time
774 List<QueueEntry>::iterator it = mAudioQueue.begin(), itEOS = it;
776 while (it != mAudioQueue.end()) {
778 QueueEntry *entry = &*it++;
781 itEOS = it;
788 for (it = mAudioQueue.begin(); it != itEOS; it++) {
789 if (it->mBuffer == NULL) {
791 notifyEOS(true /* audio */, it->mFinalResult);
793 it->mNotifyConsumed->post();
816 // to post these now as NuPlayerDecoder might be waiting for it.
905 // It may return with a short count when:
913 // Must be a multiple of the frame size. If it is not a multiple of a frame size, it
946 // TODO: remove the (int32_t) casting below as it may overflow at 12.4 hours.
1482 // configure audiosink as we did not do it when pausing
1522 // as it acquires locks and may query the audio driver.
1712 // We don't want to do this for PCM because it
1755 // Note: It is possible to set up the callback, but not use it to send audio data.