Searched defs:in_buf (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/
H A DSimpleDecodingSource.cpp270 MediaBufferBase *in_buf; local
272 in_buf = NULL;
274 res = mSource->read(&in_buf, options);
277 if (in_buf != NULL) {
278 in_buf->release();
279 in_buf = NULL;
302 if (in_buf == NULL) { // should not happen
304 } else if (in_buf->range_length() != 0) {
307 in_buf->release();
310 if (in_buf !
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Dvad1.cpp2230 in_buf -- array of type Word16 -- samples of the input frame
2290 Word16 in_buf[], /* i : samples of the input frame */
2303 pow_sum = L_mac(pow_sum, in_buf[i-LOOKAHEAD], in_buf[i-LOOKAHEAD], pOverflow);
2325 filter_bank(st, in_buf, level, pOverflow);
2288 vad1( vadState1 *st, Word16 in_buf[], Flag *pOverflow ) argument

Completed in 71 milliseconds