Home
last modified time | relevance | path

Searched refs:G723_16_BYTES_PER_BLOCK (Results 1 – 2 of 2) sorted by relevance

/third_party/libsnd/src/G72x/
Dg72x.c147 *blocksize = G723_16_BYTES_PER_BLOCK ; in g72x_reader_init()
150 pstate->blocksize = G723_16_BYTES_PER_BLOCK ; in g72x_reader_init()
201 *blocksize = G723_16_BYTES_PER_BLOCK ; in g72x_writer_init()
204 pstate->blocksize = G723_16_BYTES_PER_BLOCK ; in g72x_writer_init()
Dg72x.h54 G723_16_BYTES_PER_BLOCK = (G723_16_BITS_PER_SAMPLE * G72x_BLOCK_SIZE) / 8, enumerator