Searched refs:raw_packet_size (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmpegts.c93 int raw_packet_size; member in struct:MpegTSContext
1089 ts->pos47= pos % ts->raw_packet_size;
1119 p, p_end - p, is_start, pos - ts->raw_packet_size);
1143 static int read_packet(ByteIOContext *pb, uint8_t *buf, int raw_packet_size) argument
1160 skip = raw_packet_size - TS_PACKET_SIZE;
1184 ret = read_packet(pb, packet, ts->raw_packet_size);
1273 ts->raw_packet_size = get_packet_size(buf, sizeof(buf));
1274 if (ts->raw_packet_size <= 0)
1318 ret = read_packet(s->pb, packet, ts->raw_packet_size);
1367 ret = read_packet(s->pb, pkt->data, ts->raw_packet_size);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/
H A Dmetadata.c133 dlna_timestamp_is_present(const char * filename, int * raw_packet_size) argument
149 *raw_packet_size = MPEG_TS_PACKET_LENGTH_DLNA;
159 *raw_packet_size = MPEG_TS_PACKET_LENGTH;
164 *raw_packet_size = 0;
942 int raw_packet_size; local
943 int dlna_ts_present = dlna_timestamp_is_present(path, &raw_packet_size);
945 video_stream, basename(path), m.resolution, raw_packet_size);
961 if( raw_packet_size == MPEG_TS_PACKET_LENGTH_DLNA )
968 else if( raw_packet_size != MPEG_TS_PACKET_LENGTH )
971 raw_packet_size, basenam
1018 int raw_packet_size; local
[all...]

Completed in 161 milliseconds