Go to the source code of this file.
|
static int | prepare_packet (AVPacket *pkt, const FailingMuxerPacketData *pkt_data, int64_t pts) |
|
static int | initialize_fifo_tst_muxer_chain (AVFormatContext **oc, AVPacket **pkt) |
|
static int | fifo_basic_test (AVFormatContext *oc, AVDictionary **opts, AVPacket *pkt, const FailingMuxerPacketData *pkt_data) |
|
static int | fifo_overflow_drop_test (AVFormatContext *oc, AVDictionary **opts, AVPacket *pkt, const FailingMuxerPacketData *data) |
|
static int | run_test (const TestCase *test) |
|
int | main (int argc, char *argv[]) |
|
◆ MAX_TST_PACKETS
#define MAX_TST_PACKETS 128 |
◆ SLEEPTIME_50_MS
#define SLEEPTIME_50_MS 50000 |
◆ SLEEPTIME_10_MS
#define SLEEPTIME_10_MS 10000 |
◆ BUFFER_SIZE
◆ prepare_packet()
◆ initialize_fifo_tst_muxer_chain()
◆ fifo_basic_test()
◆ fifo_overflow_drop_test()
◆ run_test()
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ tests
Initial value:= {
{
fifo_basic_test,
"recovery test",
"attempt_recovery=1:recovery_wait_time=0",
0, 0, 0, {
AVERROR(ETIMEDOUT), 3, 0}},
}
Definition at line 243 of file fifo_muxer.c.
Referenced by checkasm_check_h264pred(), and main().