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

1 2

  /hardware/intel/common/libmix/videoencoder/
VideoEncoderH263.cpp 31 LOG_V( "Begin\n");
44 LOG_V( "End\n");
56 LOG_V( "Begin\n\n");
67 LOG_V("===h263 sequence params===\n");
85 LOG_V( "end\n");
94 LOG_V( "Begin\n\n");
110 LOG_V("======h263 picture params======\n");
111 LOG_V( "reference_picture = 0x%08x\n", h263PictureParams.reference_picture);
112 LOG_V( "reconstructed_picture = 0x%08x\n", h263PictureParams.reconstructed_picture);
113 LOG_V( "coded_buf = 0x%08x\n", h263PictureParams.coded_buf)
    [all...]
VideoEncoderMP4.cpp 101 LOG_V("Begin\n");
122 LOG_V("End\n");
134 LOG_V( "Begin\n\n");
150 LOG_V("===mpeg4 sequence params===\n");
175 LOG_V( "end\n");
183 LOG_V( "Begin\n\n");
199 LOG_V("======mpeg4 picture params======\n");
200 LOG_V("reference_picture = 0x%08x\n", mpeg4_pic_param.reference_picture);
201 LOG_V("reconstructed_picture = 0x%08x\n", mpeg4_pic_param.reconstructed_picture);
202 LOG_V("coded_buf = 0x%08x\n", mpeg4_pic_param.coded_buf)
    [all...]
VideoEncoderBase.cpp 77 LOG_V("vaGetDisplay \n");
84 LOG_V("vaInitialize \n");
98 LOG_V( "vaTerminate\n");
121 LOG_V("Encoder has been started\n");
190 LOG_V( "======VA Configuration======\n");
191 LOG_V( "profile = %d\n", mComParams.profile);
192 LOG_V( "mVAEntrypoint = %d\n", mVAEntrypoint);
193 LOG_V( "vaAttrib[0].type = %d\n", vaAttrib[0].type);
194 LOG_V( "vaAttrib[1].type = %d\n", vaAttrib[1].type);
195 LOG_V( "vaAttrib[2].type = %d\n", vaAttrib[2].type)
    [all...]
VideoEncoderAVC.cpp 66 LOG_V( "Begin\n");
77 LOG_V( "end\n");
124 LOG_V("Config type = %d\n", (int)videoEncConfig->type);
191 LOG_V("Config type = %d\n", (int)videoEncConfig->type);
291 LOG_V("libMIX thinks it is %s Frame, the input is %s Frame", FrameTypeStr[frametype], FrameTypeStr[task->type]);
293 LOG_V("Wrong Frame type %d, type may not be initialized ?\n", task->type);
307 LOG_V("Begin\n");
350 LOG_V("out size is = %d\n", outBuffer->dataSize);
356 LOG_V("End\n");
383 LOG_V ("NAL type = 0x%x\n", *nalType)
    [all...]
VideoEncoderUtils.cpp 41 LOG_V("hw_get_module returned\n");
117 LOG_V("gfx_lock: handle is %x, usage is %x, vaddr is %x.\n", (unsigned int)handle, usage, (unsigned int)*vaddr);
123 LOG_V("lock returned with address %p\n", *vaddr);
144 LOG_V("unlock returned\n");
173 LOG_V("Blit returned\n");
192 LOG_V("GetGfxBufferInfo: gfx iWidth=%d, iHeight=%d, iFormat=%x in handle structure\n", h->iWidth, h->iHeight, h->iFormat);
218 LOG_V("Actual Width=%d, Height=%d, Stride=%d\n\n", vinfo.width, vinfo.height, vinfo.lumaStride);
325 LOG_V("Create an new gfx buffer handle 0x%p for color convert, width=%d, height=%d, stride=%d\n",
391 LOG_V("MappingToVASurface mode=%d, value=%p\n", mVinfo.mode, (void*)mValue);
421 LOG_V("%s: Format=%x, lumaStride=%d, width=%d, height=%d\n", mode, mVinfo.format, mVinfo.lumaStride, mVi (…)
    [all...]
VideoEncoderLog.h 24 #define LOG_V ALOGV
PVSoftMPEG4Encoder.cpp 229 LOG_V("Begin\n");
252 LOG_V("End\n");
258 LOG_V("Begin\n");
280 LOG_V("End\n");
385 LOG_V("Begin\n");
447 LOG_V("End\n");
454 LOG_V("Begin\n");
509 LOG_V("End\n");
VideoEncoderVP8.cpp 64 LOG_V( "Begin\n");
73 LOG_V( "end\n");
83 LOG_V( "Begin\n");
105 LOG_V( "End\n");
113 LOG_V( "Begin\n");
141 LOG_V( "End\n");
375 LOG_V( "End\n");
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
common.h 35 #define LOG_JV(sev, obj) LOG_V(sev) << "Jingle:" << obj->ToString() << ": "
  /external/chromium_org/jingle/glue/
logging_unittest.cc 5 // Note: this test tests LOG_V and LOG_E since all other logs are expressed
78 LOG_V(rtc::LS_ERROR) << AsString(rtc::LS_ERROR);
79 LOG_V(rtc::LS_WARNING) << AsString(rtc::LS_WARNING);
80 LOG_V(rtc::LS_INFO) << AsString(rtc::LS_INFO);
81 LOG_V(rtc::LS_VERBOSE) << AsString(rtc::LS_VERBOSE);
82 LOG_V(rtc::LS_SENSITIVE) << AsString(rtc::LS_SENSITIVE);
105 LOG_V(rtc::LS_ERROR) << AsString(rtc::LS_ERROR);
106 LOG_V(rtc::LS_WARNING) << AsString(rtc::LS_WARNING);
107 LOG_V(rtc::LS_INFO) << AsString(rtc::LS_INFO);
108 LOG_V(rtc::LS_VERBOSE) << AsString(rtc::LS_VERBOSE)
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
Session.cpp 129 LOG_V(" mcKMod->registerWsmL2() failed with %x", ret);
133 LOG_V(" addBulkBuf - Handle of L2 Table = %u", handle);
147 LOG_V("getBufHandle(): Virtual Address = 0x%X", (unsigned int) virtAddr);
165 LOG_V("removeBulkBuf(): Virtual Address = 0x%X", (unsigned int) virtAddr);
184 LOG_V("removeBulkBuf():handle=%u", pBlkBufDescr->handle);
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/
Server.cpp 112 LOG_V(" Server: waiting on sockets");
130 LOG_V(" Server: events on %d socket(s).", numSockets);
135 LOG_V(" Server: new connection attempt.");
203 LOG_V(" Stopping to listen on notification socket.");
  /hardware/qcom/gps/msm8960/utils/
log_util.h 152 #define LOG_V(ID, WHAT, SPEC, VAL) LOG_(LOC_LOGV, ID, WHAT, SPEC, VAL)
154 #define ENTRY_LOG() LOG_V(ENTRY_TAG, __func__, %s, "")
155 #define EXIT_LOG(SPEC, VAL) LOG_V(EXIT_TAG, __func__, SPEC, VAL)
  /hardware/qcom/gps/utils/
log_util.h 162 #define LOG_V(ID, WHAT, SPEC, VAL) LOG_(LOC_LOGV, ID, WHAT, SPEC, VAL)
164 #define ENTRY_LOG() LOG_V(ENTRY_TAG, __func__, %s, "")
165 #define EXIT_LOG(SPEC, VAL) LOG_V(EXIT_TAG, __func__, SPEC, VAL)
  /external/chromium_org/third_party/webrtc/overrides/webrtc/base/
logging.cc 184 LOG_V(level) << label << direction << "## "
210 LOG_V(level) << label << direction
264 LOG_V(level) << label << direction << "## " << consecutive_unprintable
279 LOG_V(level) << label << direction << substr;
281 LOG_V(level) << label << direction << "## omitted for privacy ##";
logging.h 189 #define LOG_V(sev) DIAGNOSTIC_LOG(sev, NONE, 0)
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
Connection.cpp 68 LOG_V(" closing Connection...");
151 LOG_V(" readData(): peer orderly closed connection.");
  /hardware/samsung_slsi/exynos5/mobicore/common/LogWrapper/
log.h 53 /** LOG_V(fmt, args...)
109 #define LOG_V LOG_I
111 #define LOG_V(...) DUMMY_FUNCTION()
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
logging.h 35 // LOG_V(sev) Like LOG(), but sev is a run-time variable of the LoggingSeverity
129 #define LOG_V(sev) \
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/
CMcKMod.cpp 60 LOG_V(" mapWsm(): len=%d", len);
86 LOG_V(" mapped to %p, handle=%d, phys=%p ", virtAddr,
138 LOG_V(" MCI mapped to %p, handle=%d, phys=%p, reused=%s",
308 LOG_V("free(): handle=%d", handle);
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/
MobiCoreDriverDaemon.cpp 216 LOG_V(" sending error code %d", code);
344 LOG_V("%s: no device associated with connection",__FUNCTION__); \
568 LOG_V("%s: no device associated with connection", __FUNCTION__);
640 LOG_V("MCP UNMAP returned code %d", mcResult);
683 LOG_V("MC GET_MOBICORE_VERSION returned code %d", mcResult);
719 LOG_V(" handleConnection(): Connection closed.");
  /external/chromium_org/third_party/webrtc/base/
logging.cc 510 LOG_V(level) << label << direction << "## "
536 LOG_V(level) << label << direction
590 LOG_V(level) << label << direction << "## " << consecutive_unprintable
605 LOG_V(level) << label << direction << substr;
607 LOG_V(level) << label << direction << "## omitted for privacy ##";
schanneladapter.cc 51 LOG_V(severity)
63 LOG_V(severity) << prefix << "(";
67 LOG_V(severity) << ")";
autodetectproxy.cc 208 LOG_V(sev) << "AutoDetectProxy detected "
  /frameworks/base/core/java/android/os/
StrictMode.java 120 private static final boolean LOG_V = Log.isLoggable(TAG, Log.VERBOSE);
    [all...]

Completed in 6356 milliseconds

1 2