Home
last modified time | relevance | path

Searched refs:G723_24_BYTES_PER_BLOCK (Results 1 – 3 of 3) sorted by relevance

/third_party/libsnd/src/G72x/
Dg72x.c156 *blocksize = G723_24_BYTES_PER_BLOCK ; in g72x_reader_init()
159 pstate->blocksize = G723_24_BYTES_PER_BLOCK ; in g72x_reader_init()
210 *blocksize = G723_24_BYTES_PER_BLOCK ; in g72x_writer_init()
213 pstate->blocksize = G723_24_BYTES_PER_BLOCK ; in g72x_writer_init()
Dg72x.h55 G723_24_BYTES_PER_BLOCK = (G723_24_BITS_PER_SAMPLE * G72x_BLOCK_SIZE) / 8, enumerator
/third_party/libsnd/src/
Dg72x.c102 bytesperblock = G723_24_BYTES_PER_BLOCK ; in g72x_init()