Home
last modified time | relevance | path

Searched defs:PixelFormat (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/frontend/vnc_server/
Dvnc_client_connection.h48 struct PixelFormat { struct
49 std::uint8_t bits_per_pixel;
50 std::uint8_t depth;
51 std::uint8_t big_endian;
52 std::uint8_t true_color;
53 std::uint16_t red_max;
54 std::uint16_t green_max;
55 std::uint16_t blue_max;
56 std::uint8_t red_shift;
57 std::uint8_t green_shift;
[all …]
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/
DMediaH264Decoder.h61 enum class PixelFormat : uint8_t { enum