HomeSort by relevance Sort by last modified time
    Searched full:variant_type (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/radeon/
radeon_uvd.h 290 uint32_t variant_type; member in struct:ruvd_mpeg4
radeon_uvd.c 874 result.variant_type = 0;
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/doc/
internals.md 31 `Value` is a [variant type](http://en.wikipedia.org/wiki/Variant_type). In RapidJSON's context, an instance of `Value` can contain 1 of 6 JSON value types. This is possible by using `union`. Each `Value` contains two members: `union Data data_` and a`unsigned flags_`. The `flags_` indiciates the JSON type, and also additional information.

Completed in 106 milliseconds