/hardware/intel/common/wrs_omxil_core/utils/src/ |
D | audio_parser.c | 403 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 …]
|
D | module.c | 221 LOGV("module %s decrease refcont (%d)\n", module->name, module->ref_count); in module_close() 233 LOGV("module %s closed\n", module->name); in module_close() 262 LOGV("found symbol %s in module %s\n", string, module->name); in module_symbol()
|
/hardware/intel/common/omx-components/videocodec/ |
D | OMXComponentCodecBase.cpp | 82 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() 134 LOGV("OMXComponentCodecBase::ProcessorInit"); in ProcessorInit() 140 LOGV("OMXComponentCodecBase::ProcessorDeinit"); in ProcessorDeinit() 145 LOGV("OMXComponentCodecBase::ProcessorStart"); in ProcessorStart() 150 LOGV("OMXComponentCodecBase::ProcessorStop"); in ProcessorStop() 155 LOGV("OMXComponentCodecBase::ProcessorPause"); in ProcessorPause() 160 LOGV("OMXComponentCodecBase::ProcessorResume"); in ProcessorResume()
|
D | OMXVideoEncoderAVC.cpp | 110 …LOGV("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() 305 …LOGV("ProcessorPreEmptyBuffer idrPeriod=%d, IntraPeriod=%d, IpPeriod=%d, BFrameEnabled=%d\n", idrP… in ProcessorPreEmptyBuffer() [all …]
|
D | OMXVideoEncoderMPEG4.cpp | 24 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()
|
D | OMXVideoEncoderH263.cpp | 24 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()
|
D | OMXVideoEncoderVP8.cpp | 8 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()
|
D | OMXVideoDecoderPAVC.cpp | 29 LOGV("OMXVideoDecoderPAVC is constructed."); in OMXVideoDecoderPAVC() 39 LOGV("OMXVideoDecoderPAVC is destructed."); in ~OMXVideoDecoderPAVC() 104 LOGV("Received codec data for Protected AVC."); in PrepareDecodeBuffer()
|
D | OMXVideoDecoderWMV.cpp | 27 LOGV("OMXVideoDecoderWMV is constructed."); in OMXVideoDecoderWMV() 37 LOGV("OMXVideoDecoderWMV is destructed."); in ~OMXVideoDecoderWMV()
|
D | OMXVideoDecoderVP8.cpp | 26 LOGV("OMXVideoDecoderVP8 is constructed."); in OMXVideoDecoderVP8() 37 LOGV("OMXVideoDecoderVP8 is destructed."); in ~OMXVideoDecoderVP8()
|
D | OMXVideoEncoderBase.cpp | 46 LOGV("OMXVideoEncoderBase::OMXVideoEncoderBase end"); in OMXVideoEncoderBase() 279 LOGV("OMXVideoEncoderBase::SetVideoEncoderParam called\n"); in SetVideoEncoderParam() 306 LOGV("frameRate.frameRateDenom = %d\n", mEncoderParams->frameRate.frameRateDenom); in SetVideoEncoderParam() 307 LOGV("frameRate.frameRateNum = %d\n", mEncoderParams->frameRate.frameRateNum); in SetVideoEncoderParam() 308 LOGV("intraPeriod = %d\n ", mEncoderParams->intraPeriod); in SetVideoEncoderParam() 321 LOGV("%s(), eControlRate == OMX_Video_Intel_ControlRateConstant", __func__); in SetVideoEncoderParam() 325 LOGV("%s(), eControlRate == OMX_Video_Intel_ControlRateVariable", __func__); in SetVideoEncoderParam() 328 LOGV("%s(), eControlRate == OMX_Video_Intel_ControlRateVideoConferencingMode ", __func__); in SetVideoEncoderParam() 340 LOGV("refreshType = %d\n", mEncoderParams->refreshType); in SetVideoEncoderParam() 384 LOGV("OMXVideoEncoderBase:: ProcessorProcess \n"); in ProcessorProcess() [all …]
|
D | OMXVideoDecoderH263.cpp | 27 LOGV("OMXVideoDecoderH263 is constructed."); in OMXVideoDecoderH263() 37 LOGV("OMXVideoDecoderH263 is destructed."); in ~OMXVideoDecoderH263()
|
D | OMXVideoDecoderMPEG4.cpp | 27 LOGV("OMXVideoDecoderMPEG4 is constructed."); in OMXVideoDecoderMPEG4() 37 LOGV("OMXVideoDecoderMPEG4 is destructed."); in ~OMXVideoDecoderMPEG4()
|
D | OMXVideoDecoderAVC.cpp | 34 LOGV("OMXVideoDecoderAVC is constructed."); in OMXVideoDecoderAVC() 45 LOGV("OMXVideoDecoderAVC is destructed."); in ~OMXVideoDecoderAVC() 141 LOGV("Received AVC codec data."); in PrepareDecodeBuffer()
|
D | OMXVideoDecoderVP9Hybrid.cpp | 31 LOGV("OMXVideoDecoderVP9Hybrid is constructed."); in OMXVideoDecoderVP9Hybrid() 54 LOGV("OMXVideoDecoderVP9Hybrid is destructed."); in ~OMXVideoDecoderVP9Hybrid() 330 LOGV("vpx_codec_get_frame return NULL."); in FillRenderBuffer() 350 LOGV("vpx_codec_get_frame return NULL."); in FillRenderBuffer() 486 LOGV("Output color format is HAL_PIXEL_FORMAT_YV12."); in GetOutputColorFormat()
|
/hardware/intel/common/wrs_omxil_core/core/src/ |
D | wrs_omxcore.cpp | 127 LOGV("%s(): enter", __FUNCTION__); in OMX_Init() 143 LOGV("%s(): exit done", __FUNCTION__); in OMX_Init() 151 LOGV("%s(): enter", __FUNCTION__); in OMX_Deinit() 162 LOGV("%s(): exit done (ret : 0x%08x)", __FUNCTION__, ret); in OMX_Deinit() 189 LOGV("%s(): found %u th component %s", __FUNCTION__, nIndex, cname); in OMX_ComponentNameEnum() 202 LOGV("%s(): enter, try to get %s", __FUNCTION__, cComponentName); in OMX_GetHandle() 242 LOGV("%s(): exit done\n", __FUNCTION__); in OMX_GetHandle() 282 LOGV("%s(): enter, try to free %s", __FUNCTION__, cbase->GetName()); in OMX_FreeHandle() 306 LOGV("%s(): exit done", __FUNCTION__); in OMX_FreeHandle() 333 LOGV("%s(): component %s has %s role", __FUNCTION__, in OMX_GetComponentsOfRole() [all …]
|
D | intel_omx_config_parser.cpp | 44 LOGV("--- Intel_OMXConfigParser() ----\n"); in Intel_OMXConfigParser() 139 LOGV("--- intel_video_config_parser() ---\n"); in Intel_OMXConfigParser()
|
D | intel_m4v_config_parser.cpp | 874 LOGV("intel: --- call to DecodeSPS() begin ---\n"); in iGetAVCConfigInfo() 880 LOGV("intel: --- call to DecodeSPS() end ---\n"); in iGetAVCConfigInfo() 899 LOGV("intel: --- call to DecodePPS() begin ---\n"); in iGetAVCConfigInfo() 903 LOGV("intel: --- call to DecodePPS() end : status = %x ---\n", status); in iGetAVCConfigInfo() 951 LOGV("intel: --- profile_idc = %d ---\n", temp); in DecodeSPS() 1040 LOGV("---intel: 1 *display_width = %d *display_height = %d\n", *display_width, *display_height); in DecodeSPS() 1067 … LOGV("---intel: 2 *display_width = %d *display_height = %d\n", *display_width, *display_height); in DecodeSPS()
|
/hardware/intel/common/wrs_omxil_core/base/src/ |
D | portbase.cpp | 172 LOGV("unsupport color format !"); in getFrameBufSize() 331 LOGV("%s(): %s:%s:PortIndex %u: enter, nSizeBytes=%u\n", __FUNCTION__, in UseBuffer() 338 LOGV("%s(): %s:%s:PortIndex %u: exit done, already populated\n", in UseBuffer() 381 LOGV("%s(): %s:%s:PortIndex %u: a buffer allocated (%p:%u/%u)\n", in UseBuffer() 390 LOGV("%s(): %s:%s:PortIndex %u: allocate all buffers (%u)\n", in UseBuffer() 399 LOGV("%s(): %s:%s:PortIndex %u: exit done\n", __FUNCTION__, in UseBuffer() 412 LOGV("%s(): %s:%s:PortIndex %u: enter, nSizeBytes=%u\n", __FUNCTION__, in AllocateBuffer() 418 LOGV("%s(): %s:%s:PortIndex %u: exit done, already populated\n", in AllocateBuffer() 480 LOGV("%s(): %s:%s:PortIndex %u: a buffer allocated (%p:%u/%u)\n", in AllocateBuffer() 489 LOGV("%s(): %s:%s:PortIndex %u: allocate all buffers (%u)\n", in AllocateBuffer() [all …]
|
D | componentbase.cpp | 55 LOGV("command process workqueue started\n"); in CmdProcessWork() 70 LOGV("command process workqueue stopped\n"); in ~CmdProcessWork() 1281 LOGV("%s:%s: handling %s command\n", in CmdHandler() 1326 LOGV("%s:%s: command %s handling done\n", in CmdHandler() 1366 LOGV("%s:%s: try to transit state from %s to %s\n", in TransState() 1457 LOGV("%s:%s: " in TransStateToLoaded() 1505 LOGV("%s:%s: flushed all ports\n", GetName(), GetWorkingRole()); in TransStateToIdle() 1508 LOGV("%s:%s: discarded all scheduled buffer process work\n", in TransStateToIdle() 1513 LOGV("%s:%s: buffer process work resumed\n", in TransStateToIdle() 1518 LOGV("%s:%s: buffer process work stopped\n", in TransStateToIdle() [all …]
|
/hardware/qcom/media/mm-core/inc/ |
D | qc_omx_msg.h | 60 #ifndef LOGV 61 #define LOGV ALOGV macro 74 #define DEBUG_DETAIL LOGV
|
/hardware/intel/common/wrs_omxil_core/utils/inc/ |
D | log.h | 24 #define LOGV ALOGV macro 38 #define LOGV(...) LOG("V", __VA_ARGS__) macro
|
/hardware/invensense/60xx/libsensors_iio/ |
D | local_log_def.h | 19 #define LOGV ALOGV macro 43 LOGV("%s", __PRETTY_FUNCTION__)
|
/hardware/invensense/65xx/libsensors_iio/ |
D | SensorBase.h | 32 #define LOGV ALOGV macro 39 LOGV("%s", __PRETTY_FUNCTION__)
|
/hardware/invensense/6515/libsensors_iio/ |
D | SensorBase.h | 32 #define LOGV ALOGV macro 39 LOGV("%s", __PRETTY_FUNCTION__)
|