Searched refs:mb_info (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtpenc_h263_rfc2190.c102 const uint8_t *mb_info, int mb_info_size)
139 uint32_t pos = AV_RL32(&mb_info[12*mb_info_pos])/8;
146 uint32_t pos = AV_RL32(&mb_info[12*(mb_info_pos + 1)])/8;
152 const uint8_t *ptr = &mb_info[12*mb_info_pos];
168 "Unable to split H263 packet, use -mb_info %d "
173 "use -mb_info %d or -ps 1.\n",
101 ff_rtp_send_h263_rfc2190(AVFormatContext *s1, const uint8_t *buf, int size, const uint8_t *mb_info, int mb_info_size) argument
H A Drtpenc.h86 const uint8_t *mb_info, int mb_info_size);
H A Drtpenc.c562 const uint8_t *mb_info = local
565 if (!mb_info) {
569 ff_rtp_send_h263_rfc2190(s1, pkt->data, size, mb_info, mb_info_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcinepakenc.c126 } mb_info; typedef in typeref:struct:__anon3108
152 mb_info *mb; //MB RD state
156 mb_info *best_mb; //TODO: remove. only used for printing stats
239 if (!(s->mb = av_malloc_array(mb_count, sizeof(mb_info))))
243 if (!(s->best_mb = av_malloc_array(mb_count, sizeof(mb_info))))
324 mb_info *mb;
625 mb_info *mb;
868 mb_info *mb = &s->mb[j];
1071 memcpy(s->best_mb, s->mb, mb_count*sizeof(mb_info));
H A Dmpegvideo.h506 int mb_info; ///< interval for outputting info about mb offsets as side data member in struct:MpegEncContext
H A Dmpegvideo_enc.c1697 if (s->mb_info) {
1872 if (s->mb_info)
2674 if (!s->mb_info)
2676 if (put_bits_count(&s->pb) - s->prev_mb_info*8 >= s->mb_info*8) {
4486 { "mb_info", "emit macroblock info for RFC 2190 packetization, the parameter value is the maximum payload size", OFFSET(mb_info), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, INT_MAX, VE },

Completed in 78 milliseconds