Home
last modified time | relevance | path

Searched refs:LOGV (Results 1 – 25 of 37) sorted by relevance

12

/hardware/intel/common/wrs_omxil_core/utils/src/
Daudio_parser.c403 LOGV("mp3 frame header\n"); in mp3_header_parse()
404 LOGV(" sync: 0x%x\n", header.sync); in mp3_header_parse()
405 LOGV(" version: 0x%x, %s\n", header.version_index, in mp3_header_parse()
407 LOGV(" layer: 0x%x, %s\n", header.layer_index, in mp3_header_parse()
409 LOGV(" protection: 0x%x, %s\n", header.protected, in mp3_header_parse()
411 LOGV(" bitrate: 0x%x, %u\n", header.bitrate_index, *bitrate); in mp3_header_parse()
412 LOGV(" sampling rate: 0x%x, %u\n", header.samplingrate_index, *frequency); in mp3_header_parse()
413 LOGV(" padding bit: 0x%x, %s\n", header.padding_bit, in mp3_header_parse()
415 LOGV(" private bit: 0x%x\n", header.private_bit); in mp3_header_parse()
416 LOGV(" channel mode: 0x%x, %s\n", header.channel_mode, in mp3_header_parse()
[all …]
Dmodule.c219 LOGV("module %s decrease refcont (%d)\n", module->name, module->ref_count); in module_close()
231 LOGV("module %s closed\n", module->name); in module_close()
260 LOGV("found symbol %s in module %s\n", string, module->name); in module_symbol()
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
DLogDumpHelper.h34 #define LOGV printf macro
62 LOGV("Error: invalid parameters to %s", __FUNCTION__) ; in DumpBufferToString()
84 LOGV("NALU-dump: error: invalid parameters to %s", __FUNCTION__) ; in DumpNaluDataBuffer()
93 LOGV("NALU-dump(nalu %u): data: %s" DUMP_EOL, nalu, str) ; in DumpNaluDataBuffer()
101 LOGV("Error: invalid parameters to %s", __FUNCTION__) ; in DumpBuffer()
115 LOGV("%s: ptr=%p, size=%u, data=%s" DUMP_EOL, prefix, start, size, str) ; in DumpBuffer()
123 LOGV("Error: invalid parameters to %s", __FUNCTION__) ; in DumpNaluHeaderBuffer()
133 LOGV("NALU-dump: num NALUs = %u\n", numNALUs) ; in DumpNaluHeaderBuffer()
154 LOGV("NALU-dump(nalu %u): imr_offset = %u, nalu_size = %u, data_size = %u" DUMP_EOL, in DumpNaluHeaderBuffer()
199 LOGV("Error: invalid parameters to %s", __FUNCTION__) ; in DumpBuffer2()
[all …]
/hardware/intel/common/omx-components/videocodec/
DOMXComponentCodecBase.cpp82 LOGV("ComponentGetParameter: Index = 0x%x", nIndex); in ComponentGetParameter()
96 LOGV("ComponentSetParameter: Index = 0x%x", nIndex); in ComponentSetParameter()
110 LOGV("ComponentGetConfig: Index = 0x%x", nIndex); in ComponentGetConfig()
126 LOGV("ComponentSetConfig: Index = 0x%x", nIndex); in ComponentSetConfig()
139 LOGV("OMXComponentCodecBase::ProcessorInit"); in ProcessorInit()
145 LOGV("OMXComponentCodecBase::ProcessorDeinit"); in ProcessorDeinit()
150 LOGV("OMXComponentCodecBase::ProcessorStart"); in ProcessorStart()
155 LOGV("OMXComponentCodecBase::ProcessorStop"); in ProcessorStop()
160 LOGV("OMXComponentCodecBase::ProcessorPause"); in ProcessorPause()
165 LOGV("OMXComponentCodecBase::ProcessorResume"); in ProcessorResume()
DOMXVideoEncoderAVC.cpp110LOGV("Support Profile:%s, Level:%s\n", ProfileTable[profile_index].name, LevelTable[level_index].n… in OMXVideoEncoderAVC()
198 LOGV("OMXVideoEncoderAVC::SetVideoEncoderParam"); in SetVideoEncoderParam()
251 LOGV("VUIFlag = %d\n", mAVCParams->VUIFlag); in SetVideoEncoderParam()
252 LOGV("sliceNum.iSliceNum = %d\n", mAVCParams->sliceNum.iSliceNum); in SetVideoEncoderParam()
253 LOGV("sliceNum.pSliceNum = %d\n", mAVCParams->sliceNum.pSliceNum); in SetVideoEncoderParam()
254 LOGV("maxSliceSize = %d\n ", mAVCParams->maxSliceSize); in SetVideoEncoderParam()
255 LOGV("intraPeriod = %d\n ", mEncoderParams->intraPeriod); in SetVideoEncoderParam()
256 LOGV("idrInterval = %d\n ", mAVCParams->idrInterval); in SetVideoEncoderParam()
257 LOGV("ipPeriod = %d\n ", mAVCParams->ipPeriod); in SetVideoEncoderParam()
305LOGV("ProcessorPreEmptyBuffer idrPeriod=%d, IntraPeriod=%d, IpPeriod=%d, BFrameEnabled=%d\n", idrP… in ProcessorPreEmptyBuffer()
[all …]
DOMXVideoEncoderH263.cpp24 LOGV("Constructer for OMXVideoEncoderH263."); in OMXVideoEncoderH263()
34 LOGV("Destructer for OMXVideoEncoderH263."); in ~OMXVideoEncoderH263()
79 LOGV("OMXVideoEncoderH263::ProcessorInit\n"); in ProcessorInit()
91 LOGV("OMXVideoEncoderH263::ProcessorProcess \n"); in ProcessorProcess()
102 LOGV("%s(): enter encode\n", __func__); in ProcessorProcess()
118 LOGV("buffer_in.data=%x, data_size=%d", in ProcessorProcess()
160 LOGV("output data size = %d", outBuf.dataSize); in ProcessorProcess()
190 LOGV("%s(), mix_video_encode returns MIX_RESULT_VIDEO_ENC_SLICESIZE_OVERFLOW" in ProcessorProcess()
222 LOGV("********** output buffer: len=%d, ts=%lld, flags=%x", in ProcessorProcess()
DOMXVideoEncoderMPEG4.cpp24 LOGV("OMXVideoEncoderMPEG4 is constructed."); in OMXVideoEncoderMPEG4()
31 LOGV("OMXVideoEncoderMPEG4 is destructed."); in ~OMXVideoEncoderMPEG4()
99 LOGV("%s(),%d: input buffer's nFilledLen is zero\n", __func__, __LINE__); in ProcessorProcess()
109 LOGV("inBuf.data=%x, size=%d", (unsigned)inBuf.data, inBuf.size); in ProcessorProcess()
132 LOGV("mFirstFrame\n"); in ProcessorProcess()
142 LOGV("output codec data size = %d", outBuf.dataSize); in ProcessorProcess()
163 LOGV("output data size = %d", outBuf.dataSize); in ProcessorProcess()
174 LOGV("Get buffer done\n"); in ProcessorProcess()
215 LOGV("FPS = %2.1f\n", average_fps); in ProcessorProcess()
DOMXVideoEncoderVP8.cpp8 LOGV("OMXVideoEncoderVP8 is constructed."); in OMXVideoEncoderVP8()
16 LOGV("OMXVideoEncoderVP8 is destructed."); in ~OMXVideoEncoderVP8()
89 LOGV("%s(),%d: got OMX_BUFFERFLAG_EOS\n", __func__, __LINE__); in ProcessorProcess()
94 LOGV("%s(),%d: input buffer's nFilledLen is zero\n", __func__, __LINE__); in ProcessorProcess()
158 LOGV("VP8 encode output data size = %d", outBuf.dataSize); in ProcessorProcess()
169 LOGV("Get buffer done\n"); in ProcessorProcess()
211 LOGV("FPS = %2.1f\n", average_fps); in ProcessorProcess()
DOMXVideoDecoderPAVC.cpp29 LOGV("OMXVideoDecoderPAVC is constructed."); in OMXVideoDecoderPAVC()
39 LOGV("OMXVideoDecoderPAVC is destructed."); in ~OMXVideoDecoderPAVC()
104 LOGV("Received codec data for Protected AVC."); in PrepareDecodeBuffer()
DOMXVideoDecoderWMV.cpp27 LOGV("OMXVideoDecoderWMV is constructed."); in OMXVideoDecoderWMV()
37 LOGV("OMXVideoDecoderWMV is destructed."); in ~OMXVideoDecoderWMV()
DOMXVideoDecoderVP8.cpp26 LOGV("OMXVideoDecoderVP8 is constructed."); in OMXVideoDecoderVP8()
37 LOGV("OMXVideoDecoderVP8 is destructed."); in ~OMXVideoDecoderVP8()
DOMXVideoDecoderMPEG2.cpp27 LOGV("OMXVideoDecoderMPEG2 is constructed."); in OMXVideoDecoderMPEG2()
37 LOGV("OMXVideoDecoderMPEG2 is destructed."); in ~OMXVideoDecoderMPEG2()
DOMXVideoDecoderMPEG4.cpp27 LOGV("OMXVideoDecoderMPEG4 is constructed."); in OMXVideoDecoderMPEG4()
37 LOGV("OMXVideoDecoderMPEG4 is destructed."); in ~OMXVideoDecoderMPEG4()
DOMXVideoDecoderH263.cpp27 LOGV("OMXVideoDecoderH263 is constructed."); in OMXVideoDecoderH263()
37 LOGV("OMXVideoDecoderH263 is destructed."); in ~OMXVideoDecoderH263()
DOMXVideoEncoderBase.cpp47 LOGV("OMXVideoEncoderBase::OMXVideoEncoderBase end"); in OMXVideoEncoderBase()
284 LOGV("OMXVideoEncoderBase::SetVideoEncoderParam called\n"); in SetVideoEncoderParam()
309 LOGV("frameRate.frameRateDenom = %d\n", mEncoderParams->frameRate.frameRateDenom); in SetVideoEncoderParam()
310 LOGV("frameRate.frameRateNum = %d\n", mEncoderParams->frameRate.frameRateNum); in SetVideoEncoderParam()
311 LOGV("intraPeriod = %d\n ", mEncoderParams->intraPeriod); in SetVideoEncoderParam()
324 LOGV("%s(), eControlRate == OMX_Video_Intel_ControlRateConstant", __func__); in SetVideoEncoderParam()
328 LOGV("%s(), eControlRate == OMX_Video_Intel_ControlRateVariable", __func__); in SetVideoEncoderParam()
331 LOGV("%s(), eControlRate == OMX_Video_Intel_ControlRateVideoConferencingMode ", __func__); in SetVideoEncoderParam()
343 LOGV("refreshType = %d\n", mEncoderParams->refreshType); in SetVideoEncoderParam()
385 LOGV("OMXVideoEncoderBase:: ProcessorProcess \n"); in ProcessorProcess()
[all …]
/hardware/intel/common/wrs_omxil_core/core/src/
Dwrs_omxcore.cpp125 LOGV("%s(): enter", __FUNCTION__); in OMX_Init()
141 LOGV("%s(): exit done", __FUNCTION__); in OMX_Init()
149 LOGV("%s(): enter", __FUNCTION__); in OMX_Deinit()
160 LOGV("%s(): exit done (ret : 0x%08x)", __FUNCTION__, ret); in OMX_Deinit()
186 LOGV("%s(): found %u th component %s", __FUNCTION__, nIndex, cname); in OMX_ComponentNameEnum()
199 LOGV("%s(): enter, try to get %s", __FUNCTION__, cComponentName); in OMX_GetHandle()
239 LOGV("%s(): exit done\n", __FUNCTION__); in OMX_GetHandle()
279 LOGV("%s(): enter, try to free %s", __FUNCTION__, cbase->GetName()); in OMX_FreeHandle()
303 LOGV("%s(): exit done", __FUNCTION__); in OMX_FreeHandle()
330 LOGV("%s(): component %s has %s role", __FUNCTION__, in OMX_GetComponentsOfRole()
[all …]
Dintel_omx_config_parser.cpp44 LOGV("--- Intel_OMXConfigParser() ----\n"); in Intel_OMXConfigParser()
139 LOGV("--- intel_video_config_parser() ---\n"); in Intel_OMXConfigParser()
/hardware/qcom/media/msm8998/mm-core/inc/
Dqc_omx_msg.h60 #ifndef LOGV
61 #define LOGV ALOGV macro
74 #define DEBUG_DETAIL LOGV
/hardware/qcom/media/msm8974/mm-core/inc/
Dqc_omx_msg.h60 #ifndef LOGV
61 #define LOGV ALOGV macro
74 #define DEBUG_DETAIL LOGV
/hardware/qcom/media/msm8996/mm-core/inc/
Dqc_omx_msg.h60 #ifndef LOGV
61 #define LOGV ALOGV macro
74 #define DEBUG_DETAIL LOGV
/hardware/intel/common/wrs_omxil_core/base/src/
Dportbase.cpp173 LOGV("unsupport color format !"); in getFrameBufSize()
332 LOGV("%s(): %s:%s:PortIndex %u: enter, nSizeBytes=%u\n", __FUNCTION__, in UseBuffer()
339 LOGV("%s(): %s:%s:PortIndex %u: exit done, already populated\n", in UseBuffer()
382 LOGV("%s(): %s:%s:PortIndex %u: a buffer allocated (%p:%u/%u)\n", in UseBuffer()
391 LOGV("%s(): %s:%s:PortIndex %u: allocate all buffers (%u)\n", in UseBuffer()
400 LOGV("%s(): %s:%s:PortIndex %u: exit done\n", __FUNCTION__, in UseBuffer()
413 LOGV("%s(): %s:%s:PortIndex %u: enter, nSizeBytes=%u\n", __FUNCTION__, in AllocateBuffer()
419 LOGV("%s(): %s:%s:PortIndex %u: exit done, already populated\n", in AllocateBuffer()
481 LOGV("%s(): %s:%s:PortIndex %u: a buffer allocated (%p:%u/%u)\n", in AllocateBuffer()
490 LOGV("%s(): %s:%s:PortIndex %u: allocate all buffers (%u)\n", in AllocateBuffer()
[all …]
Dcomponentbase.cpp56 LOGV("command process workqueue started\n"); in CmdProcessWork()
71 LOGV("command process workqueue stopped\n"); in ~CmdProcessWork()
1286 LOGV("%s:%s: handling %s command\n", in CmdHandler()
1331 LOGV("%s:%s: command %s handling done\n", in CmdHandler()
1371 LOGV("%s:%s: try to transit state from %s to %s\n", in TransState()
1462 LOGV("%s:%s: " in TransStateToLoaded()
1510 LOGV("%s:%s: flushed all ports\n", GetName(), GetWorkingRole()); in TransStateToIdle()
1513 LOGV("%s:%s: discarded all scheduled buffer process work\n", in TransStateToIdle()
1518 LOGV("%s:%s: buffer process work resumed\n", in TransStateToIdle()
1523 LOGV("%s:%s: buffer process work stopped\n", in TransStateToIdle()
[all …]
/hardware/intel/common/wrs_omxil_core/utils/inc/
Dlog.h24 #define LOGV ALOGV macro
38 #define LOGV(...) LOG("V", __VA_ARGS__) macro
/hardware/invensense/65xx/libsensors_iio/
DSensorBase.h32 #define LOGV ALOGV macro
39 LOGV("%s", __PRETTY_FUNCTION__)
/hardware/invensense/6515/libsensors_iio/
DSensorBase.h32 #define LOGV ALOGV macro
39 LOGV("%s", __PRETTY_FUNCTION__)

12