/third_party/ffmpeg/libavcodec/ |
D | mlp_parser.c | 89 if (ff_combine_frame(&mp->pc, END_NOT_FOUND, &buf, &buf_size) != -1) in mlp_parse() 94 if ((ret = ff_combine_frame(&mp->pc, i - 7, &buf, &buf_size)) < 0) { in mlp_parse() 111 if (ff_combine_frame(&mp->pc, END_NOT_FOUND, &buf, &buf_size) != -1) in mlp_parse() 127 if (ff_combine_frame(&mp->pc, next, &buf, &buf_size) < 0) { in mlp_parse()
|
D | tak_parser.c | 68 if (ff_combine_frame(pc, END_NOT_FOUND, &tmp_buf, &tmp_buf_size) != -1) in tak_parse() 106 ff_combine_frame(pc, next, &buf, &buf_size) < 0) { in tak_parse()
|
D | parser.h | 47 int ff_combine_frame(ParseContext *pc, int next, const uint8_t **buf, int *buf_size);
|
D | g723_1_parser.c | 42 if (ff_combine_frame(pc, next, &buf, &buf_size) < 0 || !buf_size) { in g723_1_parse()
|
D | sipr_parser.c | 58 if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) { in sipr_parse()
|
D | ipu_parser.c | 59 if (ff_combine_frame(&ipc->pc, next, &buf, &buf_size) < 0) { in ipu_parse()
|
D | h263_parser.c | 78 if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) { in h263_parse()
|
D | gsm_parser.c | 73 if (ff_combine_frame(pc, next, &buf, &buf_size) < 0 || !buf_size) { in gsm_parse()
|
D | h261_parser.c | 78 if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) { in h261_parse()
|
D | cavs_parser.c | 89 if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) { in cavsvideo_parse()
|
D | g729_parser.c | 75 if (ff_combine_frame(pc, next, &buf, &buf_size) < 0 || !buf_size) { in g729_parse()
|
D | adx_parser.c | 78 if (ff_combine_frame(pc, next, &buf, &buf_size) < 0 || !buf_size) { in adx_parse()
|
D | avs2_parser.c | 76 if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) { in avs2_parse()
|
D | xbm_parser.c | 88 if (ff_combine_frame(&bpc->pc, next, &buf, &buf_size) < 0) { in xbm_parse()
|
D | cri_parser.c | 88 if (ff_combine_frame(&bpc->pc, next, &buf, &buf_size) < 0) { in cri_parse()
|
D | latm_parser.c | 96 if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) { in latm_parse()
|
D | mjpeg_parser.c | 118 if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) { in jpeg_parse()
|
D | bmp_parser.c | 95 if (ff_combine_frame(&bpc->pc, next, &buf, &buf_size) < 0) in bmp_parse()
|
D | dpx_parser.c | 101 if (ff_combine_frame(&d->pc, next, &buf, &buf_size) < 0) in dpx_parse()
|
D | aac_ac3_parser.c | 70 if(ff_combine_frame(pc, i, &buf, &buf_size)<0){ in ff_aac_ac3_parse()
|
D | webp_parser.c | 93 if (ff_combine_frame(&ctx->pc, next, &buf, &buf_size) < 0) in webp_parse()
|
D | png_parser.c | 103 if (ff_combine_frame(&ppc->pc, next, &buf, &buf_size) < 0) in png_parse()
|
D | sbc_parser.c | 103 if (ff_combine_frame(&pc->pc, next, &buf, &buf_size) < 0) { in sbc_parse()
|
D | dnxhd_parser.c | 130 if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) { in dnxhd_parse()
|
D | mpegaudio_parser.c | 114 if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) { in mpegaudio_parse()
|