Home
last modified time | relevance | path

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

/third_party/libsnd/src/G72x/
Dg72x.h42 G723_40_BITS_PER_SAMPLE = 5, enumerator
49 G723_40_SAMPLES_PER_BLOCK = G723_40_BITS_PER_SAMPLE * (G72x_BLOCK_SIZE / G723_40_BITS_PER_SAMPLE),
56 G723_40_BYTES_PER_BLOCK = (G723_40_BITS_PER_SAMPLE * G72x_BLOCK_SIZE) / 8,
/third_party/libsnd/src/
Dg72x.c107 codec = G723_40_BITS_PER_SAMPLE ; in g72x_init()
109 bitspersample = G723_40_BITS_PER_SAMPLE ; in g72x_init()