Home
last modified time | relevance | path

Searched refs:ff_combine_frame (Results 1 – 25 of 39) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
Dmlp_parser.c89 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()
Dtak_parser.c68 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()
Dparser.h47 int ff_combine_frame(ParseContext *pc, int next, const uint8_t **buf, int *buf_size);
Dg723_1_parser.c42 if (ff_combine_frame(pc, next, &buf, &buf_size) < 0 || !buf_size) { in g723_1_parse()
Dsipr_parser.c58 if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) { in sipr_parse()
Dipu_parser.c59 if (ff_combine_frame(&ipc->pc, next, &buf, &buf_size) < 0) { in ipu_parse()
Dh263_parser.c78 if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) { in h263_parse()
Dgsm_parser.c73 if (ff_combine_frame(pc, next, &buf, &buf_size) < 0 || !buf_size) { in gsm_parse()
Dh261_parser.c78 if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) { in h261_parse()
Dcavs_parser.c89 if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) { in cavsvideo_parse()
Dg729_parser.c75 if (ff_combine_frame(pc, next, &buf, &buf_size) < 0 || !buf_size) { in g729_parse()
Dadx_parser.c78 if (ff_combine_frame(pc, next, &buf, &buf_size) < 0 || !buf_size) { in adx_parse()
Davs2_parser.c76 if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) { in avs2_parse()
Dxbm_parser.c88 if (ff_combine_frame(&bpc->pc, next, &buf, &buf_size) < 0) { in xbm_parse()
Dcri_parser.c88 if (ff_combine_frame(&bpc->pc, next, &buf, &buf_size) < 0) { in cri_parse()
Dlatm_parser.c96 if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) { in latm_parse()
Dmjpeg_parser.c118 if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) { in jpeg_parse()
Dbmp_parser.c95 if (ff_combine_frame(&bpc->pc, next, &buf, &buf_size) < 0) in bmp_parse()
Ddpx_parser.c101 if (ff_combine_frame(&d->pc, next, &buf, &buf_size) < 0) in dpx_parse()
Daac_ac3_parser.c70 if(ff_combine_frame(pc, i, &buf, &buf_size)<0){ in ff_aac_ac3_parse()
Dwebp_parser.c93 if (ff_combine_frame(&ctx->pc, next, &buf, &buf_size) < 0) in webp_parse()
Dpng_parser.c103 if (ff_combine_frame(&ppc->pc, next, &buf, &buf_size) < 0) in png_parse()
Dsbc_parser.c103 if (ff_combine_frame(&pc->pc, next, &buf, &buf_size) < 0) { in sbc_parse()
Ddnxhd_parser.c130 if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) { in dnxhd_parse()
Dmpegaudio_parser.c114 if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) { in mpegaudio_parse()

12