#include <stdint.h>
#include "libavutil/mem.h"
#include "avcodec.h"
#include "bytestream.h"
#include "get_bits.h"
#include "h2645_parse.h"
#include "lcevc.h"
#include "lcevc_parse.h"
#include "lcevctab.h"
#include "parser.h"
#include "parser_internal.h"
Go to the source code of this file.
|
| static int | lcevc_find_frame_end (AVCodecParserContext *s, const uint8_t *buf, int buf_size) |
| |
| static int | parse_nal_unit (AVCodecParserContext *s, AVCodecContext *avctx, const H2645NAL *nal) |
| |
| static int | parse_nal_units (AVCodecParserContext *s, const uint8_t *buf, int buf_size, AVCodecContext *avctx) |
| |
| static int | lcevc_parse (AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
| |
| static void | lcevc_parser_close (AVCodecParserContext *s) |
| |
◆ START_CODE
| #define START_CODE 0x000001 |
◆ lcevc_find_frame_end()
◆ parse_nal_unit()
◆ parse_nal_units()
◆ lcevc_parse()
◆ lcevc_parser_close()
◆ ff_lcevc_parser
static int parse(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)
static int lcevc_parse(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)