Searched refs:compatibilityFlags (Results 1 – 1 of 1) sorted by relevance
467 uint32_t compatibilityFlags; in makeHvcc() local469 if (!findParam32(kGeneralProfileCompatibilityFlags, &compatibilityFlags) in makeHvcc()491 header[2] = (compatibilityFlags >> 24) & 0xff; in makeHvcc()492 header[3] = (compatibilityFlags >> 16) & 0xff; in makeHvcc()493 header[4] = (compatibilityFlags >> 8) & 0xff; in makeHvcc()494 header[5] = compatibilityFlags & 0xff; in makeHvcc()