Home
last modified time | relevance | path

Searched refs:LOG_V (Results 1 – 18 of 18) sorted by relevance

/hardware/intel/common/libmix/videoencoder/
DVideoEncoderH263.cpp31 LOG_V( "Begin\n"); in sendEncodeCommand()
44 LOG_V( "End\n"); in sendEncodeCommand()
56 LOG_V( "Begin\n\n"); in renderSequenceParams()
67 LOG_V("===h263 sequence params===\n"); in renderSequenceParams()
85 LOG_V( "end\n"); in renderSequenceParams()
94 LOG_V( "Begin\n\n"); in renderPictureParams()
110 LOG_V("======h263 picture params======\n"); in renderPictureParams()
111 LOG_V( "reference_picture = 0x%08x\n", h263PictureParams.reference_picture); in renderPictureParams()
112 LOG_V( "reconstructed_picture = 0x%08x\n", h263PictureParams.reconstructed_picture); in renderPictureParams()
113 LOG_V( "coded_buf = 0x%08x\n", h263PictureParams.coded_buf); in renderPictureParams()
[all …]
DVideoEncoderMP4.cpp101 LOG_V("Begin\n"); in getExtFormatOutput()
122 LOG_V("End\n"); in getExtFormatOutput()
134 LOG_V( "Begin\n\n"); in renderSequenceParams()
150 LOG_V("===mpeg4 sequence params===\n"); in renderSequenceParams()
175 LOG_V( "end\n"); in renderSequenceParams()
183 LOG_V( "Begin\n\n"); in renderPictureParams()
199 LOG_V("======mpeg4 picture params======\n"); in renderPictureParams()
200 LOG_V("reference_picture = 0x%08x\n", mpeg4_pic_param.reference_picture); in renderPictureParams()
201 LOG_V("reconstructed_picture = 0x%08x\n", mpeg4_pic_param.reconstructed_picture); in renderPictureParams()
202 LOG_V("coded_buf = 0x%08x\n", mpeg4_pic_param.coded_buf); in renderPictureParams()
[all …]
DVideoEncoderBase.cpp77 LOG_V("vaGetDisplay \n"); in VideoEncoderBase()
84 LOG_V("vaInitialize \n"); in VideoEncoderBase()
98 LOG_V( "vaTerminate\n"); in ~VideoEncoderBase()
121 LOG_V("Encoder has been started\n"); in start()
190 LOG_V( "======VA Configuration======\n"); in start()
191 LOG_V( "profile = %d\n", mComParams.profile); in start()
192 LOG_V( "mVAEntrypoint = %d\n", mVAEntrypoint); in start()
193 LOG_V( "vaAttrib[0].type = %d\n", vaAttrib[0].type); in start()
194 LOG_V( "vaAttrib[1].type = %d\n", vaAttrib[1].type); in start()
195 LOG_V( "vaAttrib[2].type = %d\n", vaAttrib[2].type); in start()
[all …]
DVideoEncoderAVC.cpp66 LOG_V( "Begin\n"); in start()
77 LOG_V( "end\n"); in start()
124 LOG_V("Config type = %d\n", (int)videoEncConfig->type); in derivedSetConfig()
191 LOG_V("Config type = %d\n", (int)videoEncConfig->type); in derivedGetConfig()
291LOG_V("libMIX thinks it is %s Frame, the input is %s Frame", FrameTypeStr[frametype], FrameTypeStr… in updateFrameInfo()
293 LOG_V("Wrong Frame type %d, type may not be initialized ?\n", task->type); in updateFrameInfo()
307 LOG_V("Begin\n"); in getExtFormatOutput()
350 LOG_V("out size is = %d\n", outBuffer->dataSize); in getExtFormatOutput()
356 LOG_V("End\n"); in getExtFormatOutput()
383 LOG_V ("NAL type = 0x%x\n", *nalType); in getOneNALUnit()
[all …]
DVideoEncoderUtils.cpp41 LOG_V("hw_get_module returned\n"); in gfx_init()
117LOG_V("gfx_lock: handle is %x, usage is %x, vaddr is %x.\n", (unsigned int)handle, usage, (unsigne… in gfx_lock()
123 LOG_V("lock returned with address %p\n", *vaddr); in gfx_lock()
144 LOG_V("unlock returned\n"); in gfx_unlock()
173 LOG_V("Blit returned\n"); in gfx_Blit()
192LOG_V("GetGfxBufferInfo: gfx iWidth=%d, iHeight=%d, iFormat=%x in handle structure\n", h->iWidth, … in GetGfxBufferInfo()
218 LOG_V("Actual Width=%d, Height=%d, Stride=%d\n\n", vinfo.width, vinfo.height, vinfo.lumaStride); in GetGfxBufferInfo()
325LOG_V("Create an new gfx buffer handle 0x%p for color convert, width=%d, height=%d, stride=%d\n", in doMapping()
391 LOG_V("MappingToVASurface mode=%d, value=%p\n", mVinfo.mode, (void*)mValue); in MappingToVASurface()
421LOG_V("%s: Format=%x, lumaStride=%d, width=%d, height=%d\n", mode, mVinfo.format, mVinfo.lumaStrid… in MappingToVASurface()
[all …]
DPVSoftMPEG4Encoder.cpp229 LOG_V("Begin\n"); in initEncoder()
252 LOG_V("End\n"); in initEncoder()
258 LOG_V("Begin\n"); in releaseEncoder()
280 LOG_V("End\n"); in releaseEncoder()
385 LOG_V("Begin\n"); in encode()
447 LOG_V("End\n"); in encode()
454 LOG_V("Begin\n"); in getOutput()
509 LOG_V("End\n"); in getOutput()
DVideoEncoderVP8.cpp64 LOG_V( "Begin\n"); in start()
73 LOG_V( "end\n"); in start()
83 LOG_V( "Begin\n"); in renderSequenceParams()
105 LOG_V( "End\n"); in renderSequenceParams()
113 LOG_V( "Begin\n"); in renderPictureParams()
141 LOG_V( "End\n"); in renderPictureParams()
375 LOG_V( "End\n"); in sendEncodeCommand()
DVideoEncoderLog.h24 #define LOG_V ALOGV macro
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
DSession.cpp129 LOG_V(" mcKMod->registerWsmL2() failed with %x", ret); in addBulkBuf()
133 LOG_V(" addBulkBuf - Handle of L2 Table = %u", handle); in addBulkBuf()
147 LOG_V("getBufHandle(): Virtual Address = 0x%X", (unsigned int) virtAddr); in getBufHandle()
165 LOG_V("removeBulkBuf(): Virtual Address = 0x%X", (unsigned int) virtAddr); in removeBulkBuf()
184 LOG_V("removeBulkBuf():handle=%u", pBlkBufDescr->handle); in removeBulkBuf()
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/
DServer.cpp112 LOG_V(" Server: waiting on sockets"); in run()
130 LOG_V(" Server: events on %d socket(s).", numSockets); in run()
135 LOG_V(" Server: new connection attempt."); in run()
203 LOG_V(" Stopping to listen on notification socket."); in detachConnection()
/hardware/qcom/gps/utils/
Dlog_util.h162 #define LOG_V(ID, WHAT, SPEC, VAL) LOG_(LOC_LOGV, ID, WHAT, SPEC, VAL) macro
164 #define ENTRY_LOG() LOG_V(ENTRY_TAG, __func__, %s, "")
165 #define EXIT_LOG(SPEC, VAL) LOG_V(EXIT_TAG, __func__, SPEC, VAL)
/hardware/qcom/gps/msm8960/utils/
Dlog_util.h152 #define LOG_V(ID, WHAT, SPEC, VAL) LOG_(LOC_LOGV, ID, WHAT, SPEC, VAL) macro
154 #define ENTRY_LOG() LOG_V(ENTRY_TAG, __func__, %s, "")
155 #define EXIT_LOG(SPEC, VAL) LOG_V(EXIT_TAG, __func__, SPEC, VAL)
/hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/
DCMcKMod.cpp60 LOG_V(" mapWsm(): len=%d", len); in mapWsm()
86 LOG_V(" mapped to %p, handle=%d, phys=%p ", virtAddr, in mapWsm()
138 LOG_V(" MCI mapped to %p, handle=%d, phys=%p, reused=%s", in mapMCI()
308 LOG_V("free(): handle=%d", handle); in free()
/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
DConnection.cpp68 LOG_V(" closing Connection..."); in ~Connection()
151 LOG_V(" readData(): peer orderly closed connection."); in readData()
/hardware/samsung_slsi/exynos5/mobicore/common/LogWrapper/
Dlog.h109 #define LOG_V LOG_I macro
111 #define LOG_V(...) DUMMY_FUNCTION() macro
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/
DMobiCoreDriverDaemon.cpp216 LOG_V(" sending error code %d", code); in writeResult()
344 LOG_V("%s: no device associated with connection",__FUNCTION__); \
568 LOG_V("%s: no device associated with connection", __FUNCTION__); in processNotify()
640 LOG_V("MCP UNMAP returned code %d", mcResult); in processUnmapBulkBuf()
683 LOG_V("MC GET_MOBICORE_VERSION returned code %d", mcResult); in processGetMobiCoreVersion()
719 LOG_V(" handleConnection(): Connection closed."); in handleConnection()
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
DTrustZoneDevice.cpp574 LOG_V("S-SIQ received"); in handleIrq()
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
DMobiCoreDevice.cpp354 LOG_V(" Searching sessionId %d with sessionMagic %d", in registerTrustletConnection()