Home
last modified time | relevance | path

Searched defs:pktsize (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavformat/
Dsiff.c57 unsigned int pktsize; member
230 int pktsize = av_get_packet(s->pb, pkt, c->sndsize - 4); in siff_read_packet() local
242 int pktsize = av_get_packet(s->pb, pkt, c->block_align); in siff_read_packet() local
Drtmpproto.c2957 int pktsize, pkttype, copy; in rtmp_write() local
/third_party/ffmpeg/libavcodec/
Dlibspeexdec.c36 int pktsize; member
Dhapenc.c200 int pktsize = FFMAX(ctx->tex_size, ctx->max_snappy * ctx->chunk_count) + header_length; in hap_encode() local
Dpixlet.c610 uint32_t pktsize, depth; in pixlet_decode_frame() local
/third_party/libwebsockets/lib/secure-streams/
Dsecure-streams-client.c203 size_t pktsize = wsi->a.context->max_http_header_data; in callback_sspc_client() local