Searched refs:ITRACE (Results 1 – 11 of 11) sorted by relevance
/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() 718 ITRACE("updateFormatInfo: current size: %d x %d, new size: %d x %d", in updateFormatInfo() 727 ITRACE("Video size is changed."); in updateFormatInfo() 761 ITRACE("Cropping: left = %d, top = %d, right = %d, bottom = %d", in updateFormatInfo() 782 ITRACE("actualBufferNeeded =%d", mVideoFormatInfo.actualBufferNeeded); in updateFormatInfo() 806 ITRACE("WiDi is enabled, actual buffer needed is %d", mVideoFormatInfo.actualBufferNeeded); in isWiDiStatusChanged() 936 ITRACE("maxDPBSize = %d, num_ref_frame = %d", maxDPBSize, data->codec_data->num_ref_frames); in getDPBSize() 978 ITRACE("AVC short format used"); in getCodecSpecificConfigs() [all …]
|
D | VideoDecoderHost.cpp | 79 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.heig… in decode() 579 ITRACE("updateFormatInfo: current size: %d x %d, new size: %d x %d", in updateFormatInfo() 597 ITRACE("Video size is changed."); in updateFormatInfo()
|
D | VideoDecoderVP8.cpp | 50 ITRACE("updateFormatInfo: current size: %d x %d, new size: %d x %d", in updateFormatInfo() 59 ITRACE("Video size is changed."); in updateFormatInfo() 69 …ITRACE("Cropping: left = %d, top = %d, right = %d, bottom = %d", data->codec_data->crop_left, data… in updateFormatInfo()
|
D | VideoDecoderBase.cpp | 118 ITRACE("mParserType = %d", mParserType); in start() 601 ITRACE("Surface is referenced by other surface buffer."); in acquireSurfaceBuffer() 820 ITRACE("Using GEN driver"); in setupVA() 824 ITRACE("Using PVR driver"); in setupVA() 1360 ITRACE("Parser Type = %d", (int32_t)type); in setParserType() 1457 ITRACE("Error Index[%d]: type = %d, start_mb = %d, end_mb = %d", in fillDecodingErrors() 1464 ITRACE("%s: error number of current surface is %d, timestamp @%llu", in fillDecodingErrors() 1474 ITRACE("set new rotation degree: %d", rotationDegrees); in setRotationDegrees()
|
D | VideoDecoderWMV.cpp | 106 …ITRACE("video size is changed from %dx%d to %dx%d", mVideoFormatInfo.width, mVideoFormatInfo.heigh… in decode() 459 ITRACE("updateFormatInfo: current size: %d x %d, new size: %d x %d", in updateFormatInfo() 476 ITRACE("Video size is changed."); in updateFormatInfo()
|
/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()
|
/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/merrifield/ |
D | VideoDecoderAVCSecure.cpp | 187 ITRACE("Nalu type = 0x%x is skipped", naluType); in processModularInputBuffer() 368 ITRACE("No slice available for decoding."); in decodeFrame()
|
/hardware/intel/common/libmix/videodecoder/securevideo/moorefield/ |
D | VideoDecoderAVCSecure.cpp | 198 ITRACE("Nalu type = 0x%x is skipped", naluType); in processModularInputBuffer() 379 ITRACE("No slice available for decoding."); in decodeFrame()
|