Searched defs:lines (Results 1 - 10 of 10) sorted by relevance
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/ |
H A D | OMX_G711Decoder.c | 79 extern int lines[500] = {0}; variable 2014 while((lines[e]!=0)&& (e<500) ){ 2018 lines[e]=line; 2033 lines[q]=0;
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/ |
H A D | OMX_G726Enc_Utils.c | 89 extern int lines[500] = {0}; variable 109 while((lines[e]!=0)&& (e<500) ){ 113 lines[e]=line; 130 lines[q]=0;
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/ |
H A D | G711DecTest.c | 95 int lines[500]= {0}; variable 1694 while((lines[e]!=0)&& (e<500) ){ 1698 lines[e]=line; 1714 lines[q]=0;
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/ |
H A D | G726EncTest.c | 159 int lines[500] = {0}; variable 177 while((lines[e]!=0)&& (e<500) ){ 181 lines[e]=line; 200 lines[q]=0; 1581 if (lines[i]!=0){ 1582 printf("__ %d Bytes allocated on [%p], File:%s Line: %d\n",bytes[i],arr[i],file[i],lines[i]);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/ |
H A D | AmrEncTest.c | 191 int lines[500]; variable 209 while((lines[e]!=0)&& (e<500) ){ 213 lines[e]=line; 232 lines[q]=0; 1774 if (lines[i]!=0){ 1775 APP_IPRINT(" --->%d Bytes allocated on File:%s Line: %d\n",bytes[i],file[i],lines[i]);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/ |
H A D | WbAmrEncTest.c | 173 int lines[500]; variable 190 while ((lines[e] != 0) && (e < 500) ) { 195 lines[e] = line; 216 lines[q] = 0; 1865 if (lines[i] != 0) { 1866 APP_IPRINT(" --->%d Bytes allocated on File:%s Line: %d\n", bytes[i], file[i], lines[i]);
|
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/ |
H A D | OMX_TI_Debug.h | 551 int lines[mem_array_size]; variable 571 while((lines[e]!=0)&& (e<(mem_array_size - 1)) ){ 575 lines[e]=line; 592 lines[q]=0;
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/ |
H A D | AacEncTest.c | 136 int lines[500]; variable 2422 if (lines[r]!=0){ 2423 APP_IPRINT(" --->%d Bytes allocated on %p File:%s Line: %d\n",bytes[r],arr[r],file[r],lines[r]);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/ |
H A D | WBAmrDecTest.c | 146 int lines[500]; variable 1779 if (lines[i]!=0){ 1780 printf(" --->%d Bytes allocated on %p File:%s Line: %d\n",bytes[i], arr[i],file[i],lines[i]); 2079 while((lines[e]!=0)&& (e<500) ){ 2083 lines[e]=line; 2103 lines[q]=0;
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/ |
H A D | WmaDecTest.c | 109 int lines[500]; variable 1516 if (lines[r]!=0){ 1518 printf(" --->%d Bytes allocated on %p File:%s Line: %d\n",bytes[r],arr[r],file[r],lines[r]); 1895 while((lines[e]!=0)&& (e<500) ){ 1899 lines[e]=line; 1915 lines[q]=0;
|
Completed in 283 milliseconds