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

1 2 3 4 5 6 7 8 9

  /hardware/qcom/media/msm8974/mm-core/inc/
qc_omx_msg.h 60 #ifndef LOGV
61 #define LOGV ALOGV
74 #define DEBUG_DETAIL LOGV
  /hardware/qcom/media/msm8996/mm-core/inc/
qc_omx_msg.h 60 #ifndef LOGV
61 #define LOGV ALOGV
74 #define DEBUG_DETAIL LOGV
  /external/apache-http/android/src/android/net/http/
LoggingEventHandler.java 35 if (HttpLog.LOGV) {
44 if (HttpLog.LOGV) {
51 if (HttpLog.LOGV) {
58 if (HttpLog.LOGV) {
64 if (HttpLog.LOGV) {
70 if (HttpLog.LOGV) {
76 if (HttpLog.LOGV) {
83 if (HttpLog.LOGV) {
  /development/perftests/panorama/feature_mos/src/mosaic/
Log.h 20 #define LOGV(...) __android_log_print(ANDROID_LOG_SILENT, LOG_TAG, __VA_ARGS__)
  /external/opencv/otherlibs/highgui/
cvcap_socket.cpp 56 #define LOGV(...) __android_log_print(ANDROID_LOG_SILENT, LOG_TAG, __VA_ARGS__)
119 LOGV("Invalid width or height!");
135 LOGV("%s", buffer);
145 LOGV("out of memory error");
157 LOGV("Setting simple vars to 0");
162 LOGV("Freeing Addr Info");
169 LOGV("Freeing Buffer");
176 LOGV("Releasing Image");
183 LOGV("Done closing Capture Socket");
213 LOGV("You haven't opened the socket capture yet!")
    [all...]
  /frameworks/base/core/java/android/util/
Config.java 49 public static final boolean LOGV = false;
  /hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/inc/
aenc_svr.h 54 #ifndef LOGV
55 #define LOGV ALOGV
63 #define DEBUG_PRINT LOGV
64 #define DEBUG_DETAIL LOGV
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Log.h 20 #define LOGV(...) __android_log_print(ANDROID_LOG_SILENT, LOG_TAG, __VA_ARGS__)
  /hardware/intel/common/wrs_omxil_core/utils/src/
audio_parser.c 403 LOGV("mp3 frame header\n");
404 LOGV(" sync: 0x%x\n", header.sync);
405 LOGV(" version: 0x%x, %s\n", header.version_index,
407 LOGV(" layer: 0x%x, %s\n", header.layer_index,
409 LOGV(" protection: 0x%x, %s\n", header.protected,
411 LOGV(" bitrate: 0x%x, %u\n", header.bitrate_index, *bitrate);
412 LOGV(" sampling rate: 0x%x, %u\n", header.samplingrate_index, *frequency);
413 LOGV(" padding bit: 0x%x, %s\n", header.padding_bit,
415 LOGV(" private bit: 0x%x\n", header.private_bit);
416 LOGV(" channel mode: 0x%x, %s\n", header.channel_mode
    [all...]
  /cts/suite/audio_quality/lib/src/audio/
AudioLocal.cpp 22 LOGV("prepare");
43 LOGV("startPlaybackOrRecord");
69 LOGV("stopPlaybackOrRecord");
96 LOGV("~AudioLocal");
107 LOGV("AudioLocal");
119 LOGV("repeat %d - %d", mCurrentRepeat, mNumberRepetition);
121 LOGV("AudioLocal complete command");
137 //LOGV("audio thread waiting");
139 //LOGV("audio thread waken up");
AudioRecordingLocal.cpp 32 LOGV("AudioRecordingLocal %x", (unsigned long)this);
37 LOGV("~AudioRecordingLocal %x", (unsigned long)this);
88 LOGV("AudioRecordingLocal::doPlaybackOrRecord %d", buffer->amountHandled());
100 LOGV("releaseHw %x", (unsigned long)this);
  /development/ndk/platforms/android-21/samples/native-codec/jni/
native-codec-jni.cpp 45 #define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, TAG, __VA_ARGS__)
92 LOGV("input buffer %zd", bufidx);
100 LOGV("EOS");
115 LOGV("output EOS");
132 LOGV("output buffers changed");
136 LOGV("format changed to: %s", AMediaFormat_toString(format));
139 LOGV("no output buffer right now");
141 LOGV("unexpected info code: %zd", status);
179 LOGV("seeked");
215 LOGV("@@@ create")
    [all...]
looper.cpp 35 #define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, TAG, __VA_ARGS__)
68 LOGV("Looper deleted while still running. Some messages will not be processed");
102 LOGV("post msg %d", msg->what);
116 LOGV("no msg");
124 LOGV("quitting");
128 LOGV("processing msg %d", msg->what);
135 LOGV("quit");
150 LOGV("dropping msg %d %p", what, obj);
  /hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/inc/
aenc_svr.h 54 #ifndef LOGV
55 #define LOGV ALOGV
64 #define DEBUG_DETAIL LOGV
  /hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/inc/
aenc_svr.h 54 #ifndef LOGV
55 #define LOGV ALOGV
64 #define DEBUG_DETAIL LOGV
  /hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/inc/
aenc_svr.h 54 #ifndef LOGV
55 #define LOGV ALOGV
64 #define DEBUG_DETAIL LOGV
  /bootable/recovery/
common.h 29 #define LOGV(...) fprintf(stdout, "V:" __VA_ARGS__)
32 #define LOGV(...) do {} while (0)
  /hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
LogDumpHelper.h 34 #define LOGV printf
62 LOGV("Error: invalid parameters to %s", __FUNCTION__) ;
84 LOGV("NALU-dump: error: invalid parameters to %s", __FUNCTION__) ;
93 LOGV("NALU-dump(nalu %u): data: %s" DUMP_EOL, nalu, str) ;
101 LOGV("Error: invalid parameters to %s", __FUNCTION__) ;
115 LOGV("%s: ptr=%p, size=%u, data=%s" DUMP_EOL, prefix, start, size, str) ;
123 LOGV("Error: invalid parameters to %s", __FUNCTION__) ;
133 LOGV("NALU-dump: num NALUs = %u\n", numNALUs) ;
154 LOGV("NALU-dump(nalu %u): imr_offset = %u, nalu_size = %u, data_size = %u" DUMP_EOL,
199 LOGV("Error: invalid parameters to %s", __FUNCTION__)
    [all...]
  /hardware/intel/common/wrs_omxil_core/utils/inc/
log.h 24 #define LOGV ALOGV
38 #define LOGV(...) LOG("V", __VA_ARGS__)
  /packages/apps/Gallery2/jni_jpegstream/src/
jni_defines.h 25 #define LOGV(msg...) __android_log_print(ANDROID_LOG_VERBOSE, "Native_JPEGStream", msg)
  /development/ndk/sources/android/native_app_glue/
android_native_app_glue.c 34 # define LOGV(...) ((void)__android_log_print(ANDROID_LOG_VERBOSE, "threaded_app", __VA_ARGS__))
36 # define LOGV(...) ((void)0)
69 LOGV("Config: mcc=%d mnc=%d lang=%c%c cnt=%c%c orien=%d touch=%d dens=%d "
92 LOGV("APP_CMD_INPUT_CHANGED\n");
99 LOGV("Attaching input queue to looper");
109 LOGV("APP_CMD_INIT_WINDOW\n");
117 LOGV("APP_CMD_TERM_WINDOW\n");
125 LOGV("activityState=%d\n", cmd);
133 LOGV("APP_CMD_CONFIG_CHANGED\n");
140 LOGV("APP_CMD_DESTROY\n")
    [all...]
  /external/skia/platform_tools/android/third_party/native_app_glue/
android_native_app_glue.c 33 # define LOGV(...) ((void)__android_log_print(ANDROID_LOG_VERBOSE, "threaded_app", __VA_ARGS__))
35 # define LOGV(...) ((void)0)
68 LOGV("Config: mcc=%d mnc=%d lang=%c%c cnt=%c%c orien=%d touch=%d dens=%d "
91 LOGV("APP_CMD_INPUT_CHANGED\n");
98 LOGV("Attaching input queue to looper");
108 LOGV("APP_CMD_INIT_WINDOW\n");
116 LOGV("APP_CMD_TERM_WINDOW\n");
124 LOGV("activityState=%d\n", cmd);
132 LOGV("APP_CMD_CONFIG_CHANGED\n");
139 LOGV("APP_CMD_DESTROY\n")
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
ActivityBase.java 36 private static boolean LOGV = false;
54 if (LOGV) Log.v(TAG, "onWindowFocusChanged.hasFocus=" + hasFocus
72 if (LOGV) Log.v(TAG, "onResume. hasWindowFocus()=" + hasWindowFocus());
74 if (LOGV) Log.v(TAG, "onResume. mOnResumePending=true");
77 if (LOGV) Log.v(TAG, "onResume. mOnResumePending=false");
85 if (LOGV) Log.v(TAG, "onPause");
136 if (LOGV) {
  /hardware/intel/common/omx-components/videocodec/
OMXComponentCodecBase.cpp 82 LOGV("ComponentGetParameter: Index = 0x%x", nIndex);
96 LOGV("ComponentSetParameter: Index = 0x%x", nIndex);
110 LOGV("ComponentGetConfig: Index = 0x%x", nIndex);
126 LOGV("ComponentSetConfig: Index = 0x%x", nIndex);
134 LOGV("OMXComponentCodecBase::ProcessorInit");
140 LOGV("OMXComponentCodecBase::ProcessorDeinit");
145 LOGV("OMXComponentCodecBase::ProcessorStart");
150 LOGV("OMXComponentCodecBase::ProcessorStop");
155 LOGV("OMXComponentCodecBase::ProcessorPause");
160 LOGV("OMXComponentCodecBase::ProcessorResume")
    [all...]
  /external/opencv/
cvjni.cpp 51 LOGV("Error loading socket address.");
58 LOGV("Error loading socket port.");
67 LOGV("Error creating socket capture.");
265 LOGV("Load loadImageBytes.");
272 LOGV("Load NewBooleanArray.");
277 LOGV("Load SetBooleanArrayRegion.");
279 LOGV("Release sourceImage");
284 LOGV("Release binaryImage");
286 LOGV("Release grayImage");
288 LOGV("Release contourImage");
    [all...]

Completed in 643 milliseconds

1 2 3 4 5 6 7 8 9