/hardware/ti/omap4xxx/domx/mm_osal/src/ |
H A D | timm_osal_trace.c | 34 * @file timm_osal_trace.c 35 * This file contains methods that provides the functionality 81 static const char *simplify_path(const char *file) argument 83 while (file) 85 char c = file[0]; 88 file++; 90 return file; 112 ALOGD("%s:%d\t%s()\t", simplify_path(loc->file), loc->line, 122 printf("%s:%d\t%s()\t", simplify_path(loc->file), loc->line,
|
/hardware/invensense/mlsdk/platform/include/ |
H A D | log.h | 6 you may not use this file except in compliance with the License. 20 * This file incorporates work covered by the following copyright and 26 * you may not use this file except in compliance with the License. 44 * The output will be correct when the log file is shared between multiple 76 * at the top of your source file) to change that behavior. 317 * The stuff in the rest of this file should not be used directly. 328 const char *file, 331 MPL_LOGE("%s|%s|%d returning %d\n", file, func, line, result); 327 __print_result_location(int result, const char *file, const char *func, int line) argument
|
/hardware/ti/omap4xxx/domx/mm_osal/inc/ |
H A D | timm_osal_trace.h | 34 * @file timm_osal_trace.h 35 * The timm_osal_types header file defines the primative osal type definitions. 99 const char *file; member in struct:__anon837
|
/hardware/ril/mock-ril/src/cpp/ |
H A D | msgheader.pb.cpp | 26 const ::google::protobuf::FileDescriptor* file = local 29 GOOGLE_CHECK(file != NULL); 30 MsgHeader_descriptor_ = file->message_type(0);
|
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/ |
H A D | osapi.c | 7 * you may not use this file except in compliance with the License. 455 S32 os_getFileSize (PVOID file) argument 459 if (fseek(file, 0, SEEK_END)) 461 os_error_printf (CU_MSG_ERROR, (PS8)"Cannot seek file to end\n"); 464 size = ftell(file); 465 rewind(file); 544 /* Determine the maximum index of the file descriptor */
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/ |
H A D | OMX_G711Decoder.c | 29 * @file OMX_G711Decoder.c 31 * This file implements OMX Component for G711 decoder that 81 extern char file[500][50] = {""}; variable 93 * EXTERNAL REFERENCES NOTE : only use if not found in header file 2020 strcpy(file[e],s); 2021 G711DEC_PRINT("Allocating %d bytes on address %p, line %d file %s pos %d\n", size, p, line, s, e); 2030 G711DEC_PRINT("Deleting %d bytes on address %p, line %d file %s\n", bytes[q],dp, line, s); 2034 strcpy(file[q],"");
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/ |
H A D | OMX_G726Enc_Utils.c | 29 * @file OMX_G726Enc_Utils.c 31 * This file implements G726 Encoder Component Specific APIs and its functionality 91 extern char file[500][50] ={""}; variable 115 strcpy(file[e],s); 116 printf("__ Allocating %d bytes on address %p, line %d file %s\n", size, p, line, s); 129 printf("__ Deleting %d bytes on address %p, line %d file %s\n", bytes[q],dp, line, s); 131 strcpy(file[q],"");
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/ |
H A D | G711DecTest.c | 6 * you may not use this file except in compliance with the License. 25 * @file G711DecTest.c 27 * This file contains the test application code that invokes the component. 97 char file[500][50]= {""}; variable 535 /* check to see that the input file exists */ 539 APP_DPRINT( "Cannot find file %s. (%u)\n", argv[1], errno); 543 /* Open the file of data to be rendered. */ 546 APP_DPRINT( "Error: failed to open the file %s for readonly\access\n", argv[1]); 553 APP_DPRINT( "Error: failed to create the output file %s\n", argv[2]); 684 printf ("\n****** Decoding the file [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/ |
H A D | G726EncTest.c | 6 * you may not use this file except in compliance with the License. 25 * @file G726Enc_Test.c 27 * This file implements G726 Encoder Component Test Application to verify 161 char file[500][50] = {""}; variable 183 strcpy(file[e],s); 184 printf("__ Allocating %d bytes on address %p, line %d file %s\n", size, p, line, s); 197 printf("__ Deleting %d bytes on address %p, line %d file %s\n", bytes[q],dp, line, s); 201 strcpy(file[q],""); 515 /* check to see that the input file exists */ 519 printf("Cannot find file [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/ |
H A D | AmrEncTest.c | 6 * you may not use this file except in compliance with the License. 25 * @file AmrEnc_Test.c 27 * This file implements NBAMR Encoder Component Test Application to verify 51 *! This is newest file 193 char file[500][50]; variable 215 strcpy(file[e],s); 216 APP_IPRINT("Allocating %d bytes on address %p, line %d file %s pos %d\n", size, p, line, s, e); 229 APP_IPRINT("Deleting %d bytes on address %p, line %d file %s\n", bytes[q],dp, line, s); 233 strcpy(file[q],""); 582 /* check to see that the input file exist [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/ |
H A D | WbAmrEncTest.c | 6 * you may not use this file except in compliance with the License. 25 * @file WbAmrEnc_Test.c 27 * This file implements WBAMR Encoder Component Specific APIs and its functionality 41 *! This is newest file 175 char file[500][50]; variable 197 strcpy(file[e], s); 198 APP_IPRINT("Allocating %d bytes on address %p, line %d file %s pos %d\n", size, p, line, s, e); 213 APP_IPRINT("Deleting %d bytes on address %p, line %d file %s\n", bytes[q], dp, line, s); 217 strcpy(file[q], ""); 563 /* check to see that the input file exist [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/ |
H A D | OMX_TI_Debug.h | 29 * @file OMX_TI_Debug.h 31 * This file implements the TI-specific OMX Debug interface 70 the error file, whereas other outputs usually go into the other output 71 file. This also allows only printing error messages. 72 - colors can be specified for each domain - through this file or the 81 __OMX_DBG_FILE__ - print file 85 __OMX_DBG_4ISERROR__ - print level 4 messages into the error file 91 file:function():line domain<level> message 95 /* You can change this file here to globally set the debug configurations 119 * 5 - very quiet -- crucial/error messages - goes to error file 553 char file[mem_array_size][50]; variable [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/ |
H A D | AacEncTest.c | 6 * you may not use this file except in compliance with the License. 138 char file[500][50]; variable 161 /* Ouput file format */ 616 /* check to see that the input file exists */ 621 APP_EPRINT("%d :: App: Cannot find file %s. (%u)\n",__LINE__, argv[1], errno); 693 APP_EPRINT("APP: Error: failed to open the file %s for readonly access\n", argv[1]); 701 APP_EPRINT("APP: Error: failed to create the output file %s\n", argv[2]); 705 APP_DPRINT("%d :: APP: AAC Encoding Test --- first create file handle\n",__LINE__); 795 APP_EPRINT("App: Error: failed to open the file %s for readonly access\n", argv[1]); 804 APP_EPRINT("App: Error: failed to create the output file [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/ |
H A D | WBAmrDecTest.c | 6 * you may not use this file except in compliance with the License. 25 * @file PcmEncTest.c 27 * This file implements Test for PCM encoder OMX Component, which is fully 148 char file[500][50]; variable 588 /* check to see that the input file exists */ 592 APP_DPRINT( "Cannot find file %s. (%u)\n", argv[1], errno); 596 /* Open the file of data to be rendered. */ 598 APP_DPRINT( "Error: failed to open the file %s for readonly\access\n", argv[1]); 605 APP_DPRINT("file is %x\n",fIn); 610 APP_DPRINT( "Error: failed to create the output file [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/ |
H A D | WmaDecTest.c | 6 * you may not use this file except in compliance with the License. 25 * @file PcmEncTest.c 27 * This file implements Test for PCM encoder OMX Component, which is fully 111 char file[500][50]; variable 552 /* check to see that the input file exists */ 556 APP_DPRINT( "Cannot find file %s. (%u)\n", argv[1], errno); 573 /* Open the file of data to be rendered. */ 576 APP_DPRINT( "Error: failed to open the file %s for readonly\access\n", argv[1]); 582 APP_DPRINT( "Error: failed to create the output file %s\n", argv[2]); 709 printf ("=Decoding the file [all...] |