Home
last modified time | relevance | path

Searched defs:VBR (Results 1 – 5 of 5) sorted by relevance

/external/crosvm/media/libvda/src/encode/
Dformat.rs44 VBR = bindings::vea_bitrate_mode_VBR, enumerator
/external/llvm/include/llvm/Bitcode/
DBitCodes.h94 VBR = 2, // A VBR field where Val specifies the width of each chunk. enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
DBitCodes.h102 VBR = 2, // A VBR field where Val specifies the width of each chunk. enumerator
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitCodes.h117 VBR = 2, // A VBR field where Val specifies the width of each chunk. enumerator
/external/rust/crates/ash/src/vk/
Dbitflags.rs1175 pub const VBR: Self = Self(2); constant