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

/frameworks/base/media/jni/soundpool/
H A DSoundPool.cpp539 ssize_t bufidx = AMediaCodec_dequeueInputBuffer(codec, 5000); local
540 ALOGV("input buffer %zd", bufidx);
541 if (bufidx >= 0) {
543 uint8_t *buf = AMediaCodec_getInputBuffer(codec, bufidx, &bufsize);
553 AMediaCodec_queueInputBuffer(codec, bufidx,

Completed in 56 milliseconds