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

1 2

  /external/libmpeg2/decoder/
impeg2d_api.h 48 #define DEBUG_PRINT printf
  /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
  /external/libavc/encoder/
ih264e_config.h 47 #define DEBUG_PRINT 0
  /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
  /hardware/qcom/media/sdm845/mm-core/inc/
qc_omx_msg.h 73 #define DEBUG_PRINT LOGI
77 #define DEBUG_PRINT printf
82 #define DEBUG_PRINT
  /device/google/contexthub/firmware/os/drivers/vsync/
vsync.c 62 #define DEBUG_PRINT(fmt, ...) do { \
  /external/mesa3d/src/gallium/winsys/sw/kms-dri/
kms_dri_sw_winsys.c 57 #define DEBUG_PRINT(msg, ...) fprintf(stderr, msg, __VA_ARGS__)
59 #define DEBUG_PRINT(msg, ...)
147 DEBUG_PRINT("KMS-DEBUG: created buffer %u (size %u)\n", kms_sw_dt->handle, kms_sw_dt->size);
179 DEBUG_PRINT("KMS-DEBUG: destroyed buffer %u\n", kms_sw_dt->handle);
207 DEBUG_PRINT("KMS-DEBUG: mapped buffer %u (size %u) at %p\n",
223 DEBUG_PRINT("KMS-DEBUG: imported buffer %u (size %u)\n",
280 DEBUG_PRINT("KMS-DEBUG: unmapped buffer %u (was %p)\n", kms_sw_dt->handle, kms_sw_dt->mapped);
299 DEBUG_PRINT("KMS-DEBUG: attempt to import unsupported winsys offset %d\n",
  /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...]
  /external/syslinux/com32/gplinclude/acpi/
acpi.h 19 #define DEBUG_PRINT(x) do { if (DEBUG_ACPI) dbg_printf x; } while (0)
  /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-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-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...]
  /device/google/contexthub/firmware/os/drivers/si_si7034/
si7034a10.c 53 #define DEBUG_PRINT(fmt, ...) \
264 DEBUG_PRINT("%s: %d\n", __func__, on);
278 DEBUG_PRINT("%s\n", __func__);
286 DEBUG_PRINT("%s %ld (%lld)\n", __func__, rate, latency);
305 DEBUG_PRINT("%s: %d\n", __func__, on);
319 DEBUG_PRINT("%s\n", __func__);
327 DEBUG_PRINT("%s %ld (%lld)\n", __func__, rate, latency);
368 DEBUG_PRINT("Not able to read ID\n");
397 DEBUG_PRINT("Humidity = %u\n", (unsigned)value);
406 DEBUG_PRINT("Temp = %u\n", (unsigned)value)
    [all...]
  /external/webrtc/webrtc/voice_engine/
voice_engine_defines.h 138 #define DEBUG_PRINT(...) \
146 #define DEBUG_PRINT(exp) ((void)0)
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/self_test/
inv_self_test.c 32 #define DEBUG_PRINT /* Uncomment to print Gyro & Accel read from Driver */
374 #ifdef DEBUG_PRINT
414 #ifdef DEBUG_PRINT
434 #ifdef DEBUG_PRINT
514 #ifdef DEBUG_PRINT
530 #ifdef DEBUG_PRINT
  /device/google/contexthub/firmware/os/drivers/st_hts221/
hts221.c 79 #define DEBUG_PRINT(fmt, ...) \
231 DEBUG_PRINT("i2c_read: len too big (len: %d)\n", len);
239 DEBUG_PRINT("i2c_read: i2cMasterTxRx operation failed (ret: %d)\n", ret);
258 DEBUG_PRINT("i2c_write: i2cMasterTx operation failed (ret: %d)\n", ret);
328 DEBUG_PRINT("humidityPower comm_tx failed\n");
384 DEBUG_PRINT("y0_H: %d - y1_H: %d\n", mTask.y0_H, mTask.y1_H);
385 DEBUG_PRINT("x0_H: %d - x1_H: %d\n", mTask.x0_H, mTask.x1_H);
400 DEBUG_PRINT("Not able to read WAI\n");
408 DEBUG_PRINT("WAI returned is: %02x\n", xfer->txrxBuf[0]);
439 DEBUG_PRINT("humidity raw data %d\n", humidity_val)
    [all...]
  /device/google/contexthub/firmware/os/drivers/st_lps22hb/
lps22hb.c 70 #define DEBUG_PRINT(fmt, ...) \
257 DEBUG_PRINT("i2c_read: i2cMasterTxRx operation failed (ret: %d)\n", ret);
275 DEBUG_PRINT("i2c_write: i2cMasterTx operation failed (ret: %d)\n", ret);
375 DEBUG_PRINT("baroPower comm_tx failed\n");
443 DEBUG_PRINT("baroCfgData: comm_tx failed\n");
472 DEBUG_PRINT("tempPower comm_tx failed\n");
532 DEBUG_PRINT("Not able to read WAI\n");
540 DEBUG_PRINT("WAI returned is: %02x\n", xfer->txrxBuf[0]);
  /device/google/contexthub/firmware/os/drivers/synaptics_s3708/
synaptics_s3708.c 83 #define DEBUG_PRINT(fmt, ...) osLog(LOG_DEBUG, "[DoubleTouch] " fmt, ##__VA_ARGS__)
85 #define DEBUG_PRINT(fmt, ...) ((void)0)
199 DEBUG_PRINT("i2c error (tx: %d, rx: %d, err: %d)\n", tx, rx, err);
481 DEBUG_PRINT("Sending event");
  /external/pdfium/third_party/libtiff/
tif_fax3.c 622 #define DEBUG_PRINT(what,len) { \
649 DEBUG_PRINT("MakeUp", te->runlen);
659 DEBUG_PRINT("MakeUp", te->runlen);
666 DEBUG_PRINT(" Term", tab[span].runlen);
    [all...]
  /device/google/contexthub/firmware/os/drivers/ams_tmd4903/
ams_tmd4903.c 147 #define DEBUG_PRINT(fmt, ...) do { \
479 DEBUG_PRINT("sensorPowerAls: %d\n", on);
510 DEBUG_PRINT("sensorRateAls: rate=%ld Hz latency=%lld ns\n", rate/1024, latency);
522 DEBUG_PRINT("sensorCalibrateAls");
547 DEBUG_PRINT("sensorCfgDataAls");
569 DEBUG_PRINT("sensorPowerProx: %d\n", on);
597 DEBUG_PRINT("sensorRateProx: rate=%ld Hz latency=%lld ns\n", rate/1024, latency);
610 DEBUG_PRINT("sensorCalibrateProx");
709 DEBUG_PRINT("REVID = 0x%02x, ID = 0x%02x\n", xfer->txrxBuf[0], xfer->txrxBuf[1]);
757 DEBUG_PRINT("als sample ready: c=%u r=%u g=%u b=%u, gain=%dx, lux=%d\n", c, r, g, b
    [all...]
  /device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
rohm_rpr0521.c 154 #define DEBUG_PRINT(fmt, ...) do { \
671 DEBUG_PRINT("als sample ready: als0=%u als1=%u\n", als0, als1);
687 DEBUG_PRINT("prox sample ready: prox=%u\n", ps);
  /device/google/contexthub/firmware/os/drivers/st_mag40/
st_mag40.c 174 #define DEBUG_PRINT(fmt, ...) \
267 DEBUG_PRINT("set state %" PRI_STATE "\n", getStateName(s));\
276 DEBUG_PRINT("switch state %" PRI_STATE "->%" PRI_STATE ", %s\n",
880 DEBUG_PRINT("WAI returned is: %02x\n\n", *wai);

Completed in 1627 milliseconds

1 2