Home
last modified time | relevance | path

Searched refs:d_h (Results 1 – 6 of 6) sorted by relevance

/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
Dgoldfish_vpx_impl.cpp105 myImg.d_h = *(unsigned int *)imgptr; in getVpxFrame()
109 (int)myImg.d_h, myImg.user_priv); in getVpxFrame()
DGoldfishVPX.cpp187 uint32_t height = mImg->d_h; in outputBuffers()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/
Dgoldfish_vpx_impl.cpp106 myImg.d_h = *(unsigned int *)imgptr; in getVpxFrame()
110 (int)myImg.d_h, myImg.user_priv); in getVpxFrame()
Dgoldfish_vpx_defs.h35 uint32_t d_h; /**< Displayed image height */ member
DC2GoldfishVpxDec.cpp933 if (img->d_w != mWidth || img->d_h != mHeight) { in outputBuffer()
935 img->d_h); in outputBuffer()
937 mHeight = img->d_h; in outputBuffer()
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/include/
Dgoldfish_vpx_defs.h34 unsigned int d_h; /**< Displayed image height */ member