Searched refs:TRACE_IO (Results 1 – 3 of 3) sorted by relevance
/haiku/src/add-ons/media/plugins/ffmpeg/ |
H A D | AVFormatWriter.cpp | 36 # define TRACE_IO(a...) macro 40 # define TRACE_IO(a...) macro 617 TRACE_IO("AVFormatWriter::_Write(%p, %p, %d)\n", in _Write() 624 TRACE_IO(" written: %ld\n", written); in _Write() 633 TRACE_IO("AVFormatWriter::_Seek(%p, %lld, %d)\n", in _Seek() 652 TRACE_IO(" position: %lld\n", position); in _Seek()
|
H A D | AVCodecEncoder.cpp | 30 # define TRACE_IO(a...) macro 33 # define TRACE_IO(a...) macro 661 TRACE_IO("AVCodecEncoder::_EncodeVideo(%p, %lld, %p)\n", buffer, frameCount,
|
H A D | AVFormatReader.cpp | 37 # define TRACE_IO(a...) macro 43 # define TRACE_IO(a...) macro 779 TRACE_IO("StreamBase::_Read(%p, %p, %d) position: %lld\n", in _Read() 783 TRACE_IO("StreamBase::_Read fSource position: %lld\n", in _Read() 796 TRACE_IO(" read: %ld\n", read); in _Read() 809 TRACE_IO("StreamBase::_Seek(%p, %lld, %d)\n", in _Seek() 837 TRACE_IO(" position: %lld\n", position); in _Seek()
|