ff_combine_frame   63 libavcodec/aac_ac3_parser.c     if(ff_combine_frame(pc, i, &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  121 libavcodec/dca_parser.c         if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) {
ff_combine_frame   78 libavcodec/dnxhd_parser.c         if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) {
ff_combine_frame   74 libavcodec/h261_parser.c     if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) {
ff_combine_frame   74 libavcodec/h263_parser.c     if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) {
ff_combine_frame  376 libavcodec/h263dec.c         if( ff_combine_frame(&s->parse_context, next, (const uint8_t **)&buf, &buf_size) < 0 )
ff_combine_frame  250 libavcodec/h264_parser.c         if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) {
ff_combine_frame   83 libavcodec/mjpeg_parser.c     if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) {
ff_combine_frame  187 libavcodec/mlp_parser.c             ff_combine_frame(&mp->pc, END_NOT_FOUND, &buf, &buf_size);
ff_combine_frame  191 libavcodec/mlp_parser.c         ff_combine_frame(&mp->pc, i - 7, &buf, &buf_size);
ff_combine_frame  205 libavcodec/mlp_parser.c             ff_combine_frame(&mp->pc, END_NOT_FOUND, &buf, &buf_size);
ff_combine_frame  217 libavcodec/mlp_parser.c     if (ff_combine_frame(&mp->pc, next, &buf, &buf_size) < 0) {
ff_combine_frame 2281 libavcodec/mpeg12.c         if( ff_combine_frame(&s2->parse_context, next, (const uint8_t **)&buf, &buf_size) < 0 )
ff_combine_frame  117 libavcodec/mpeg4video_parser.c         if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) {
ff_combine_frame  142 libavcodec/mpegvideo_parser.c         if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) {
ff_combine_frame   57 libavcodec/parser.h int ff_combine_frame(ParseContext *pc, int next, const uint8_t **buf, int *buf_size);
ff_combine_frame   77 libavcodec/pnm_parser.c     if(ff_combine_frame(pc, next, &buf, &buf_size)<0){
ff_combine_frame   86 libavcodec/vc1_parser.c         if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) {