ff_combine_frame   70 libavcodec/aac_ac3_parser.c     if(ff_combine_frame(pc, i, &buf, &buf_size)<0){
ff_combine_frame   78 libavcodec/adx_parser.c     if (ff_combine_frame(pc, next, &buf, &buf_size) < 0 || !buf_size) {
ff_combine_frame   76 libavcodec/avs2_parser.c         if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) {
ff_combine_frame   95 libavcodec/bmp_parser.c     if (ff_combine_frame(&bpc->pc, next, &buf, &buf_size) < 0)
ff_combine_frame   89 libavcodec/cavs_parser.c         if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) {
ff_combine_frame  319 libavcodec/dca_parser.c         if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) {
ff_combine_frame  130 libavcodec/dnxhd_parser.c         if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) {
ff_combine_frame  101 libavcodec/dpx_parser.c     if (ff_combine_frame(&d->pc, next, &buf, &buf_size) < 0)
ff_combine_frame   42 libavcodec/g723_1_parser.c     if (ff_combine_frame(pc, next, &buf, &buf_size) < 0 || !buf_size) {
ff_combine_frame   72 libavcodec/g729_parser.c     if (ff_combine_frame(pc, next, &buf, &buf_size) < 0 || !buf_size) {
ff_combine_frame  170 libavcodec/gif_parser.c     if (ff_combine_frame(&g->pc, next, &buf, &buf_size) < 0) {
ff_combine_frame   73 libavcodec/gsm_parser.c     if (ff_combine_frame(pc, next, &buf, &buf_size) < 0 || !buf_size) {
ff_combine_frame   78 libavcodec/h261_parser.c         if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) {
ff_combine_frame   78 libavcodec/h263_parser.c         if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) {
ff_combine_frame  460 libavcodec/h263dec.c         if (ff_combine_frame(&s->parse_context, next, (const uint8_t **)&buf,
ff_combine_frame  592 libavcodec/h264_parser.c         if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) {
ff_combine_frame  322 libavcodec/hevc_parser.c         if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) {
ff_combine_frame  173 libavcodec/jpeg2000_parser.c         if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) {
ff_combine_frame   96 libavcodec/latm_parser.c         if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) {
ff_combine_frame  118 libavcodec/mjpeg_parser.c         if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) {
ff_combine_frame   89 libavcodec/mlp_parser.c                 if (ff_combine_frame(&mp->pc, END_NOT_FOUND, &buf, &buf_size) != -1)
ff_combine_frame   94 libavcodec/mlp_parser.c             if ((ret = ff_combine_frame(&mp->pc, i - 7, &buf, &buf_size)) < 0) {
ff_combine_frame  111 libavcodec/mlp_parser.c                 if (ff_combine_frame(&mp->pc, END_NOT_FOUND, &buf, &buf_size) != -1)
ff_combine_frame  127 libavcodec/mlp_parser.c         if (ff_combine_frame(&mp->pc, next, &buf, &buf_size) < 0) {
ff_combine_frame 2816 libavcodec/mpeg12dec.c         if (ff_combine_frame(&s2->parse_context, next,
ff_combine_frame  143 libavcodec/mpeg4video_parser.c         if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) {
ff_combine_frame  114 libavcodec/mpegaudio_parser.c     if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) {
ff_combine_frame  197 libavcodec/mpegvideo_parser.c         if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) {
ff_combine_frame  176 libavcodec/opus_parser.c         ff_combine_frame(pc, next, &buf, &buf_size) < 0) {
ff_combine_frame   47 libavcodec/parser.h int ff_combine_frame(ParseContext *pc, int next, const uint8_t **buf, int *buf_size);
ff_combine_frame  103 libavcodec/png_parser.c     if (ff_combine_frame(&ppc->pc, next, &buf, &buf_size) < 0)
ff_combine_frame  122 libavcodec/pnm_parser.c     if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) {
ff_combine_frame  105 libavcodec/sbc_parser.c         if (ff_combine_frame(&pc->pc, next, &buf, &buf_size) < 0) {
ff_combine_frame   58 libavcodec/sipr_parser.c     if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) {
ff_combine_frame   68 libavcodec/tak_parser.c             if (ff_combine_frame(pc, END_NOT_FOUND, &tmp_buf, &tmp_buf_size) != -1)
ff_combine_frame  106 libavcodec/tak_parser.c         ff_combine_frame(pc, next, &buf, &buf_size) < 0) {
ff_combine_frame  235 libavcodec/vc1_parser.c         if (ff_combine_frame(&vpc->pc, next, &buf, &buf_size) < 0) {
ff_combine_frame   93 libavcodec/webp_parser.c     if (ff_combine_frame(&ctx->pc, next, &buf, &buf_size) < 0)