Searched refs:maxint (Results 1 - 17 of 17) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
H A DG722EncTest.c119 int maxint(int a, int b);
140 int maxint(int a, int b) function
478 fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]);
479 fdmax = maxint(fdmax,Event_Pipe[0]);
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
H A DG711DecTest.c205 OMX_S16 maxint(OMX_S16 a, OMX_S16 b);
255 * maxint()
259 OMX_S16 maxint(OMX_S16 a, OMX_S16 b) function
576 OMX_S16 fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]);
577 fdmax = maxint(fdmax,Event_Pipe[0]);
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
H A DG711EncTest.c193 int maxint(int a, int b);
229 int maxint(int a, int b) function
538 fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]);
539 fdmax = maxint(fdmax,Event_Pipe[0]);
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
H A DG722DecTest.c120 int maxint (int a, int b);
618 * @fn maxint() gives the maximum of two integers.
633 int maxint(int a, int b) function
1332 int fdmax = maxint(IpBuf_Pipe [0], OpBuf_Pipe [0]);
1333 fdmax = maxint (fdmax, Event_Pipe [0]);
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
H A DG726EncTest.c271 int maxint(int a, int b);
300 int maxint(int a, int b) function
634 fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]);
635 fdmax = maxint(fdmax,Event_Pipe[0]);
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
H A DG726DecTest.c133 int maxint(int a, int b);
150 * @fn maxint() gives the maximum of two integers.
165 int maxint(int a, int b) function
558 int fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]);
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
H A DVPPTest.c147 int maxint(int a, int b) function
861 fdmax = maxint(IpBuf_Pipe[0], OvlyBuf_Pipe[0]);
862 fdmax = maxint(fdmax, OpRGBBuf_Pipe[0]);
863 fdmax = maxint(fdmax, OpYUVBuf_Pipe[0]);
864 fdmax = maxint(fdmax, Event_Pipe[0]);
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
H A DG729DecTest.c176 OMX_S16 maxint(OMX_S16 a, OMX_S16 b);
230 OMX_S16 maxint(OMX_S16 a, OMX_S16 b) function
532 OMX_S16 fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]);
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
H A DG729EncTest.c209 int maxint(int a, int b);
243 int maxint(int a, int b) function
527 fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]);
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
H A DJPEGTest.c76 inline int maxint(int a, int b) function
768 nFdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]);
769 nFdmax = maxint(Event_Pipe[0], nFdmax);
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
H A DAmrEncTest.c317 int maxint(int a, int b);
356 int maxint(int a, int b) function
704 fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]);
705 fdmax = maxint(fdmax,Event_Pipe[0]);
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
H A DWBAmrDecTest.c199 int maxint(int a, int b);
273 int maxint(int a, int b) function
634 OMX_S16 fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]);
635 fdmax = maxint(fdmax,Event_Pipe[0]);
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
H A DWbAmrEncTest.c301 int maxint(int a, int b);
341 int maxint(int a, int b) { function
689 fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]);
690 fdmax = maxint(fdmax, Event_Pipe[0]);
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
H A DJPEGTestEnc.c655 inline int maxint(int a, int b);
663 inline int maxint(int a, int b) function
1375 fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]);
1376 fdmax = maxint(Event_Pipe[0], fdmax);
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
H A DWmaDecTest.c228 int maxint(int a, int b);
259 int maxint(int a, int b) function
605 int fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]);
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
H A DAacEncTest.c256 * maxint() Returns the biggest from two number
265 int maxint(int a, int b) function
780 fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]);
781 fdmax = maxint(fdmax,Event_Pipe[0]);
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
H A DVideoEncTest.c388 /* inline int maxint(int a, int b) */
389 int maxint(int a, int b) function
1402 pAppData->fdmax = maxint(pAppData->IpBuf_Pipe[0], pAppData->eventPipe[0]);
1404 pAppData->fdmax = maxint(pAppData->OpBuf_Pipe[0], pAppData->fdmax);

Completed in 1922 milliseconds