|
Libav
|
Go to the source code of this file.
Macros | |
| #define | START_CODE 0x000001 |
| start_code_prefix_one_3bytes | |
Functions | |
| static int | hevc_find_frame_end (AVCodecParserContext *s, const uint8_t *buf, int buf_size) |
| Find the end of the current frame in the bitstream. | |
| static int | hevc_parse (AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
| static int | hevc_split (AVCodecContext *avctx, const uint8_t *buf, int buf_size) |
Variables | |
| AVCodecParser | ff_hevc_parser |
| #define START_CODE 0x000001 |
start_code_prefix_one_3bytes
Definition at line 28 of file hevc_parser.c.
Referenced by hevc_find_frame_end(), and hevc_split().
|
static |
Find the end of the current frame in the bitstream.
Definition at line 34 of file hevc_parser.c.
Referenced by hevc_parse().
|
static |
Definition at line 74 of file hevc_parser.c.
|
static |
Definition at line 98 of file hevc_parser.c.
| AVCodecParser ff_hevc_parser |
Definition at line 119 of file hevc_parser.c.
1.8.1.2