Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
Dgoldfish_vpx_impl.cpp99 myImg.d_w = *(unsigned int *)imgptr; in getVpxFrame()
104 DDD("fmt %d dw %d dh %d userpriv %p", (int)myImg.fmt, (int)myImg.d_w, in getVpxFrame()
Dgoldfish_vpx_defs.h33 unsigned int d_w; /**< Displayed image width */ member
DGoldfishVPX.cpp185 uint32_t width = mImg->d_w; in outputBuffers()