Searched refs:LOGV (Results 1 - 25 of 38) sorted by relevance

12

/hardware/qcom/media/mm-core/inc/
H A Dqc_omx_msg.h60 #ifndef LOGV
61 #define LOGV ALOGV macro
74 #define DEBUG_DETAIL LOGV
/hardware/intel/common/wrs_omxil_core/utils/src/
H A Daudio_parser.c403 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(" channe
[all...]
H A Dmodule.c221 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);
/hardware/intel/common/wrs_omxil_core/utils/inc/
H A Dlog.h24 #define LOGV ALOGV macro
38 #define LOGV(...) LOG("V", __VA_ARGS__) macro
/hardware/intel/common/omx-components/videocodec/
H A DOMXComponentCodecBase.cpp82 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("OMXComponentCodecBas
[all...]
H A DOMXVideoEncoderH263.cpp24 LOGV("Constructer for OMXVideoEncoderH263.");
34 LOGV("Destructer for OMXVideoEncoderH263.");
79 LOGV("OMXVideoEncoderH263::ProcessorInit\n");
91 LOGV("OMXVideoEncoderH263::ProcessorProcess \n");
102 LOGV("%s(): enter encode\n", __func__);
118 LOGV("buffer_in.data=%x, data_size=%d",
160 LOGV("output data size = %d", outBuf.dataSize);
190 LOGV("%s(), mix_video_encode returns MIX_RESULT_VIDEO_ENC_SLICESIZE_OVERFLOW"
222 LOGV("********** output buffer: len=%d, ts=%lld, flags=%x",
H A DOMXVideoEncoderMPEG4.cpp24 LOGV("OMXVideoEncoderMPEG4 is constructed.");
31 LOGV("OMXVideoEncoderMPEG4 is destructed.");
99 LOGV("%s(),%d: input buffer's nFilledLen is zero\n", __func__, __LINE__);
109 LOGV("inBuf.data=%x, size=%d", (unsigned)inBuf.data, inBuf.size);
132 LOGV("mFirstFrame\n");
142 LOGV("output codec data size = %d", outBuf.dataSize);
163 LOGV("output data size = %d", outBuf.dataSize);
174 LOGV("Get buffer done\n");
215 LOGV("FPS = %2.1f\n", average_fps);
H A DOMXVideoEncoderAVC.cpp110 LOGV("Support Profile:%s, Level:%s\n", ProfileTable[profile_index].name, LevelTable[level_index].name);
198 LOGV("OMXVideoEncoderAVC::SetVideoEncoderParam");
251 LOGV("VUIFlag = %d\n", mAVCParams->VUIFlag);
252 LOGV("sliceNum.iSliceNum = %d\n", mAVCParams->sliceNum.iSliceNum);
253 LOGV("sliceNum.pSliceNum = %d\n", mAVCParams->sliceNum.pSliceNum);
254 LOGV("maxSliceSize = %d\n ", mAVCParams->maxSliceSize);
255 LOGV("intraPeriod = %d\n ", mEncoderParams->intraPeriod);
256 LOGV("idrInterval = %d\n ", mAVCParams->idrInterval);
257 LOGV("ipPeriod = %d\n ", mAVCParams->ipPeriod);
305 LOGV("ProcessorPreEmptyBuffe
[all...]
H A DOMXVideoEncoderVP8.cpp8 LOGV("OMXVideoEncoderVP8 is constructed.");
16 LOGV("OMXVideoEncoderVP8 is destructed.");
89 LOGV("%s(),%d: got OMX_BUFFERFLAG_EOS\n", __func__, __LINE__);
94 LOGV("%s(),%d: input buffer's nFilledLen is zero\n", __func__, __LINE__);
158 LOGV("VP8 encode output data size = %d", outBuf.dataSize);
169 LOGV("Get buffer done\n");
211 LOGV("FPS = %2.1f\n", average_fps);
H A DOMXVideoDecoderPAVC.cpp29 LOGV("OMXVideoDecoderPAVC is constructed.");
39 LOGV("OMXVideoDecoderPAVC is destructed.");
104 LOGV("Received codec data for Protected AVC.");
H A DOMXVideoDecoderVP8.cpp26 LOGV("OMXVideoDecoderVP8 is constructed.");
37 LOGV("OMXVideoDecoderVP8 is destructed.");
H A DOMXVideoDecoderWMV.cpp27 LOGV("OMXVideoDecoderWMV is constructed.");
37 LOGV("OMXVideoDecoderWMV is destructed.");
H A DOMXVideoDecoderH263.cpp27 LOGV("OMXVideoDecoderH263 is constructed.");
37 LOGV("OMXVideoDecoderH263 is destructed.");
H A DOMXVideoDecoderMPEG4.cpp27 LOGV("OMXVideoDecoderMPEG4 is constructed.");
37 LOGV("OMXVideoDecoderMPEG4 is destructed.");
H A DOMXVideoDecoderAVC.cpp34 LOGV("OMXVideoDecoderAVC is constructed.");
45 LOGV("OMXVideoDecoderAVC is destructed.");
141 LOGV("Received AVC codec data.");
H A DOMXVideoEncoderBase.cpp46 LOGV("OMXVideoEncoderBase::OMXVideoEncoderBase end");
279 LOGV("OMXVideoEncoderBase::SetVideoEncoderParam called\n");
306 LOGV("frameRate.frameRateDenom = %d\n", mEncoderParams->frameRate.frameRateDenom);
307 LOGV("frameRate.frameRateNum = %d\n", mEncoderParams->frameRate.frameRateNum);
308 LOGV("intraPeriod = %d\n ", mEncoderParams->intraPeriod);
321 LOGV("%s(), eControlRate == OMX_Video_Intel_ControlRateConstant", __func__);
325 LOGV("%s(), eControlRate == OMX_Video_Intel_ControlRateVariable", __func__);
328 LOGV("%s(), eControlRate == OMX_Video_Intel_ControlRateVideoConferencingMode ", __func__);
340 LOGV("refreshType = %d\n", mEncoderParams->refreshType);
384 LOGV("OMXVideoEncoderBas
[all...]
H A DOMXVideoEncoderBase.h27 #define LOGV(...) ALOGI_IF(mOmxLogLevel, __VA_ARGS__) macro
/hardware/invensense/60xx/libsensors_iio/
H A Dlocal_log_def.h19 #define LOGV ALOGV macro
43 LOGV("%s", __PRETTY_FUNCTION__)
/hardware/intel/common/wrs_omxil_core/core/src/
H A Dwrs_omxcore.cpp127 LOGV("%s(): enter", __FUNCTION__);
143 LOGV("%s(): exit done", __FUNCTION__);
151 LOGV("%s(): enter", __FUNCTION__);
162 LOGV("%s(): exit done (ret : 0x%08x)", __FUNCTION__, ret);
189 LOGV("%s(): found %u th component %s", __FUNCTION__, nIndex, cname);
202 LOGV("%s(): enter, try to get %s", __FUNCTION__, cComponentName);
242 LOGV("%s(): exit done\n", __FUNCTION__);
282 LOGV("%s(): enter, try to free %s", __FUNCTION__, cbase->GetName());
306 LOGV("%s(): exit done", __FUNCTION__);
333 LOGV("
[all...]
H A Dintel_omx_config_parser.cpp44 LOGV("--- Intel_OMXConfigParser() ----\n");
139 LOGV("--- intel_video_config_parser() ---\n");
/hardware/intel/common/wrs_omxil_core/base/src/
H A Dportbase.cpp172 LOGV("unsupport color format !");
331 LOGV("%s(): %s:%s:PortIndex %u: enter, nSizeBytes=%u\n", __FUNCTION__,
338 LOGV("%s(): %s:%s:PortIndex %u: exit done, already populated\n",
381 LOGV("%s(): %s:%s:PortIndex %u: a buffer allocated (%p:%u/%u)\n",
390 LOGV("%s(): %s:%s:PortIndex %u: allocate all buffers (%u)\n",
399 LOGV("%s(): %s:%s:PortIndex %u: exit done\n", __FUNCTION__,
412 LOGV("%s(): %s:%s:PortIndex %u: enter, nSizeBytes=%u\n", __FUNCTION__,
418 LOGV("%s(): %s:%s:PortIndex %u: exit done, already populated\n",
480 LOGV("%s(): %s:%s:PortIndex %u: a buffer allocated (%p:%u/%u)\n",
489 LOGV("
[all...]
H A Dcomponentbase.cpp55 LOGV("command process workqueue started\n");
70 LOGV("command process workqueue stopped\n");
1281 LOGV("%s:%s: handling %s command\n",
1326 LOGV("%s:%s: command %s handling done\n",
1366 LOGV("%s:%s: try to transit state from %s to %s\n",
1457 LOGV("%s:%s: "
1505 LOGV("%s:%s: flushed all ports\n", GetName(), GetWorkingRole());
1508 LOGV("%s:%s: discarded all scheduled buffer process work\n",
1513 LOGV("%s:%s: buffer process work resumed\n",
1518 LOGV("
[all...]
/hardware/invensense/6515/libsensors_iio/
H A DSensorBase.h32 #define LOGV ALOGV macro
39 LOGV("%s", __PRETTY_FUNCTION__)
/hardware/invensense/65xx/libsensors_iio/
H A DSensorBase.h32 #define LOGV ALOGV macro
39 LOGV("%s", __PRETTY_FUNCTION__)
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderTrace.h53 #define VTRACE(...) LOGV(__VA_ARGS__)

Completed in 422 milliseconds

12