Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/cpp/evs/sampleDriver/
H A DbufferCopy.cpp80 struct YUYVpixel { in fillNV21FromYUYV() struct
81 uint8_t Y1; in fillNV21FromYUYV()
82 uint8_t U; in fillNV21FromYUYV()
83 uint8_t Y2; in fillNV21FromYUYV()
84 uint8_t V; in fillNV21FromYUYV()