Searched refs:atom_type (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.c84 uint32_t atom_type = 0; local
122 atom_type = BE_32(&atom_bytes[4]);
125 if (atom_type == FTYP_ATOM) {
154 (atom_type >> 24) & 255,
155 (atom_type >> 16) & 255,
156 (atom_type >> 8) & 255,
157 (atom_type >> 0) & 255,
160 if ((atom_type != FREE_ATOM) &&
161 (atom_type != JUNK_ATOM) &&
162 (atom_type !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dqt-faststart.c89 uint32_t atom_type = 0; local
128 atom_type = BE_32(&atom_bytes[4]);
131 if (atom_type == FTYP_ATOM) {
164 (atom_type >> 24) & 255,
165 (atom_type >> 16) & 255,
166 (atom_type >> 8) & 255,
167 (atom_type >> 0) & 255,
170 if ((atom_type != FREE_ATOM) &&
171 (atom_type != JUNK_ATOM) &&
172 (atom_type !
[all...]

Completed in 41 milliseconds