Lines Matching defs:TRACE

31 #undef TRACE
34 # define TRACE(x...) printf(x)
38 # define TRACE(x...)
129 TRACE("AVCodecDecoder::AVCodecDecoder()\n");
135 TRACE("[%c] AVCodecDecoder::~AVCodecDecoder()\n", fIsAudio ? 'a' : 'v');
192 TRACE("[%c] AVCodecDecoder::Setup()\n", fIsAudio ? 'a' : 'v');
197 TRACE("[%c] input_format = %s\n", fIsAudio ? 'a' : 'v', buffer);
198 TRACE("[%c] infoSize = %ld\n", fIsAudio ? 'a' : 'v', infoSize);
199 TRACE("[%c] user_data_type = %08" B_PRIx32 "\n", fIsAudio ? 'a' : 'v',
201 TRACE("[%c] meta_data_size = %" B_PRId32 "\n", fIsAudio ? 'a' : 'v',
213 TRACE(" unable to find the correct FFmpeg decoder (id = %" B_PRIu32 ")\n",
217 TRACE(" found decoder %s\n", fCodec->name);
223 TRACE(" trying to use wave_format_ex\n");
231 TRACE(" found block align: %d\n", fBlockAlign);
240 TRACE(" using buffer_size as block align: %d\n",
245 TRACE("AVCodecDecoder: extra data size %ld\n", infoSize);
257 TRACE("AVCodecDecoder: BMediaFormats().GetCodeFor() failed.\n");
292 TRACE("AVCodecDecoder::NegotiateOutputFormat() [%c] \n",
298 TRACE(" [%c] requested format = %s\n", fIsAudio ? 'a' : 'v', buffer);
371 TRACE("AVCodecDecoder::_NegotiateAudioOutputFormat()\n");
382 TRACE("avcodec_open() failed to init codec!\n");
398 TRACE("[a] decoding first audio frame chunk failed\n");
411 TRACE(" format still a wild-card, assuming B_AUDIO_SHORT.\n");
456 TRACE(" bit_rate = %" PRId64 ", sample_rate = %d, channels = %d, "
468 TRACE("AVCodecDecoder::_NegotiateVideoOutputFormat()\n");
470 TRACE(" requested video format 0x%x\n",
482 TRACE("avcodec_open() failed to init codec!\n");
515 TRACE("[v] decoding first video frame failed\n");
523 TRACE("No SWS Scale context or decoder has not set the pixel format "
528 TRACE("no pixel format conversion function found or decoder has "
583 TRACE("[v] outFormat = %s\n", buffer);
584 TRACE(" returned video format 0x%x\n",
809 TRACE(" channel_count still a wild-card, assuming stereo.\n");
830 TRACE(" bit_rate %" PRId64 ", sample_rate %d, channels %d, block_align %d, "
1269 TRACE("[v] AVCodecDecoder::_DecodeNextVideoFrame(): error from "
1277 TRACE("[v] Feed %d more bytes (dts %s)\n", fTempPacket->size,
1282 TRACE("[v] AVCodecDecoder: ignoring error in decoding frame %" B_PRId64 ": %d\n",
1292 TRACE("[v] frame %" B_PRId64 " decoding error: error code: %d, chunk size: %ld\n",
1601 TRACE("[v] start_time=%s field_sequence=%" B_PRIu32 "\n",
1757 TRACE("[v] _InitFilterGraph(): %s\n", arguments.String());