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

/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
H A 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/
H A DG722DecTest.c1521 OMX_U8 pipeContents =0; local
1522 read(Event_Pipe[0], &pipeContents, sizeof(OMX_U8));
1524 if (pipeContents == 0) {
1572 } else if (pipeContents == 1) {
1593 } else if (pipeContents == 2) {
1635 printf ("--------> Pipe content = %d <----------\n", pipeContents);
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
H A 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/nbamr_enc/tests/
H A 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_dec/tests/
H A 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/wbamr_enc/tests/
H A 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/
H A DG711EncTest.c1237 OMX_U8 pipeContents; local
1238 read(Event_Pipe[0], &pipeContents, sizeof(OMX_U8));
1240 if(pipeContents==2){
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
H A 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) {

Completed in 199 milliseconds