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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dwtvenc.c136 static void write_chunk_header(AVFormatContext *s, const ff_asf_guid *guid, int length, int stream_id) function
164 write_chunk_header(s, guid, 0, stream_id); // length updated later
343 write_chunk_header(s, &ff_sync_guid, 0x18, 0);
448 write_chunk_header(s, &ff_timestamp_guid, 56, 0x40000000 | (INDEX_BASE + pkt->stream_index));
491 write_chunk_header(s, &ff_data_guid, pkt->size, INDEX_BASE + pkt->stream_index);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcinepakenc.c475 static int write_chunk_header(unsigned char *buf, int chunk_type, int chunk_size) function
488 ret = write_chunk_header(buf,
658 ret += write_chunk_header(buf + ret, 0x32, mb_count);
689 write_chunk_header(buf + header_ofs, 0x30, ret - header_ofs - CHUNK_HEADER_SIZE);
749 write_chunk_header(buf + header_ofs, 0x31, ret - header_ofs - CHUNK_HEADER_SIZE);

Completed in 65 milliseconds