Searched refs:VTRACE (Results 1 – 9 of 9) sorted by relevance
/hardware/intel/common/libmix/videodecoder/securevideo/merrifield/ |
D | VideoDecoderAVCSecure.cpp | 66 VTRACE("VideoDecoderAVCSecure::start"); in start() 89 VTRACE("VideoDecoderAVCSecure::stop"); in stop() 104 VTRACE("processModularInputBuffer +++"); in processModularInputBuffer() 123 VTRACE("Decoding protected video ..."); in processModularInputBuffer() 132 VTRACE("mFrameData = %p, mFrameSize = %d", mFrameData, mFrameSize); in processModularInputBuffer() 135 VTRACE("nalu_num = %d", nalu_num); in processModularInputBuffer() 150 … VTRACE("nalu_type = 0x%x, nalu_size = %d, nalu_offset = 0x%x", nalu_type, nalu_size, nalu_offset); in processModularInputBuffer() 155 VTRACE("slice idx = %d", sliceidx); in processModularInputBuffer() 161 VTRACE("sliceHeaderByte = 0x%x", mSliceInfo[sliceidx].sliceHeaderByte); in processModularInputBuffer() 162 VTRACE("sliceStartOffset = %d", mSliceInfo[sliceidx].sliceStartOffset); in processModularInputBuffer() [all …]
|
/hardware/intel/common/libmix/videodecoder/securevideo/moorefield/ |
D | VideoDecoderAVCSecure.cpp | 66 VTRACE("VideoDecoderAVCSecure::start"); in start() 89 VTRACE("VideoDecoderAVCSecure::stop"); in stop() 104 VTRACE("processModularInputBuffer +++"); in processModularInputBuffer() 123 VTRACE("Decoding protected video ..."); in processModularInputBuffer() 132 VTRACE("mFrameData = %p, mFrameSize = %d", mFrameData, mFrameSize); in processModularInputBuffer() 135 VTRACE("nalu_num = %d", nalu_num); in processModularInputBuffer() 150 … VTRACE("nalu_type = 0x%x, nalu_size = %d, nalu_offset = 0x%x", nalu_type, nalu_size, nalu_offset); in processModularInputBuffer() 165 VTRACE("slice idx = %d", sliceidx); in processModularInputBuffer() 171 VTRACE("sliceHeaderByte = 0x%x", mSliceInfo[sliceidx].sliceHeaderByte); in processModularInputBuffer() 172 VTRACE("sliceStartOffset = %d", mSliceInfo[sliceidx].sliceStartOffset); in processModularInputBuffer() [all …]
|
/hardware/intel/common/libmix/videodecoder/ |
D | VideoDecoderTrace.h | 40 #define VTRACE(format, ...) VIDEO_DECODER_TRACE("VERBOSE: ", format, ##__VA_ARGS__) macro 53 #define VTRACE(...) LOGV(__VA_ARGS__) macro 63 #define VTRACE(format, ...) macro
|
D | VideoDecoderMPEG4.cpp | 259 VTRACE("%s: No reference frame but keep decoding", __FUNCTION__); in beginDecodingFrame() 267 VTRACE("%s: No reference frame but keep decoding", __FUNCTION__); in beginDecodingFrame() 376 …VTRACE("Report OMX to handle for Multiple frame offset=%d time=%lld",mPackedFrame.offSet,mPackedFr… in continueDecodingFrame() 518 VTRACE("%s: no reference frame, but keep decoding", __FUNCTION__); in setReference() 530 VTRACE("%s: no forward reference frame, but keep decoding", __FUNCTION__); in setReference() 536 VTRACE("%s: no backward reference frame, but keep decoding", __FUNCTION__); in setReference()
|
D | VideoDecoderBase.cpp | 754 VTRACE("Frame dropped in endDecodingFrame"); in endDecodingFrame() 1278 VTRACE("initSurfaceBuffer set renderDone = true index = %d", i); in initSurfaceBuffer() 1312 …VTRACE("SignalRenderDoneFlag mInitialized = false graphichandler = %p, mSignalBufferSize = %d", gr… in signalRenderDone() 1321 VTRACE("SignalRenderDoneFlag mInitialized = true index = %d", i); in signalRenderDone() 1433 VTRACE("%s: error number is %d", __FUNCTION__, outErrBuf->errorNumber); in drainDecodingErrors()
|
D | VideoDecoderAVC.cpp | 139 … VTRACE("%d: decoding frame %.2f, poc top = %d, poc bottom = %d, flags = %d, reference = %d", in decodeFrame()
|
/hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/ |
D | VideoDecoderAVCSecure.cpp | 89 VTRACE("Decoding protected video ..."); in decode() 92 VTRACE("Decoding clear video ..."); in decode() 104 VTRACE("mFrameSize = %d", mFrameSize); in decode()
|
/hardware/intel/common/libmix/videodecoder/securevideo/baytrail/ |
D | VideoDecoderAVCSecure.cpp | 89 VTRACE("Decoding protected video ..."); in decode() 92 VTRACE("Decoding clear video ..."); in decode() 104 VTRACE("mFrameSize = %d", mFrameSize); in decode()
|
/hardware/intel/common/libmix/videodecoder/securevideo/merrplus/ |
D | VideoDecoderAVCSecure.cpp | 132 VTRACE("%s sizeLeft: %d buffer->size: %#x", __func__, sizeLeft, buffer->size); in decode()
|