Home
last modified time | relevance | path

Searched refs:rtp_payload_size (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpegvideo.h503 int rtp_payload_size; member
676 {"ps", "RTP payload size in bytes", FF_MPV_OFFSET(rtp_payload_size), AV…
Davcodec.h1520 int rtp_payload_size; /* The size of the RTP payload: the coder will */ member
Dmpegvideo_enc.c373 if (avctx->rtp_payload_size) in ff_mpv_encode_init()
374 s->rtp_payload_size = avctx->rtp_payload_size; in ff_mpv_encode_init()
403 s->rtp_mode = !!s->rtp_payload_size; in ff_mpv_encode_init()
3068 is_gob_start = s->rtp_payload_size && in encode_thread()
3069 current_packet_size >= s->rtp_payload_size && in encode_thread()
Doptions_table.h106 {"ps", "RTP payload size in bytes", OFFSET(rtp_payload_size), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, I…