/third_party/ffmpeg/libavutil/ |
H A D | frame.h | 653 int pkt_size; member
|
H A D | frame.c | 64 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 D | rtsp.h | 419 int pkt_size; member
|
H A D | mpeg.c | 967 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 D | udp.c | 89 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 D | rtspenc.c | 178 return ffio_open_dyn_packet_buf(&rtpctx->pb, rt->pkt_size); in ff_rtsp_tcp_write_packet()
|
H A D | rtsp.c | 80 { "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 D | options.c | 195 {"pkt_size", "", FOFFSET(pkt_size), AV_OPT_TYPE_INT64, {.i64 = -1 }, INT64_MIN, INT64_MAX, 0},
|
H A D | audiotoolboxdec.c | 490 int pkt_size = avpkt->size; in ffat_decode() local 561 return pkt_size; in ffat_decode()
|
H A D | speexdec.c | 253 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 D | crystalhd.c | 550 frame->pkt_size = -1; in copy_frame()
|
H A D | libdav1d.c | 417 frame->pkt_size = p->m.size; in libdav1d_receive_frame()
|
H A D | av1dec.c | 941 frame->pkt_size = pkt->size; in set_output_frame()
|
H A D | cuviddec.c | 628 frame->pkt_size = -1; in cuvid_output_frame()
|
H A D | mpegvideo_enc.c | 1685 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 D | decode.c | 1271 frame->pkt_size = pkt->size; in ff_decode_frame_props()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_drawtext.c | 95 "pkt_size", 1653 s->var_values[VAR_PKT_SIZE] = frame->pkt_size; in filter_frame()
|
/third_party/ffmpeg/fftools/ |
H A D | ffprobe.c | 2577 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()
|