HomeSort by relevance Sort by last modified time
    Searched refs:DEBUG_PRINT (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/strace/tests/
nsyscalls-d.c 1 #define DEBUG_PRINT 1
nsyscalls.c 47 #ifndef DEBUG_PRINT
48 # define DEBUG_PRINT 0
58 #if DEBUG_PRINT
78 #if DEBUG_PRINT
103 #if DEBUG_PRINT
  /external/strace/tests-m32/
nsyscalls-d.c 1 #define DEBUG_PRINT 1
nsyscalls.c 47 #ifndef DEBUG_PRINT
48 # define DEBUG_PRINT 0
58 #if DEBUG_PRINT
78 #if DEBUG_PRINT
103 #if DEBUG_PRINT
  /external/strace/tests-mx32/
nsyscalls-d.c 1 #define DEBUG_PRINT 1
nsyscalls.c 47 #ifndef DEBUG_PRINT
48 # define DEBUG_PRINT 0
58 #if DEBUG_PRINT
78 #if DEBUG_PRINT
103 #if DEBUG_PRINT
  /external/libavc/encoder/
ih264e_config.h 47 #define DEBUG_PRINT 0
  /hardware/qcom/media/msm8974/mm-core/omxcore/inc/
qc_omx_msg.h 44 #define DEBUG_PRINT ALOGI
48 #define DEBUG_PRINT printf
53 #define DEBUG_PRINT
  /hardware/qcom/media/msm8974/mm-core/inc/
qc_omx_msg.h 73 #define DEBUG_PRINT LOGI
77 #define DEBUG_PRINT printf
82 #define DEBUG_PRINT
  /hardware/qcom/media/msm8996/mm-core/inc/
qc_omx_msg.h 73 #define DEBUG_PRINT LOGI
77 #define DEBUG_PRINT printf
82 #define DEBUG_PRINT
  /hardware/qcom/media/msm8998/mm-core/inc/
qc_omx_msg.h 73 #define DEBUG_PRINT LOGI
77 #define DEBUG_PRINT printf
82 #define DEBUG_PRINT
  /external/libavc/common/
ih264_debug.h 42 #if DEBUG_PRINT
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
video_encoder_test.c 30 #define DEBUG_PRINT printf
82 DEBUG_PRINT("\n File is not located ");
108 DEBUG_PRINT("\n File can't be created");
117 DEBUG_PRINT("\n MPEG4 codec selected");
122 DEBUG_PRINT("\n H.263");
127 DEBUG_PRINT("\n H.264");
132 DEBUG_PRINT("\n Wrong codec type");
156 DEBUG_PRINT("\n No Sink");
168 DEBUG_PRINT("\n Init decoder fails ");
171 DEBUG_PRINT("\n Decoder open successfull")
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
decoder_driver_test.c 30 #define DEBUG_PRINT printf
83 DEBUG_PRINT("\n File is not located ");
102 DEBUG_PRINT("\n File can't be created");
111 DEBUG_PRINT("\n MPEG4 codec selected");
116 DEBUG_PRINT("\n H.263");
121 DEBUG_PRINT("\n H.264");
126 DEBUG_PRINT("\n Wrong codec type");
150 DEBUG_PRINT("\n No Sink");
157 DEBUG_PRINT("\n Init decoder fails ");
160 DEBUG_PRINT("\n Decoder open successfull")
    [all...]
omx_vdec_test.cpp 54 #define DEBUG_PRINT
69 #define DEBUG_PRINT printf
384 DEBUG_PRINT("Waiting for event\n");
391 DEBUG_PRINT("Running .... get the event\n");
575 DEBUG_PRINT("\n EBD_thread flush wait start");
577 DEBUG_PRINT("\n EBD_thread flush wait complete");
593 DEBUG_PRINT("%s: Timestamp sent(%lld)", __FUNCTION__, pBuffer->nTimeStamp);
602 DEBUG_PRINT("%s: Timestamp sent(%lld)", __FUNCTION__, pBuffer->nTimeStamp);
604 DEBUG_PRINT("EBD::Either EOS or Some Error while reading file\n");
622 DEBUG_PRINT("First Inside %s\n", __FUNCTION__)
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
decoder_driver_test.c 30 #define DEBUG_PRINT printf
82 DEBUG_PRINT("\n File is not located ");
102 DEBUG_PRINT("\n File can't be created");
111 DEBUG_PRINT("\n MPEG4 codec selected");
116 DEBUG_PRINT("\n H.263");
121 DEBUG_PRINT("\n H.264");
126 DEBUG_PRINT("\n Wrong codec type");
145 DEBUG_PRINT("\n No Sink");
151 DEBUG_PRINT("\n Init decoder fails ");
155 DEBUG_PRINT("\n Decoder open successfull")
    [all...]
omx_vdec_test.cpp 58 #define DEBUG_PRINT
73 #define DEBUG_PRINT printf
521 DEBUG_PRINT("Waiting for event\n");
528 DEBUG_PRINT("Running .... get the event\n");
695 DEBUG_PRINT("\n EBD_thread flush wait start");
697 DEBUG_PRINT("\n EBD_thread flush wait complete");
717 DEBUG_PRINT("%s: Timestamp sent(%lld)", __FUNCTION__, pBuffer->nTimeStamp);
724 DEBUG_PRINT("%s: Timestamp sent(%lld)", __FUNCTION__, pBuffer->nTimeStamp);
726 DEBUG_PRINT("EBD::Either EOS or Some Error while reading file\n");
748 DEBUG_PRINT("First Inside %s\n", __FUNCTION__)
    [all...]
  /external/syslinux/com32/gpllib/acpi/
rsdt.c 44 DEBUG_PRINT(("Searching for RSDT at %p\n",q));
47 // DEBUG_PRINT(("RSDT : %c %c %c %c\n",q[0], q[1], q[2], q[3]));
49 DEBUG_PRINT(("Before \n"));
51 DEBUG_PRINT(("RSDT table at %p found with %d bytes long with %d items\n",r->address, r->header.length,(r->header.length-ACPI_HEADER_SIZE)/4));
57 DEBUG_PRINT(("Searching starting at %p till %p\n",start,max));
65 DEBUG_PRINT(("%d : %p\n",r->entry_count, r->entry[r->entry_count]));
xsdt.c 45 DEBUG_PRINT(("XSDT is null, exiting\n"));
49 DEBUG_PRINT(("Searching XSDT at %p",q));
55 DEBUG_PRINT(("XSDT table found at %p : length=%d\n",x->address,x->header.length));
56 DEBUG_PRINT(("Expected Tables = %d\n",(x->header.length-ACPI_HEADER_SIZE)/8));
62 DEBUG_PRINT((" Looking for HEADER at %p = %x\n",p,*p));
acpi.c 79 DEBUG_PRINT(("XSDT Detection failed\n"));
98 DEBUG_PRINT(("acpi_header at %p = %s | %s | %s\n", q, adh->signature,adh->oem_id, adh->creator_id ));
110 DEBUG_PRINT(("FACP table found\n"));
139 DEBUG_PRINT(("DSDT table found via x_dsdt\n"));
150 DEBUG_PRINT(("DSDT table found via dsdt_address\n"));
160 DEBUG_PRINT(("MADT table found\n"));
168 DEBUG_PRINT(("DSDT table found\n"));
179 DEBUG_PRINT(("SSDT table found with %s \n",adh.signature));
206 DEBUG_PRINT(("SBST table found\n"));
214 DEBUG_PRINT(("ECDT table found\n"))
    [all...]
  /hardware/qcom/media/msm8996/mm-core/src/common/
qc_omx_core.c 78 DEBUG_PRINT("Dynamically Loading the library : %s\n",libname);
86 DEBUG_PRINT("Error: Library %s incompatible as QCOM OMX component loader - %s\n",
93 DEBUG_PRINT("Error: Couldn't load %s: %s\n",libname,dlerror());
117 DEBUG_PRINT("OMXCORE API - OMX_Init \n");
138 DEBUG_PRINT("before get_cmp_index **********%d\n", rc);
142 DEBUG_PRINT("get_cmp_index: cmp_name = %s , core[i].name = %s ,count = %d \n",cmp_name,core[i].name,i);
150 DEBUG_PRINT("returning index %d\n", rc);
252 DEBUG_PRINT("free handle slot exists %d\n", rc);
286 DEBUG_PRINT("Library Used \n");
319 DEBUG_PRINT("Component exists %d\n", rc)
    [all...]
  /hardware/qcom/media/msm8998/mm-core/src/common/
qc_omx_core.c 78 DEBUG_PRINT("Dynamically Loading the library : %s\n",libname);
86 DEBUG_PRINT("Error: Library %s incompatible as QCOM OMX component loader - %s\n",
93 DEBUG_PRINT("Error: Couldn't load %s: %s\n",libname,dlerror());
117 DEBUG_PRINT("OMXCORE API - OMX_Init \n");
138 DEBUG_PRINT("before get_cmp_index **********%d\n", rc);
142 DEBUG_PRINT("get_cmp_index: cmp_name = %s , core[i].name = %s ,count = %d \n",cmp_name,core[i].name,i);
150 DEBUG_PRINT("returning index %d\n", rc);
252 DEBUG_PRINT("free handle slot exists %d\n", rc);
286 DEBUG_PRINT("Library Used \n");
319 DEBUG_PRINT("Component exists %d\n", rc)
    [all...]
  /hardware/qcom/media/msm8974/mm-core/omxcore/src/common/
qc_omx_core.c 51 #define DEBUG_PRINT printf
77 DEBUG_PRINT("Dynamically Loading the library : %s\n",libname);
85 DEBUG_PRINT("Error: Library %s incompatible as QCOM OMX component loader - %s\n",
92 DEBUG_PRINT("Error: Couldn't load %s: %s\n",libname,dlerror());
116 DEBUG_PRINT("OMXCORE API - OMX_Init \n");
137 DEBUG_PRINT("before get_cmp_index **********%d\n", rc);
141 DEBUG_PRINT("get_cmp_index: cmp_name = %s , core[i].name = %s ,count = %d \n",cmp_name,core[i].name,i);
149 DEBUG_PRINT("returning index %d\n", rc);
248 DEBUG_PRINT("free handle slot exists %d\n", rc);
282 DEBUG_PRINT("Library Used \n")
    [all...]
  /hardware/qcom/media/msm8974/mm-core/src/common/
qc_omx_core.c 74 DEBUG_PRINT("Dynamically Loading the library : %s\n",libname);
82 DEBUG_PRINT("Error: Library %s incompatible as QCOM OMX component loader - %s\n",
89 DEBUG_PRINT("Error: Couldn't load %s: %s\n",libname,dlerror());
113 DEBUG_PRINT("OMXCORE API - OMX_Init \n");
134 DEBUG_PRINT("before get_cmp_index **********%d\n", rc);
138 DEBUG_PRINT("get_cmp_index: cmp_name = %s , core[i].name = %s ,count = %d \n",cmp_name,core[i].name,i);
146 DEBUG_PRINT("returning index %d\n", rc);
248 DEBUG_PRINT("free handle slot exists %d\n", rc);
282 DEBUG_PRINT("Library Used \n");
315 DEBUG_PRINT("Component exists %d\n", rc)
    [all...]
  /external/libhevc/common/
ihevc_debug.h 39 #ifdef DEBUG_PRINT

Completed in 300 milliseconds

1 2 3