Home
last modified time | relevance | path

Searched refs:pkt_size (Results 26 - 43 of 43) sorted by relevance

12

/third_party/ffmpeg/libavutil/
H A Dframe.h653 int pkt_size; member
H A Dframe.c64 frame->pkt_size = -1; in get_frame_defaults()
294 dst->pkt_size = src->pkt_size; in frame_copy_props()
/third_party/ffmpeg/libavformat/
H A Drtsp.h419 int pkt_size; member
H A Dmpeg.c967 int pkt_size; in vobsub_read_packet() local
977 pkt_size = ret + (new_pos - old_pos); in vobsub_read_packet()
980 if (total_read + pkt_size > psize) in vobsub_read_packet()
982 total_read += pkt_size; in vobsub_read_packet()
H A Dudp.c89 int pkt_size; member
133 { "pkt_size", "Maximum UDP packet size", OFFSET(pkt_size), AV_OPT_TYPE_INT, { .i64 = 1472 }, -1, INT_MAX, .flags = D|E },
419 * 'pkt_size=n' : set max packet size
707 if (av_find_info_tag(buf, sizeof(buf), "pkt_size", p)) { in udp_open()
708 s->pkt_size = strtol(buf, NULL, 10); in udp_open()
756 h->max_packet_size = s->pkt_size; in udp_open()
H A Drtspenc.c178 return ffio_open_dyn_packet_buf(&rtpctx->pb, rt->pkt_size); in ff_rtsp_tcp_write_packet()
H A Drtsp.c80 { "pkt_size", "Underlying protocol send packet size", OFFSET(pkt_size), AV_OPT_TYPE_INT, { .i64 = 1472 }, -1, INT_MAX, ENC } \
132 av_dict_set_int(&opts, "pkt_size", rt->pkt_size, 0); in map_to_opts()
846 rt->pkt_size, in ff_rtsp_open_transport_ctx()
/third_party/ffmpeg/libavcodec/
H A Doptions.c195 {"pkt_size", "", FOFFSET(pkt_size), AV_OPT_TYPE_INT64, {.i64 = -1 }, INT64_MIN, INT64_MAX, 0},
H A Daudiotoolboxdec.c490 int pkt_size = avpkt->size; in ffat_decode() local
561 return pkt_size; in ffat_decode()
H A Dspeexdec.c253 int pkt_size; member
1483 s->pkt_size = ((const uint8_t[]){ 5, 10, 15, 20, 20, 28, 28, 38, 38, 46, 62 })[quality]; in speex_decode_init()
1545 if (s->pkt_size && avpkt->size == 62) in speex_decode_frame()
1546 buf_size = s->pkt_size; in speex_decode_frame()
H A Dcrystalhd.c550 frame->pkt_size = -1; in copy_frame()
H A Dlibdav1d.c417 frame->pkt_size = p->m.size; in libdav1d_receive_frame()
H A Dav1dec.c941 frame->pkt_size = pkt->size; in set_output_frame()
H A Dcuviddec.c628 frame->pkt_size = -1; in cuvid_output_frame()
H A Dmpegvideo_enc.c1685 size_t pkt_size = 10000 + s->mb_width * s->mb_height * in ff_mpv_encode_picture() local
1688 ret = ff_mjpeg_add_icc_profile_size(avctx, s->new_picture, &pkt_size); in ff_mpv_encode_picture()
1692 if ((ret = ff_alloc_packet(avctx, pkt, pkt_size)) < 0) in ff_mpv_encode_picture()
H A Ddecode.c1271 frame->pkt_size = pkt->size; in ff_decode_frame_props()
/third_party/ffmpeg/libavfilter/
H A Dvf_drawtext.c95 "pkt_size",
1653 s->var_values[VAR_PKT_SIZE] = frame->pkt_size; in filter_frame()
/third_party/ffmpeg/fftools/
H A Dffprobe.c2577 if (frame->pkt_size != -1) print_val ("pkt_size", frame->pkt_size, unit_byte_str); in show_frame()
2578 else print_str_opt("pkt_size", "N/A"); in show_frame()

Completed in 36 milliseconds

12