Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
DG726EncTest.c285 int mframe=0; variable
594 mframe = TWO_FRAMES;
602 mframe = HALF_FRAME;
1599 if(mframe == TWO_FRAMES){
1602 else if(mframe == HALF_FRAME){
1615 if(mframe == TWO_FRAMES){
1618 else if(mframe == HALF_FRAME){
1625 if(nRead < G726ENC_INPUT_BUFFER_SIZE && !DasfMode && (mframe != HALF_FRAME)){
1631 if( ((mframe != HALF_FRAME) && (pBuffer->nFilledLen>= G726ENC_INPUT_BUFFER_SIZE)) ||
1632 ((mframe == HALF_FRAME) && (pBuffer->nFilledLen> 0))){
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
DAmrEncTest.c351 int mframe=0; variable
662 mframe = 1;
1792 if(mframe){
1805 if(mframe){
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
DWbAmrEncTest.c336 int mframe = 0; variable
641 mframe = 1;
1885 if (mframe) {
1897 if (mframe) {