Home
last modified time | relevance | path

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

/third_party/libsnd/src/G72x/
Dg72x.h41 G723_24_BITS_PER_SAMPLE = 3, enumerator
48 G723_24_SAMPLES_PER_BLOCK = G723_24_BITS_PER_SAMPLE * (G72x_BLOCK_SIZE / G723_24_BITS_PER_SAMPLE),
55 G723_24_BYTES_PER_BLOCK = (G723_24_BITS_PER_SAMPLE * G72x_BLOCK_SIZE) / 8,
Dg72x.c154 case G723_24_BITS_PER_SAMPLE : /* 3 bits per sample. */ in g72x_reader_init()
208 case G723_24_BITS_PER_SAMPLE : /* 3 bits per sample. */ in g72x_writer_init()
/third_party/libsnd/src/
Dg72x.c101 codec = G723_24_BITS_PER_SAMPLE ; in g72x_init()
103 bitspersample = G723_24_BITS_PER_SAMPLE ; in g72x_init()