Searched refs:nonContig (Results 1 - 4 of 4) sorted by relevance
/frameworks/av/media/libmedia/ |
H A D | AudioRecord.cpp | 566 struct timespec *elapsed, size_t *nonContig) 620 if (nonContig != NULL) { 621 *nonContig = buffer.mNonContig; 841 size_t nonContig; local 842 status_t err = obtainBuffer(&audioBuffer, requested, NULL, &nonContig); 846 size_t avail = audioBuffer.frameCount + nonContig; 848 mRemainingFrames, avail, audioBuffer.frameCount, nonContig); 906 if (mRemainingFrames <= nonContig) { 565 obtainBuffer(Buffer* audioBuffer, const struct timespec *requested, struct timespec *elapsed, size_t *nonContig) argument
|
H A D | AudioTrack.cpp | 1147 struct timespec *elapsed, size_t *nonContig) 1212 if (nonContig != NULL) { 1213 *nonContig = buffer.mNonContig; 1585 size_t nonContig; local 1586 status_t err = obtainBuffer(&audioBuffer, requested, NULL, &nonContig); 1590 size_t avail = audioBuffer.frameCount + nonContig; 1592 mRemainingFrames, avail, audioBuffer.frameCount, nonContig, err); 1664 if (mRemainingFrames <= nonContig) { 1146 obtainBuffer(Buffer* audioBuffer, const struct timespec *requested, struct timespec *elapsed, size_t *nonContig) argument
|
/frameworks/av/include/media/ |
H A D | AudioRecord.h | 349 /* If nonContig is non-NULL, it is an output parameter that will be set to the number of 356 struct timespec *elapsed = NULL, size_t *nonContig = NULL);
|
H A D | AudioTrack.h | 521 /* If nonContig is non-NULL, it is an output parameter that will be set to the number of 528 struct timespec *elapsed = NULL, size_t *nonContig = NULL);
|
Completed in 38 milliseconds