/hardware/intel/img/hwcomposer/merrifield/common/devices/ |
D | ExternalDevice.cpp | 131 ITRACE("start mode setting..."); in setDrmMode() 144 ITRACE("Mode settings is interrupted"); in setDrmMode() 199 ITRACE("HDCP authenticated, enabling dynamic vsync"); in HdcpLinkStatusListener() 231 ITRACE("hotpug event: %d", mConnected); in hotplugListener() 270 ITRACE("setting refresh rate to %d", hz); in setRefreshRate() 290 ITRACE("Ignore a new refresh setting event because there is a same event is handling"); in setRefreshRate() 295 ITRACE("changing refresh rate from %d to %d", mode.vrefresh, hz); in setRefreshRate()
|
D | PhysicalDevice.cpp | 195 ITRACE("device is not connected"); in getDisplayConfigs() 221 ITRACE("device is not connected"); in getDisplayAttributes()
|
/hardware/intel/common/libmix/videodecoder/ |
D | VideoDecoderTrace.h | 39 #define ITRACE(format, ...) VIDEO_DECODER_TRACE("INFO: ", format, ##__VA_ARGS__) macro 52 #define ITRACE(...) LOGI(__VA_ARGS__) macro 62 #define ITRACE(format, ...) macro
|
D | VideoDecoderAVC.cpp | 61 ITRACE("Used client supplied profile and surface to start VA."); in start() 182 ITRACE("No slice available for decoding."); in decodeFrame() 288 … ITRACE("slice data offset= %d, size = %d", sliceData->slice_offset, sliceData->slice_size); in continueDecodingFrame() 745 ITRACE("updateFormatInfo: current size: %d x %d, new size: %d x %d", in updateFormatInfo() 759 ITRACE("Video size is changed."); in updateFormatInfo() 793 ITRACE("Cropping: left = %d, top = %d, right = %d, bottom = %d", in updateFormatInfo() 814 ITRACE("actualBufferNeeded =%d", mVideoFormatInfo.actualBufferNeeded); in updateFormatInfo() 851 ITRACE("WiDi is enabled, actual buffer needed is %d", mVideoFormatInfo.actualBufferNeeded); in isWiDiStatusChanged() 999 ITRACE("maxDPBSize = %d, num_ref_frame = %d", maxDPBSize, data->codec_data->num_ref_frames); in getDPBSize() 1041 ITRACE("AVC short format used"); in getCodecSpecificConfigs() [all …]
|
D | VideoDecoderMPEG2.cpp | 110 ITRACE("Video size is changed during startVA"); in decode() 118 …ITRACE("Video size is changed. from %dx%d to %dx%d\n",mVideoFormatInfo.width,mVideoFormatInfo.heig… in decode() 374 ITRACE("updateFormatInfo: current size: %d x %d, new size: %d x %d", in updateFormatInfo() 391 ITRACE("Video size is changed."); in updateFormatInfo()
|
D | VideoDecoderHost.cpp | 83 ITRACE("Deleting decoder for %s", info->mimeType); in releaseVideoDecoder()
|
D | VideoDecoderBase.cpp | 122 ITRACE("mParserType = %d", mParserType); in start() 617 ITRACE("Surface is referenced by other surface buffer."); in acquireSurfaceBuffer() 835 ITRACE("Using GEN driver"); in setupVA() 839 ITRACE("Using PVR driver"); in setupVA() 1511 ITRACE("Parser Type = %d", (int32_t)type); in setParserType() 1608 ITRACE("Error Index[%d]: type = %d, start_mb = %d, end_mb = %d", in fillDecodingErrors() 1615 ITRACE("%s: error number of current surface is %d, timestamp @%llu", in fillDecodingErrors() 1625 ITRACE("set new rotation degree: %d", rotationDegrees); in setRotationDegrees() 1674 ITRACE("set colorMatrix: 0x%x ", colorMatrix); in setColorSpaceInfo() 1697 ITRACE("set videoRange: %d ", videoRange); in setColorSpaceInfo()
|
D | VideoDecoderMPEG4.cpp | 105 ITRACE("Video size is changed during startVA"); in decode() 114 …ITRACE("Video size is changed. from %dx%d to %dx%d\n", mVideoFormatInfo.width, mVideoFormatInfo.he… in decode() 614 ITRACE("updateFormatInfo: current size: %d x %d, new size: %d x %d", in updateFormatInfo() 637 ITRACE("Video size is changed."); in updateFormatInfo()
|
D | VideoDecoderVP8.cpp | 53 ITRACE("updateFormatInfo: current size: %d x %d, new size: %d x %d", in updateFormatInfo() 66 ITRACE("Video size is changed."); in updateFormatInfo() 89 …ITRACE("Cropping: left = %d, top = %d, right = %d, bottom = %d", data->codec_data->crop_left, data… in updateFormatInfo()
|
D | VideoDecoderWMV.cpp | 119 …ITRACE("video size is changed from %dx%d to %dx%d", mVideoFormatInfo.width, mVideoFormatInfo.heigh… in decode() 491 ITRACE("updateFormatInfo: current size: %d x %d, new size: %d x %d", in updateFormatInfo() 508 ITRACE("Video size is changed."); in updateFormatInfo()
|
/hardware/intel/img/hwcomposer/merrifield/common/observers/ |
D | MultiDisplayObserver.cpp | 47 ITRACE("blank: %d", blank); in blankSecondaryDisplay() 55 ITRACE("state: %d", state); in updateVideoState() 75 ITRACE("scaling type: %d", type); in setHdmiScalingType() 82 ITRACE("oversacn compensation, h: %d v: %d", hValue, vValue); in setHdmiOverscan() 179 ITRACE("MDS client is initialized"); in initMDSClient() 289 ITRACE("thread is interrupted"); in threadLoop() 318 ITRACE("timing to set: %dx%d@%dHz", timing.width, timing.height, timing.refresh); in setHdmiTiming() 430 ITRACE("Video Session[%d] output resolution %dx%d ", sessionID, width, height); in setDecoderOutputResolution()
|
D | VsyncEventObserver.cpp | 115 ITRACE("exiting thread loop"); in threadLoop()
|
D | SoftVsyncObserver.cpp | 118 ITRACE("exiting thread loop"); in threadLoop()
|
D | UeventObserver.cpp | 178 ITRACE("exiting wait"); in threadLoop()
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/ |
D | vbp_trace.h | 31 #define ITRACE(format, ...) VBP_TRACE_UTIL("INFO: ", format, ##__VA_ARGS__) macro 38 #define ITRACE(format, ...) macro
|
/hardware/intel/img/hwcomposer/merrifield/common/base/ |
D | DisplayAnalyzer.cpp | 244 ITRACE("video extended mode enabled: %d", mVideoExtModeEnabled); in isVideoExtModeEnabled() 446 ITRACE("External device isn't connected"); in handleHotplugEvent() 460 ITRACE("Old Hz %d, new one %d", hz, info.frameRate); in handleHotplugEvent() 621 ITRACE("not eligible for video extended mode"); in handleInputEvent() 635 ITRACE("aborting display power off in video extended mode"); in handleDpmsEvent() 671 ITRACE("Ignoring idle entry as protected layer exists."); in handleIdleEntryEvent() 678 ITRACE("Ignoring idle entry as external device is connected."); in handleIdleEntryEvent() 686 ITRACE("Ignoring idle entry as video session is active."); in handleIdleEntryEvent() 731 … ITRACE("Ignoring video HWC_SKIP_LAYER: %d on output %d", mIgnoreVideoSkipFlag, i); in handleVideoCheckEvent() 758 ITRACE("entering video extended mode..."); in enterVideoExtMode() [all …]
|
D | VsyncManager.cpp | 97 ITRACE("dynamic vsync source switch is not supported"); in resetVsyncSource()
|
D | HwcLayer.cpp | 280 ITRACE("fps of layer %d is %.1f", mIndex, fps); in update()
|
/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
D | HdcpControl.cpp | 238 ITRACE("HDCP is supported"); in isHdcpSupported() 282 ITRACE("HDCP is authenticated"); in runHdcp() 322 ITRACE("signal HDCP authentication completed, status = %d", mAuthenticated); in signalCompletion() 333 ITRACE("Hdcp is stopped."); in threadLoop()
|
D | PrepareListener.cpp | 45 ITRACE("display IED is turned on"); in onProtectedLayerStart()
|
D | RotationBufferProvider.cpp | 478 ITRACE("time spent %dms from vaBeginPicture to vaSyncSurface", in setupRotationBuffer() 495 ITRACE("time spent %dms for setupRotationBuffer", in setupRotationBuffer()
|
/hardware/intel/img/hwcomposer/merrifield/common/utils/ |
D | HwcTrace.h | 31 #define ITRACE(fmt,...) ALOGI("%s: " fmt, __func__, ##__VA_ARGS__) macro
|
/hardware/intel/img/hwcomposer/merrifield/common/buffers/ |
D | BufferManager.cpp | 228 ITRACE("size of frame buffer to create: %dx%d", width, height); in allocFrameBuffer() 319 ITRACE("size of graphic buffer to create: %dx%d", width, height); in allocGrallocBuffer()
|
/hardware/intel/common/libmix/videodecoder/securevideo/baytrail/ |
D | VideoDecoderAVCSecure.cpp | 347 ITRACE("AVC short format used"); in getCodecSpecificConfigs() 350 ITRACE("AVC long format ssed"); in getCodecSpecificConfigs()
|
/hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/ |
D | VideoDecoderAVCSecure.cpp | 331 ITRACE("AVC short format used"); in getCodecSpecificConfigs() 334 ITRACE("AVC long format ssed"); in getCodecSpecificConfigs()
|