Lines Matching defs:TRACE

36 #	define TRACE printf
42 # define TRACE(a...)
262 TRACE("StreamBase::Open() - avio_alloc_context() failed!\n");
272 TRACE("StreamBase::Open() - avformat_open_input() failed!\n");
281 TRACE("StreamBase::Open() - "
283 TRACE(" flags:%s%s%s%s%s\n",
294 TRACE("StreamBase::Open() - avformat_find_stream_info() failed!\n");
303 TRACE("StreamBase::Open() - "
316 TRACE("StreamBase::Init(%" B_PRId32 ")\n", virtualIndex);
323 TRACE(" bad stream index!\n");
327 TRACE(" context stream index: %" B_PRId32 "\n", streamIndex);
514 TRACE(" avformat_seek_file() (by bytes) failed.\n");
590 TRACE(" av_index_search_timestamp() failed\n");
632 TRACE(" avformat_seek_file() failed.\n");
637 TRACE(" avformat_seek_frame() failed as well.\n");
642 TRACE(" avformat_seek_frame() by bytes failed as "
991 TRACE("AVFormatReader::Stream::Init(%" B_PRId32 ")\n", virtualIndex);
1011 TRACE(" raw audio\n");
1017 TRACE(" encoded audio\n");
1024 TRACE(" encoded video\n");
1030 TRACE(" unknown type\n");
1084 TRACE(" formats.GetFormatFor() error: %s\n", strerror(status));
1107 TRACE(" successfully determined audio buffer size: %d\n",
1178 TRACE(" width/height: %d/%d\n", codecParams->width,
1196 TRACE(" extradata: %p\n", format->MetaData());
1199 TRACE(" extradata_size: %d\n", codecParams->extradata_size);
1200 // TRACE(" intra_matrix: %p\n", codecParams->intra_matrix);
1201 // TRACE(" inter_matrix: %p\n", codecParams->inter_matrix);
1202 // TRACE(" get_buffer(): %p\n", codecParams->get_buffer);
1203 // TRACE(" release_buffer(): %p\n", codecParams->release_buffer);
1208 TRACE(" format: %s\n", formatString);
1211 TRACE(" encoding '%.4s'\n", (char*)&encoding);
1236 TRACE("AVFormatReader::Stream::GetStreamInfo(%" B_PRId32 ")\n",
1240 TRACE(" frameRate: %.4f\n", frameRate);
1245 TRACE(" start_time: %" B_PRIdBIGTIME " or %.5fs\n", startTime,
1253 TRACE(" duration: %" B_PRIdBIGTIME " or %.5fs\n", *duration, *duration / 1000000.0);
1257 TRACE(" dump of index entries:\n");
1265 TRACE(" [%d] native: %.5fs global: %.5fs\n", i,
1270 TRACE(" ...\n");
1275 TRACE(" [%d] native: %.5fs global: %.5fs\n", i,
1291 TRACE(" frameCount calculated: %" B_PRIu64 ", from context: %" B_PRIu64 "\n",
1294 TRACE(" frameCount: %" B_PRId64 "\n", *frameCount);
1367 TRACE(" failed to allocate ghost stream\n");
1373 TRACE(" ghost stream failed to open: %s\n", strerror(ret));
1379 TRACE(" ghost stream failed to init: %s\n", strerror(ret));
1389 TRACE(" ghost stream failed to seek: %s\n", strerror(ret));
1462 TRACE("AVFormatReader::AVFormatReader\n");
1468 TRACE("AVFormatReader::~AVFormatReader\n");
1499 TRACE("AVFormatReader::Sniff\n");
1503 TRACE(" not a BMediaIO, but we need it to be one.\n");
1518 TRACE(" failed to detect stream: %s\n", strerror(ret));
1527 TRACE(" failed to detect any streams: %s\n", strerror(ret));
1555 TRACE("AVFormatReader::GetFileFormatInfo\n");
1564 TRACE(" no AVFormatContext or AVInputFormat!\n");
1578 TRACE(" no DemuxerFormat for AVInputFormat!\n");
1595 TRACE(" no file extensions for AVInputFormat.\n");
1602 TRACE(" no short name for AVInputFormat.\n");
1659 TRACE("AVFormatReader::AllocateCookie(%" B_PRId32 ")\n", streamIndex);
1677 TRACE(" not a BMediaIO, but we need it to be one.\n");
1690 TRACE(" stream failed to open: %s\n", strerror(ret));
1698 TRACE(" stream failed to initialize: %s\n", strerror(ret));