Searched refs:pipeContents (Results 1 – 8 of 8) sorted by relevance
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/ |
D | G722EncTest.c | 1105 OMX_U8 pipeContents; local 1108 read(Event_Pipe[0], &pipeContents, sizeof(OMX_U8)); 1110 if (pipeContents == 0) { 1137 if (pipeContents == 1) { 1155 if (pipeContents == 2) {
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/ |
D | G722DecTest.c | 1521 OMX_U8 pipeContents =0; in testCases() local 1522 read(Event_Pipe[0], &pipeContents, sizeof(OMX_U8)); in testCases() 1524 if (pipeContents == 0) { in testCases() 1572 } else if (pipeContents == 1) { in testCases() 1593 } else if (pipeContents == 2) { in testCases() 1635 printf ("--------> Pipe content = %d <----------\n", pipeContents); in testCases()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/ |
D | G726EncTest.c | 1275 OMX_U8 pipeContents = 0; local 1276 read(Event_Pipe[0], &pipeContents, sizeof(OMX_U8)); 1277 APP_DPRINT("%d :: received RM event: %d\n",__LINE__, pipeContents); 1278 if (pipeContents == 0) { 1322 else if (pipeContents == 1) { 1345 if (pipeContents == 2) {
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/ |
D | WBAmrDecTest.c | 1479 OMX_U8 pipeContents; local 1480 read(Event_Pipe[0], &pipeContents, sizeof(OMX_U8)); 1481 if (pipeContents == 0) { 1523 else if (pipeContents == 1) { 1548 if (pipeContents == 2) {
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/ |
D | AmrEncTest.c | 1429 OMX_U8 pipeContents; local 1430 read(Event_Pipe[0], &pipeContents, sizeof(OMX_U8)); 1432 if (pipeContents == 0) { 1474 else if (pipeContents == 1) { 1500 if (pipeContents == 2) {
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/ |
D | WbAmrEncTest.c | 1467 OMX_U8 pipeContents; local 1468 read(Event_Pipe[0], &pipeContents, sizeof(OMX_U8)); 1470 if (pipeContents == 0) { 1514 } else if (pipeContents == 1) { 1542 if (pipeContents == 2) {
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/ |
D | G711EncTest.c | 1237 OMX_U8 pipeContents; in main() local 1238 read(Event_Pipe[0], &pipeContents, sizeof(OMX_U8)); in main() 1240 if(pipeContents==2){ in main()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/ |
D | AacEncTest.c | 2018 OMX_U8 pipeContents; local 2019 read(Event_Pipe[0], &pipeContents, sizeof(OMX_U8)); 2021 if (pipeContents == 0) { 2072 else if (pipeContents == 1) { 2102 if (pipeContents == 2) {
|