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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tools/
H A Dqt-faststart.c83 unsigned char atom_bytes[ATOM_PREAMBLE_SIZE]; local
118 if (fread(atom_bytes, ATOM_PREAMBLE_SIZE, 1, infile) != 1) {
121 atom_size = (uint32_t) BE_32(&atom_bytes[0]);
122 atom_type = BE_32(&atom_bytes[4]);
144 if (fread(atom_bytes, ATOM_PREAMBLE_SIZE, 1, infile) != 1) {
147 atom_size = BE_64(&atom_bytes[0]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dqt-faststart.c88 unsigned char atom_bytes[ATOM_PREAMBLE_SIZE]; local
124 if (fread(atom_bytes, ATOM_PREAMBLE_SIZE, 1, infile) != 1) {
127 atom_size = BE_32(&atom_bytes[0]);
128 atom_type = BE_32(&atom_bytes[4]);
150 if (fread(atom_bytes, ATOM_PREAMBLE_SIZE, 1, infile) != 1) {
153 atom_size = BE_64(&atom_bytes[0]);

Completed in 91 milliseconds