Searched refs:nonContig (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libmedia/
H A DAudioRecord.cpp622 struct timespec *elapsed, size_t *nonContig)
681 if (nonContig != NULL) {
682 *nonContig = buffer.mNonContig;
902 size_t nonContig; local
903 status_t err = obtainBuffer(&audioBuffer, requested, NULL, &nonContig);
907 size_t avail = audioBuffer.frameCount + nonContig;
909 mRemainingFrames, avail, audioBuffer.frameCount, nonContig, err);
967 if (mRemainingFrames <= nonContig) {
621 obtainBuffer(Buffer* audioBuffer, const struct timespec *requested, struct timespec *elapsed, size_t *nonContig) argument
H A DAudioTrack.cpp1292 struct timespec *elapsed, size_t *nonContig)
1357 if (nonContig != NULL) {
1358 *nonContig = buffer.mNonContig;
1742 size_t nonContig; local
1743 status_t err = obtainBuffer(&audioBuffer, requested, NULL, &nonContig);
1747 size_t avail = audioBuffer.frameCount + nonContig;
1749 mRemainingFrames, avail, audioBuffer.frameCount, nonContig, err);
1820 if (mRemainingFrames <= nonContig) {
1291 obtainBuffer(Buffer* audioBuffer, const struct timespec *requested, struct timespec *elapsed, size_t *nonContig) argument
/frameworks/av/include/media/
H A DAudioRecord.h365 /* If nonContig is non-NULL, it is an output parameter that will be set to the number of
372 struct timespec *elapsed = NULL, size_t *nonContig = NULL);
H A DAudioTrack.h530 /* If nonContig is non-NULL, it is an output parameter that will be set to the number of
537 struct timespec *elapsed = NULL, size_t *nonContig = NULL);

Completed in 65 milliseconds