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

12

/hardware/qcom/media/msm8974/mm-core/inc/
H A Dqc_omx_msg.h60 #ifndef LOGV
61 #define LOGV ALOGV macro
74 #define DEBUG_DETAIL LOGV
/hardware/qcom/media/msm8996/mm-core/inc/
H A Dqc_omx_msg.h60 #ifndef LOGV
61 #define LOGV ALOGV macro
74 #define DEBUG_DETAIL LOGV
/hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/inc/
H A Daenc_svr.h54 #ifndef LOGV
55 #define LOGV ALOGV macro
63 #define DEBUG_PRINT LOGV
64 #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...]
/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/inc/
H A Daenc_svr.h54 #ifndef LOGV
55 #define LOGV ALOGV macro
64 #define DEBUG_DETAIL LOGV
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/inc/
H A Daenc_svr.h54 #ifndef LOGV
55 #define LOGV ALOGV macro
64 #define DEBUG_DETAIL LOGV
/hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/inc/
H A Daenc_svr.h54 #ifndef LOGV
55 #define LOGV ALOGV macro
64 #define DEBUG_DETAIL LOGV
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
H A DLogDumpHelper.h34 #define LOGV printf macro
62 LOGV("Error: invalid parameters to %s", __FUNCTION__) ;
84 LOGV("NALU-dump: error: invalid parameters to %s", __FUNCTION__) ;
93 LOGV("NALU-dump(nalu %u): data: %s" DUMP_EOL, nalu, str) ;
101 LOGV("Error: invalid parameters to %s", __FUNCTION__) ;
115 LOGV("%s: ptr=%p, size=%u, data=%s" DUMP_EOL, prefix, start, size, str) ;
123 LOGV("Error: invalid parameters to %s", __FUNCTION__) ;
133 LOGV("NALU-dump: num NALUs = %u\n", numNALUs) ;
154 LOGV("NALU-dump(nalu %u): imr_offset = %u, nalu_size = %u, data_size = %u" DUMP_EOL,
199 LOGV("Erro
[all...]
/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 DOMXVideoDecoderMPEG2.cpp27 LOGV("OMXVideoDecoderMPEG2 is constructed.");
37 LOGV("OMXVideoDecoderMPEG2 is destructed.");
/hardware/intel/common/wrs_omxil_core/core/src/
H A Dwrs_omxcore.cpp125 LOGV("%s(): enter", __FUNCTION__);
141 LOGV("%s(): exit done", __FUNCTION__);
149 LOGV("%s(): enter", __FUNCTION__);
160 LOGV("%s(): exit done (ret : 0x%08x)", __FUNCTION__, ret);
186 LOGV("%s(): found %u th component %s", __FUNCTION__, nIndex, cname);
199 LOGV("%s(): enter, try to get %s", __FUNCTION__, cComponentName);
239 LOGV("%s(): exit done\n", __FUNCTION__);
279 LOGV("%s(): enter, try to free %s", __FUNCTION__, cbase->GetName());
303 LOGV("%s(): exit done", __FUNCTION__);
330 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.cpp173 LOGV("unsupport color format !");
332 LOGV("%s(): %s:%s:PortIndex %u: enter, nSizeBytes=%u\n", __FUNCTION__,
339 LOGV("%s(): %s:%s:PortIndex %u: exit done, already populated\n",
382 LOGV("%s(): %s:%s:PortIndex %u: a buffer allocated (%p:%u/%u)\n",
391 LOGV("%s(): %s:%s:PortIndex %u: allocate all buffers (%u)\n",
400 LOGV("%s(): %s:%s:PortIndex %u: exit done\n", __FUNCTION__,
413 LOGV("%s(): %s:%s:PortIndex %u: enter, nSizeBytes=%u\n", __FUNCTION__,
419 LOGV("%s(): %s:%s:PortIndex %u: exit done, already populated\n",
481 LOGV("%s(): %s:%s:PortIndex %u: a buffer allocated (%p:%u/%u)\n",
490 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 1452 milliseconds

12