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

  /frameworks/av/include/media/
AudioRecord.h 42 EVENT_MORE_DATA = 0, // Request to read more data from PCM buffer.
53 * and releaseBuffer(). See also callback_t for EVENT_MORE_DATA.
85 * - EVENT_MORE_DATA: pointer to AudioRecord::Buffer struct. The callback must not read
113 TRANSFER_CALLBACK, // callback EVENT_MORE_DATA
324 * which should use read() or callback EVENT_MORE_DATA instead.
AudioTrack.h 49 EVENT_MORE_DATA = 0, // Request to write more data to buffer.
72 * and releaseBuffer(). See also callback_t for EVENT_MORE_DATA.
105 * - EVENT_MORE_DATA: pointer to AudioTrack::Buffer struct. The callback must not write
136 TRANSFER_CALLBACK, // callback EVENT_MORE_DATA
151 * Data to be rendered is supplied by write() or by the callback EVENT_MORE_DATA.
152 * Intermixing a combination of write() and non-ignored EVENT_MORE_DATA is not allowed.
496 * which should use write() or callback EVENT_MORE_DATA instead.
    [all...]
  /frameworks/av/media/libstagefright/
AudioSource.cpp 36 case AudioRecord::EVENT_MORE_DATA: {
AudioPlayer.cpp 439 case AudioTrack::EVENT_MORE_DATA:
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorPlayer.cpp 545 if (event != AudioTrack::EVENT_MORE_DATA) {
VideoEditorAudioPlayer.cpp 309 if (event != AudioTrack::EVENT_MORE_DATA) {
  /frameworks/wilhelm/src/android/
AudioRecorder_to_android.cpp 218 case android::AudioRecord::EVENT_MORE_DATA: {
AudioPlayer_to_android.cpp     [all...]
  /frameworks/av/media/libmedia/
SoundPool.cpp 695 if (event == AudioTrack::EVENT_MORE_DATA) {
711 if (event == AudioTrack::EVENT_MORE_DATA) {
AudioRecord.cpp 823 // If not supplying data by EVENT_MORE_DATA, then we're done
870 mCbf(EVENT_MORE_DATA, mUserData, &audioBuffer);
875 ALOGE("EVENT_MORE_DATA requested %u bytes but callback returned %d bytes",
899 // FIXME here is where we would repeat EVENT_MORE_DATA again on same advanced buffer
911 // This heuristic tries to collapse a series of EVENT_MORE_DATA that would total to a
912 // sum <= notificationFrames. It replaces that series by at most two EVENT_MORE_DATA
AudioTrack.cpp     [all...]
ToneGenerator.cpp     [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp     [all...]

Completed in 596 milliseconds