Searched refs:ParseContext (Results 1 - 25 of 72) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dmpeg4video_parser.h32 int ff_mpeg4_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size);
H A Dh263_parser.h27 int ff_h263_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size);
H A Dparser.h28 typedef struct ParseContext{ struct
36 int overread_index; ///< the index into ParseContext.buffer of the overread bytes
38 } ParseContext; typedef in typeref:struct:ParseContext
43 ParseContext pc;
57 int ff_combine_frame(ParseContext *pc, int next, const uint8_t **buf, int *buf_size);
H A Dmjpeg_parser.c36 static int find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size){
78 ParseContext *pc = s->priv_data;
101 sizeof(ParseContext),
H A Ddnxhd_parser.c31 static int dnxhd_find_frame_end(ParseContext *pc,
71 ParseContext *pc = s->priv_data;
91 sizeof(ParseContext),
H A Dh261_parser.c31 static int h261_find_frame_end(ParseContext *pc, AVCodecContext* avctx, const uint8_t *buf, int buf_size){
70 ParseContext *pc = s->priv_data;
86 sizeof(ParseContext),
H A Dh263_parser.c30 int ff_h263_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size){
70 ParseContext *pc = s->priv_data;
88 sizeof(ParseContext),
H A Daac_ac3_parser.h41 ParseContext pc;
H A Dcavs_parser.c36 static int cavs_find_frame_end(ParseContext *pc, const uint8_t *buf,
81 ParseContext *pc = s->priv_data;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dh263_parser.h27 int ff_h263_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size);
H A Dmpeg4video_parser.h32 int ff_mpeg4_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size);
H A Dparser.h28 typedef struct ParseContext{ struct
36 int overread_index; ///< the index into ParseContext.buffer of the overread bytes
38 } ParseContext; typedef in typeref:struct:ParseContext
43 ParseContext pc;
57 int ff_combine_frame(ParseContext *pc, int next, const uint8_t **buf, int *buf_size);
H A Ddnxhd_parser.c31 static int dnxhd_find_frame_end(ParseContext *pc,
71 ParseContext *pc = s->priv_data;
91 sizeof(ParseContext),
H A Dh261_parser.c31 static int h261_find_frame_end(ParseContext *pc, AVCodecContext* avctx, const uint8_t *buf, int buf_size){
70 ParseContext *pc = s->priv_data;
86 sizeof(ParseContext),
H A Dh263_parser.c30 int ff_h263_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size){
70 ParseContext *pc = s->priv_data;
88 sizeof(ParseContext),
H A Dmjpeg_parser.c36 static int find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size){
78 ParseContext *pc = s->priv_data;
101 sizeof(ParseContext),
H A Daac_ac3_parser.h41 ParseContext pc;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dh263_parser.h27 int ff_h263_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size);
H A Dmpeg4video_parser.h32 int ff_mpeg4_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size);
H A Dparser.h28 typedef struct ParseContext{ struct
36 int overread_index; ///< the index into ParseContext.buffer of the overread bytes
38 } ParseContext; typedef in typeref:struct:ParseContext
43 ParseContext pc;
57 int ff_combine_frame(ParseContext *pc, int next, const uint8_t **buf, int *buf_size);
H A Ddnxhd_parser.c31 static int dnxhd_find_frame_end(ParseContext *pc,
71 ParseContext *pc = s->priv_data;
91 sizeof(ParseContext),
H A Dh261_parser.c31 static int h261_find_frame_end(ParseContext *pc, AVCodecContext* avctx, const uint8_t *buf, int buf_size){
70 ParseContext *pc = s->priv_data;
86 sizeof(ParseContext),
H A Dh263_parser.c30 int ff_h263_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size){
70 ParseContext *pc = s->priv_data;
88 sizeof(ParseContext),
H A Dmjpeg_parser.c36 static int find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size){
78 ParseContext *pc = s->priv_data;
101 sizeof(ParseContext),
H A Daac_ac3_parser.h41 ParseContext pc;

Completed in 390 milliseconds

123