/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 | VirtualDevice.cpp | 485 ITRACE("Notify frameTypeChanged: %dx%d in %dx%d @ %d fps", in run() 501 ITRACE("Notify bufferInfoChanged: %dx%d in %dx%d @ %d fps", in run() 593 ITRACE("%s buffers changing from %dx%d to %dx%d", in get() 625 ITRACE("Releasing %s buffers (%ux%u)", mName, mWidth, mHeight); in clear() 708 ITRACE(); in start() 730 ITRACE(); in stop() 777 ITRACE(); in setResolution() 872 ITRACE("Waiting for prior encoder session to shut down..."); in prepare() 1162 ITRACE("scaled frame not yet available."); in queueCompose() 1532 ITRACE("Skipping extended mode due to rotation of 90 or 270"); in queueCompose() [all …]
|
D | PhysicalDevice.cpp | 193 ITRACE("device is not connected"); in getDisplayConfigs() 219 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 | 57 ITRACE("Used client supplied profile and surface to start VA."); in start() 168 ITRACE("No slice available for decoding."); in decodeFrame() 274 … ITRACE("slice data offset= %d, size = %d", sliceData->slice_offset, sliceData->slice_size); in continueDecodingFrame() 731 ITRACE("updateFormatInfo: current size: %d x %d, new size: %d x %d", in updateFormatInfo() 744 ITRACE("Video size is changed."); in updateFormatInfo() 778 ITRACE("Cropping: left = %d, top = %d, right = %d, bottom = %d", in updateFormatInfo() 799 ITRACE("actualBufferNeeded =%d", mVideoFormatInfo.actualBufferNeeded); in updateFormatInfo() 836 ITRACE("WiDi is enabled, actual buffer needed is %d", mVideoFormatInfo.actualBufferNeeded); in isWiDiStatusChanged() 984 ITRACE("maxDPBSize = %d, num_ref_frame = %d", maxDPBSize, data->codec_data->num_ref_frames); in getDPBSize() 1026 ITRACE("AVC short format used"); in getCodecSpecificConfigs() [all …]
|
D | VideoDecoderMPEG2.cpp | 97 ITRACE("Video size is changed during startVA"); in decode() 105 …ITRACE("Video size is changed. from %dx%d to %dx%d\n",mVideoFormatInfo.width,mVideoFormatInfo.heig… in decode() 361 ITRACE("updateFormatInfo: current size: %d x %d, new size: %d x %d", in updateFormatInfo() 378 ITRACE("Video size is changed."); in updateFormatInfo()
|
D | VideoDecoderHost.cpp | 83 ITRACE("Deleting decoder for %s", info->mimeType); in releaseVideoDecoder()
|
D | VideoDecoderMPEG4.cpp | 92 ITRACE("Video size is changed during startVA"); in decode() 101 …ITRACE("Video size is changed. from %dx%d to %dx%d\n", mVideoFormatInfo.width, mVideoFormatInfo.he… in decode() 601 ITRACE("updateFormatInfo: current size: %d x %d, new size: %d x %d", in updateFormatInfo() 624 ITRACE("Video size is changed."); in updateFormatInfo()
|
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() 1510 ITRACE("Parser Type = %d", (int32_t)type); in setParserType() 1607 ITRACE("Error Index[%d]: type = %d, start_mb = %d, end_mb = %d", in fillDecodingErrors() 1614 ITRACE("%s: error number of current surface is %d, timestamp @%llu", in fillDecodingErrors() 1624 ITRACE("set new rotation degree: %d", rotationDegrees); in setRotationDegrees() 1672 ITRACE("set colorMatrix: 0x%x ", colorMatrix); in setColorSpaceInfo() 1695 ITRACE("set videoRange: %d ", videoRange); in setColorSpaceInfo()
|
D | VideoDecoderVP8.cpp | 50 ITRACE("updateFormatInfo: current size: %d x %d, new size: %d x %d", in updateFormatInfo() 63 ITRACE("Video size is changed."); in updateFormatInfo() 86 …ITRACE("Cropping: left = %d, top = %d, right = %d, bottom = %d", data->codec_data->crop_left, data… in updateFormatInfo()
|
D | VideoDecoderWMV.cpp | 106 …ITRACE("video size is changed from %dx%d to %dx%d", mVideoFormatInfo.width, mVideoFormatInfo.heigh… in decode() 478 ITRACE("updateFormatInfo: current size: %d x %d, new size: %d x %d", in updateFormatInfo() 495 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 | 114 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 | Drm.cpp | 115 ITRACE("device %d is not connected", device); in detect() 126 ITRACE("Drm connector has encoder attached on device %d", device); in detect() 134 ITRACE("getting encoder for device %d", device); in detect() 162 ITRACE("Drm encoder has crtc attached on device %d", device); in detect() 170 ITRACE("getting crtc for device %d", device); in detect() 197 ITRACE("mode is valid, kernel mode settings"); in detect() 201 ITRACE("mode is invalid, setting preferred mode"); in detect() 225 …ITRACE("mode is: %dx%d@%dHz", output->mode.hdisplay, output->mode.vdisplay, output->mode.vrefresh); in detect() 631 ITRACE("mode set: %dx%d@%dHz", mode->hdisplay, mode->vdisplay, mode->vrefresh); in setDrmMode()
|
D | VsyncManager.cpp | 97 ITRACE("dynamic vsync source switch is not supported"); in resetVsyncSource()
|
/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()
|
/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 | 235 ITRACE("size of frame buffer to create: %dx%d", width, height); in allocFrameBuffer() 326 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()
|