Searched refs:inputbuf (Results 1 – 2 of 2) sorted by relevance
929 uint8_t *inputbuf = (uint8_t *)sEncodeOp.s_inp_buf.apv_bufs[0]; in encodeFrames() local932 [=, &inputbuf](const bufferPtrs &buf) { return std::get<0>(buf) == inputbuf; }); in encodeFrames()
348 static int sgetc(const char *inputbuf, int *offsetptr) in sgetc() argument352 if ((c = inputbuf[*offsetptr]) != 0) { in sgetc()371 static char *slgets(char *buf, int buflen, const char *inputbuf, int *offsetptr) in slgets() argument377 while ((--buflen > 0) && ((c = sgetc(inputbuf, offsetptr)) >= 0)) { in slgets()386 while ((c = sgetc(inputbuf, offsetptr)) >= 0) { in slgets()