Lines Matching refs:BE_32
47 #define BE_32(x) (((uint32_t)(((uint8_t*)(x))[0]) << 24) | \
139 atom.size = BE_32(pos);
140 atom.type = BE_32(pos + 4);
198 offset_count = BE_32(atom->data + 4);
210 current_offset = BE_32(pos);
234 offset_count = BE_32(atom->data + 4);
309 offset_count = BE_32(atom->data + 4);
321 original_offset = BE_32(pos) - context->original_moov_size;
472 atom_size = BE_32(&atom_bytes[0]);
473 atom_type = BE_32(&atom_bytes[4]);
587 if (BE_32(&moov_atom[12]) == CMOV_ATOM) {