HomeSort by relevance Sort by last modified time
    Searched refs:ITRACE (Results 1 - 11 of 11) sorted by null

  /hardware/intel/common/libmix/videodecoder/
VideoDecoderTrace.h 39 #define ITRACE(format, ...) VIDEO_DECODER_TRACE("INFO: ", format, ##__VA_ARGS__)
52 #define ITRACE(...) LOGI(__VA_ARGS__)
62 #define ITRACE(format, ...)
VideoDecoderHost.cpp 79 ITRACE("Deleting decoder for %s", info->mimeType);
VideoDecoderAVC.cpp 57 ITRACE("Used client supplied profile and surface to start VA.");
168 ITRACE("No slice available for decoding.");
274 ITRACE("slice data offset= %d, size = %d", sliceData->slice_offset, sliceData->slice_size);
711 ITRACE("updateFormatInfo: current size: %d x %d, new size: %d x %d",
720 ITRACE("Video size is changed.");
754 ITRACE("Cropping: left = %d, top = %d, right = %d, bottom = %d",
775 ITRACE("actualBufferNeeded =%d", mVideoFormatInfo.actualBufferNeeded);
799 ITRACE("WiDi is enabled, actual buffer needed is %d", mVideoFormatInfo.actualBufferNeeded);
    [all...]
VideoDecoderVP8.cpp 50 ITRACE("updateFormatInfo: current size: %d x %d, new size: %d x %d",
59 ITRACE("Video size is changed.");
69 ITRACE("Cropping: left = %d, top = %d, right = %d, bottom = %d", data->codec_data->crop_left, data->codec_data->crop_top, data->codec_data->crop_right, data->codec_data->crop_bottom);
VideoDecoderWMV.cpp 106 ITRACE("video size is changed from %dx%d to %dx%d", mVideoFormatInfo.width, mVideoFormatInfo.height,
459 ITRACE("updateFormatInfo: current size: %d x %d, new size: %d x %d",
476 ITRACE("Video size is changed.");
VideoDecoderMPEG4.cpp 92 ITRACE("Video size is changed during startVA");
101 ITRACE("Video size is changed. from %dx%d to %dx%d\n",mVideoFormatInfo.width,mVideoFormatInfo.height,
579 ITRACE("updateFormatInfo: current size: %d x %d, new size: %d x %d",
597 ITRACE("Video size is changed.");
VideoDecoderBase.cpp 118 ITRACE("mParserType = %d", mParserType);
601 ITRACE("Surface is referenced by other surface buffer.");
820 ITRACE("Using GEN driver");
824 ITRACE("Using PVR driver");
    [all...]
  /hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
VideoDecoderAVCSecure.cpp 347 ITRACE("AVC short format used");
350 ITRACE("AVC long format ssed");
  /hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
VideoDecoderAVCSecure.cpp 331 ITRACE("AVC short format used");
334 ITRACE("AVC long format ssed");
  /hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
VideoDecoderAVCSecure.cpp 187 ITRACE("Nalu type = 0x%x is skipped", naluType);
368 ITRACE("No slice available for decoding.");
  /hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
VideoDecoderAVCSecure.cpp 188 ITRACE("Nalu type = 0x%x is skipped", naluType);
369 ITRACE("No slice available for decoding.");

Completed in 646 milliseconds