Home
last modified time | relevance | path

Searched refs:pipeContents (Results 1 – 8 of 8) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
DG722EncTest.c1105 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/
DG722DecTest.c1521 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/
DG726EncTest.c1275 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/
DWBAmrDecTest.c1479 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/
DAmrEncTest.c1429 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/
DWbAmrEncTest.c1467 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/
DG711EncTest.c1237 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/
DAacEncTest.c2018 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) {