Home
last modified time | relevance | path

Searched refs:packet_idx (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dprompeg.c112 int packet_idx, packet_idx_max; member
333 s->packet_idx = 0; in prompeg_init()
398 col_idx = s->packet_idx % s->l; in prompeg_write()
399 row_idx = s->packet_idx / s->l % s->d; in prompeg_write()
403 if (!s->first || s->packet_idx > 0) { in prompeg_write()
432 if (!s->first && s->packet_idx % s->d == 0) { in prompeg_write()
433 col_out_idx = s->packet_idx / s->d; in prompeg_write()
438 if (++s->packet_idx >= s->packet_idx_max) { in prompeg_write()
439 s->packet_idx = 0; in prompeg_write()
/third_party/lwip/src/apps/lwiperf/
H A Dlwiperf.c460 u32_t packet_idx; in lwiperf_tcp_recv() local
533 packet_idx = 0; in lwiperf_tcp_recv()
553 packet_idx += q->len; in lwiperf_tcp_recv()
555 LWIP_ASSERT("count mismatch", packet_idx == p->tot_len); in lwiperf_tcp_recv()
556 conn->bytes_transferred += packet_idx; in lwiperf_tcp_recv()
/third_party/astc-encoder/Source/
H A Dstb_image.h6418 int packet_idx;
6420 for(packet_idx=0; packet_idx < num_packets; ++packet_idx) {
6421 stbi__pic_packet *packet = &packets[packet_idx];
/third_party/ffmpeg/fftools/
H A Dffprobe.c2474 static void show_packet(WriterContext *w, InputFile *ifile, AVPacket *pkt, int packet_idx) in show_packet() argument

Completed in 22 milliseconds