Home | History | Annotate | Download | only in tests

Lines Matching defs:fIn

196 			                FILE* fIn, FILE* fOut, 
204 FILE* fIn, FILE* fOut,
563 FILE* fIn = NULL; /* input File pointer */
690 fIn = fopen(argv[1], "r");
691 if(fIn == NULL)
706 APP_DPRINT("%d :: APP: AAC Encoding Test --- fIn = [%p]\n", __LINE__, fIn);
790 if(fIn == NULL)
792 fIn = fopen(argv[1], "r");
793 if( fIn == NULL )
1367 fIn = fopen(argv[1], "r");
1368 if(fIn == NULL)
1391 if(fIn == NULL)
1393 fIn = fopen(argv[1], "r");
1394 if(fIn == NULL)
1445 nRead = fread(pInputBufferHeader[i]->pBuffer, 1, pInputBufferHeader[i]->nAllocLen, fIn);
1538 nRead = fread(pBuffer->pBuffer, 1, pBuffer->nAllocLen, fIn);
1600 nRead = fread(pBuffer->pBuffer, 1, pBuffer->nAllocLen, fIn);
1683 nRead = fread(pBuffer->pBuffer, 1, pBuffer->nAllocLen, fIn);
1860 nRead = fread(pBuffer->pBuffer, 1, pBuffer->nAllocLen, fIn);
2094 rewind(fIn);
2099 /* send_input_buffer (pHandle, pOutputBufferHeader, fIn); */
2192 fclose(fIn);
2194 fIn=NULL;
2440 fIn,fOut,ListHeader);
2447 fIn,fOut,ListHeader);
2532 FILE* fIn, FILE* fOut,
2581 if(fIn != NULL)
2582 { fclose(fIn);
2583 fIn=NULL;
2619 FILE* fIn, FILE* fOut,
2678 if (fIn != NULL)
2679 { fclose(fIn);
2680 fIn=NULL;