HomeSort by relevance Sort by last modified time
    Searched refs:LOGV (Results 51 - 75 of 180) sorted by null

1 23 4 5 6 7 8

  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Mosaic.cpp 100 LOGV("Initialize %d %d", width, height);
101 LOGV("Frame width %d,%d", width, height);
102 LOGV("Max num frames %d", max_frames);
162 LOGV("WARNING: More frames than preallocated, ignoring."
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Mosaic.cpp 95 LOGV("Initialize %d %d", width, height);
96 LOGV("Frame width %d,%d", width, height);
97 LOGV("Max num frames %d", max_frames);
149 LOGV("WARNING: More frames than preallocated, ignoring."
  /packages/apps/Mms/src/com/android/mms/transaction/
DefaultRetryScheme.java 32 private static final boolean LOCAL_LOGV = DEBUG ? Config.LOGD : Config.LOGV;
  /cts/suite/audio_quality/test/
AudioRecordPlayTestCommon.h 77 LOGV("Audio playback buffer size %d, handled %d", mBufferPlayback->getSize(),
80 LOGV("Audio recording buffer size %d, handled %d", mBufferRecording->getSize(),
  /frameworks/base/core/java/android/net/http/
ConnectionThread.java 93 if (HttpLog.LOGV) HttpLog.v("ConnectionThread: Waiting for work");
106 if (HttpLog.LOGV) HttpLog.v("ConnectionThread: new request " +
HttpAuthHeader.java 263 if (HttpLog.LOGV) {
313 if (HttpLog.LOGV) {
346 if (HttpLog.LOGV) {
HttpConnection.java 76 if (HttpLog.LOGV) HttpLog.v(
  /frameworks/ex/variablespeed/jni/
jni_entry.cc 31 LOGV("+ %s", name);
34 LOGV("- %s", name_);
  /hardware/intel/common/wrs_omxil_core/core/src/
intel_omx_config_parser.cpp 44 LOGV("--- Intel_OMXConfigParser() ----\n");
139 LOGV("--- intel_video_config_parser() ---\n");
  /ndk/tests/abcc/jni/
Abcc.cpp 94 LOGV("Wrapper field: -O%d", mOptimizationLevel);
98 LOGV("Wrapper field: %s", p);
129 LOGV("Drop -l%s from %s for linking order decision", cur_libs->c_str(), info.mSOName.c_str());
173 LOGV("Translate bitcode: %s -> %s", bc.mBCPath.c_str(), bc.mTargetBCPath.c_str());
191 LOGV("Compile bitcode: %s -> %s", bc.mTargetBCPath.c_str(), bc.mObjPath.c_str());
230 LOGV("Link: %s -> %s", bc.mObjPath.c_str(), bc.mSOName.c_str());
275 LOGV("Command: %s", cmd.c_str());
309 LOGV("Map soname %s -> %s", info.mSOName.c_str(), info.mBCPath.c_str());
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Constants.java 163 public static final boolean LOGV = LOCAL_LOGV && Log.isLoggable(TAG, Log.VERBOSE);
167 public static final boolean LOGVV = LOCAL_LOGVV && LOGV;
  /ndk/tests/abcc/jni/device/
Abcc_device.cpp 124 LOGV("Error opening file: %s (Ignored)", full_path.c_str());
134 LOGV("Found file %s magic: %x, but we need a wrapped bitcode.", full_path.c_str(), magic);
138 LOGV("Push_back a bitcode: %s", full_path.c_str());
144 LOGV("No bitcodes needs to compile");
149 LOGV("Cannot get bitcode files from directory: %s", mWorkingDir.c_str());
214 LOGV("Copy runtime library: %s", libname.c_str());
  /packages/apps/Camera/src/com/android/camera/ui/
FaceView.java 43 private final boolean LOGV = false;
96 if (LOGV) Log.v(TAG, "Num of faces=" + faces.length);
119 if (LOGV) Log.v(TAG, "mDisplayOrientation=" + orientation);
130 if (LOGV) Log.v(TAG, "mMirror=" + mirror);
206 if (LOGV) Util.dumpRect(mRect, "Original rect");
208 if (LOGV) Util.dumpRect(mRect, "Transformed rect");
  /packages/apps/OMA-DM/engine/jni/
DMServiceMain.cc 28 //#define LOGV printf
209 LOGV("In native startFotaClientSession\n");
239 LOGV("Native startFotaClientSession return successfully\n");
250 LOGV("In native startClientSession\n");
269 LOGV("Native startClientSession return successfully\n");
271 LOGV("Native startClientSession return error %d\n", ret_status);
279 LOGV("In native startFotaServerSession\n");
296 LOGV("Native startFotaServerSession return successfully\n");
298 LOGV("Native startFotaServerSession return error %d\n", ret_status);
332 LOGV("Native startFotaNotifySession return successfully\n")
    [all...]
  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderVP8.cpp 8 LOGV("OMXVideoEncoderVP8 is constructed.");
15 LOGV("OMXVideoEncoderVP8 is destructed.");
87 LOGV("%s(),%d: got OMX_BUFFERFLAG_EOS\n", __func__, __LINE__);
92 LOGV("%s(),%d: input buffer's nFilledLen is zero\n", __func__, __LINE__);
135 LOGV("VP8 encode output data size = %d", outBuf.dataSize);
146 LOGV("Get buffer done\n");
188 LOGV("FPS = %2.1f\n", average_fps);
OMXVideoDecoderPAVC.cpp 29 LOGV("OMXVideoDecoderPAVC is constructed.");
39 LOGV("OMXVideoDecoderPAVC is destructed.");
104 LOGV("Received codec data for Protected AVC.");
OMXVideoDecoderVP8.cpp 26 LOGV("OMXVideoDecoderVP8 is constructed.");
37 LOGV("OMXVideoDecoderVP8 is destructed.");
OMXVideoDecoderWMV.cpp 27 LOGV("OMXVideoDecoderWMV is constructed.");
37 LOGV("OMXVideoDecoderWMV is destructed.");
  /hardware/intel/common/wrs_omxil_core/utils/src/
module.c 221 LOGV("module %s decrease refcont (%d)\n", module->name, module->ref_count);
233 LOGV("module %s closed\n", module->name);
262 LOGV("found symbol %s in module %s\n", string, module->name);
  /cts/suite/audio_quality/lib/include/
Log.h 60 #define LOGV(x...) do { Log::Instance()->printf(Log::ELogV, x); } while(0)
  /cts/suite/audio_quality/lib/src/
SimpleScriptExec.cpp 47 LOGV("re match %s", match.string());
  /frameworks/base/tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/
Fountain_v11.java 45 private static final boolean LOG_ENABLED = DEBUG ? Config.LOGD : Config.LOGV;
  /frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
RSTest_v11.java 45 private static final boolean LOG_ENABLED = DEBUG ? Config.LOGD : Config.LOGV;
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderTrace.h 53 #define VTRACE(...) LOGV(__VA_ARGS__)
  /development/ndk/platforms/android-14/samples/native-media/jni/
native-media-jni.c 35 #define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, TAG, __VA_ARGS__)
145 LOGV("EOS was processed\n");
169 LOGV("Dropping last packet because it is not whole");
208 LOGV("StreamChangeCallback called for stream %u", streamIndex);
228 LOGV("Found video size %u x %u, codec ID=%u, frameRate=%u, bitRate=%u, duration=%u ms",
288 LOGV("Dropping last packet because it is not whole");
291 LOGV("Initially queueing %zu packets", packetsRead);

Completed in 1065 milliseconds

1 23 4 5 6 7 8