|
xine-lib
1.2.10
|
#include "config.h"#include <stdio.h>#include <stdlib.h>#include <inttypes.h>#include "mpeg2_internal.h"Functions | |
| static int | debug_is_on (void) |
| static void | stats_picture (uint8_t *buffer) |
| static void | stats_user_data (uint8_t *buffer) |
| static void | stats_sequence (uint8_t *buffer) |
| static void | stats_sequence_error (uint8_t *buffer) |
| static void | stats_sequence_end (uint8_t *buffer) |
| static void | stats_group (uint8_t *buffer) |
| static void | stats_slice (int code, uint8_t *buffer) |
| static void | stats_sequence_extension (uint8_t *buffer) |
| static void | stats_sequence_display_extension (uint8_t *buffer) |
| static void | stats_quant_matrix_extension (uint8_t *buffer) |
| static void | stats_copyright_extension (uint8_t *buffer) |
| static void | stats_sequence_scalable_extension (uint8_t *buffer) |
| static void | stats_picture_display_extension (uint8_t *buffer) |
| static void | stats_picture_coding_extension (uint8_t *buffer) |
| void | mpeg2_stats (int code, uint8_t *buffer) |
Variables | |
| static int | debug_level = -1 |
|
static |
References debug_level.
Referenced by mpeg2_stats().
| void mpeg2_stats | ( | int | code, |
| uint8_t * | buffer | ||
| ) |
References code, debug_is_on(), stats_copyright_extension(), stats_group(), stats_picture(), stats_picture_coding_extension(), stats_picture_display_extension(), stats_quant_matrix_extension(), stats_sequence(), stats_sequence_display_extension(), stats_sequence_end(), stats_sequence_error(), stats_sequence_extension(), stats_sequence_scalable_extension(), stats_slice(), and stats_user_data().
Referenced by mpeg2_find_sequence_header(), and parse_chunk().
|
static |
Referenced by mpeg2_stats().
|
static |
Referenced by mpeg2_stats().
|
static |
References vo_frame_s::picture_coding_type.
Referenced by mpeg2_stats().
|
static |
References alternate_scan, vo_frame_s::progressive_frame, vo_frame_s::repeat_first_field, and vo_frame_s::top_field_first.
Referenced by mpeg2_stats().
|
static |
Referenced by mpeg2_stats().
|
static |
Referenced by mpeg2_stats().
|
static |
Referenced by mpeg2_stats().
|
static |
Referenced by mpeg2_stats().
|
static |
Referenced by mpeg2_stats().
|
static |
Referenced by mpeg2_stats().
|
static |
Referenced by mpeg2_stats().
|
static |
Referenced by mpeg2_stats().
|
static |
References code.
Referenced by mpeg2_stats().
|
static |
Referenced by mpeg2_stats().
|
static |
Referenced by debug_is_on().
1.8.17