Go to the source code of this file.
Functions | |
| static unsigned long long | to_bitmap (const frame_queue_t &list) |
| static int | DebugNum (const VideoFrame *frame) |
| const QString & | DebugString (const VideoFrame *frame, bool short_str) |
| const QString & | DebugString (uint i, bool short_str) |
| static QString | bitmap_to_string (unsigned long long bitmap) |
| const QString | DebugString (const frame_queue_t &list) |
| const QString | DebugString (const vector< const VideoFrame * > &list) |
Variables | |
| int | next_dbg_str = 0 |
| static unsigned char * | ffmpeg_hack |
| QString | dbg_str_arr [DBG_STR_ARR_SIZE] |
| QString | dbg_str_arr_short [DBG_STR_ARR_SIZE] |
| map< const VideoFrame *, int > | dbg_str |
| static unsigned long long to_bitmap | ( | const frame_queue_t & | list | ) | [static] |
Definition at line 917 of file videobuffers.cpp.
Referenced by DebugString(), and VideoBuffers::GetStatus().
| static int DebugNum | ( | const VideoFrame * | frame | ) | [static] |
Definition at line 893 of file videobuffers.cpp.
Referenced by DebugString(), and to_bitmap().
| const QString& DebugString | ( | const VideoFrame * | frame, | |
| bool | short_str | |||
| ) |
Definition at line 904 of file videobuffers.cpp.
Referenced by bitmap_to_string(), VideoOutputVDPAU::CheckFrameStates(), VideoOutputNullVDPAU::CheckFrameStates(), VideoBuffers::DiscardFrames(), and VideoBuffers::GetNextFreeFrameInternal().
Definition at line 912 of file videobuffers.cpp.
| static QString bitmap_to_string | ( | unsigned long long | bitmap | ) | [static] |
Definition at line 929 of file videobuffers.cpp.
Referenced by DebugString().
| const QString DebugString | ( | const frame_queue_t & | list | ) |
Definition at line 937 of file videobuffers.cpp.
| const QString DebugString | ( | const vector< const VideoFrame * > & | list | ) |
Definition at line 942 of file videobuffers.cpp.
| int next_dbg_str = 0 |
Definition at line 21 of file videobuffers.cpp.
Referenced by DebugNum(), and VideoBuffers::DeleteBuffers().
unsigned char* ffmpeg_hack [static] |
(unsigned char*) "avlib should not use this private data"
Definition at line 750 of file videobuffers.cpp.
Referenced by VideoBuffers::AddBuffer(), and VideoBuffers::CreateBuffer().
| QString dbg_str_arr[DBG_STR_ARR_SIZE] |
{
"A ", " B ", " C ", " D ",
" E ", " F ", " G ", " H",
"a ", " b ", " c ", " d ",
" e ", " f ", " g ", " h",
"0 ", " 1 ", " 2 ", " 3 ",
" 4 ", " 5 ", " 6 ", " 7",
"I ", " J ", " K ", " L ",
" M ", " N ", " O ", " P",
"i ", " j ", " k ", " l ",
" m ", " n ", " o ", " p",
}
Definition at line 869 of file videobuffers.cpp.
Referenced by DebugString().
| QString dbg_str_arr_short[DBG_STR_ARR_SIZE] |
{
"A","B","C","D","E","F","G","H",
"a","b","c","d","e","f","g","h",
"0","1","2","3","4","5","6","7",
"I","J","K","L","M","N","O","P",
"i","j","k","l","m","n","o","p",
}
Definition at line 882 of file videobuffers.cpp.
Referenced by DebugString().
| map<const VideoFrame *, int> dbg_str |
Definition at line 891 of file videobuffers.cpp.
Referenced by DebugNum().
1.6.3