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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tools/
H A Dqt-faststart.c39 #define BE_32(x) ((((uint8_t*)(x))[0] << 24) | \ macro
121 atom_size = (uint32_t) BE_32(&atom_bytes[0]);
122 atom_type = BE_32(&atom_bytes[4]);
206 if (BE_32(&moov_atom[12]) == CMOV_ATOM) {
217 atom_type = BE_32(&moov_atom[i]);
220 atom_size = BE_32(&moov_atom[i - 4]);
225 offset_count = BE_32(&moov_atom[i + 8]);
227 current_offset = BE_32(&moov_atom[i + 12 + j * 4]);
237 atom_size = BE_32(&moov_atom[i - 4]);
242 offset_count = BE_32(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dqt-faststart.c44 #define BE_32(x) (((uint32_t)(((uint8_t*)(x))[0]) << 24) | \ macro
127 atom_size = BE_32(&atom_bytes[0]);
128 atom_type = BE_32(&atom_bytes[4]);
223 if (BE_32(&moov_atom[12]) == CMOV_ATOM) {
234 atom_type = BE_32(&moov_atom[i]);
237 atom_size = BE_32(&moov_atom[i - 4]);
242 offset_count = BE_32(&moov_atom[i + 8]);
248 current_offset = BE_32(&moov_atom[i + 12 + j * 4]);
258 atom_size = BE_32(&moov_atom[i - 4]);
263 offset_count = BE_32(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/common/
H A Dtuklib_integer.h83 # ifdef BE_32
84 # define conv32be(num) BE_32(num)
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/common/
H A Dtuklib_integer.h83 # ifdef BE_32
84 # define conv32be(num) BE_32(num)

Completed in 68 milliseconds