|
FFmpeg
|
Go to the source code of this file.
Macros | |
| #define | AVS3_NAL_START_CODE 0x010000 |
| #define | AVS3_SEQ_START_CODE 0xB0 |
| #define | AVS3_SEQ_END_CODE 0xB1 |
| #define | AVS3_USER_DATA_START_CODE 0xB2 |
| #define | AVS3_INTRA_PIC_START_CODE 0xB3 |
| #define | AVS3_UNDEF_START_CODE 0xB4 |
| #define | AVS3_EXTENSION_START_CODE 0xB5 |
| #define | AVS3_INTER_PIC_START_CODE 0xB6 |
| #define | AVS3_VIDEO_EDIT_CODE 0xB7 |
| #define | AVS3_FIRST_SLICE_START_CODE 0x00 |
| #define | AVS3_PROFILE_BASELINE_MAIN 0x20 |
| #define | AVS3_PROFILE_BASELINE_MAIN10 0x22 |
| #define | AVS3_ISPIC(x) |
| #define | AVS3_ISUNIT(x) |
Variables | |
| static const AVRational | ff_avs3_frame_rate_tab [16] |
| static const int | ff_avs3_color_primaries_tab [10] |
| static const int | ff_avs3_color_transfer_tab [15] |
| static const int | ff_avs3_color_matrix_tab [12] |
| static enum AVPictureType | ff_avs3_image_type [4] |
| #define AVS3_SEQ_START_CODE 0xB0 |
Definition at line 27 of file avs3.h.
Referenced by avs3video_probe(), parse_avs3_nal_units(), and uavs3d_find_next_start_code().
| #define AVS3_SEQ_END_CODE 0xB1 |
Definition at line 28 of file avs3.h.
Referenced by uavs3d_find_next_start_code().
| #define AVS3_INTRA_PIC_START_CODE 0xB3 |
Definition at line 30 of file avs3.h.
Referenced by parse_avs3_nal_units(), and uavs3d_find_next_start_code().
| #define AVS3_UNDEF_START_CODE 0xB4 |
Definition at line 31 of file avs3.h.
Referenced by avs3video_probe().
| #define AVS3_INTER_PIC_START_CODE 0xB6 |
Definition at line 33 of file avs3.h.
Referenced by parse_avs3_nal_units(), and uavs3d_find_next_start_code().
| #define AVS3_VIDEO_EDIT_CODE 0xB7 |
Definition at line 34 of file avs3.h.
Referenced by avs3video_probe().
| #define AVS3_FIRST_SLICE_START_CODE 0x00 |
Definition at line 35 of file avs3.h.
Referenced by uavs3d_find_next_start_code().
| #define AVS3_PROFILE_BASELINE_MAIN 0x20 |
Definition at line 36 of file avs3.h.
Referenced by avs3video_probe().
| #define AVS3_PROFILE_BASELINE_MAIN10 0x22 |
Definition at line 37 of file avs3.h.
Referenced by avs3video_probe(), and parse_avs3_nal_units().
| #define AVS3_ISPIC | ( | x | ) |
Definition at line 39 of file avs3.h.
Referenced by avs3_find_frame_end(), and avs3video_probe().
| #define AVS3_ISUNIT | ( | x | ) |
Definition at line 40 of file avs3.h.
Referenced by avs3_find_frame_end().
|
static |
Definition at line 46 of file avs3.h.
Referenced by libuavs3d_on_seq_header(), and parse_avs3_nal_units().
|
static |
Definition at line 65 of file avs3.h.
Referenced by libuavs3d_on_seq_header().
|
static |
Definition at line 78 of file avs3.h.
Referenced by libuavs3d_on_seq_header().
|
static |
Definition at line 96 of file avs3.h.
Referenced by libuavs3d_on_seq_header().
|
static |