Home
last modified time | relevance | path

Searched refs:compatibilityFlags (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
DHevcUtils.cpp402 uint32_t compatibilityFlags; in makeHvcc() local
404 if (!findParam32(kGeneralProfileCompatibilityFlags, &compatibilityFlags) in makeHvcc()
426 header[2] = (compatibilityFlags >> 24) & 0xff; in makeHvcc()
427 header[3] = (compatibilityFlags >> 16) & 0xff; in makeHvcc()
428 header[4] = (compatibilityFlags >> 8) & 0xff; in makeHvcc()
429 header[5] = compatibilityFlags & 0xff; in makeHvcc()