Home
last modified time | relevance | path

Searched refs:imgptr (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
Dgoldfish_vpx_impl.cpp100 uint8_t* imgptr = (ptr + 8); in getVpxFrame() local
101 myImg.fmt = *(vpx_img_fmt_t*)imgptr; in getVpxFrame()
102 imgptr += 8; in getVpxFrame()
103 myImg.d_w = *(unsigned int *)imgptr; in getVpxFrame()
104 imgptr += 8; in getVpxFrame()
105 myImg.d_h = *(unsigned int *)imgptr; in getVpxFrame()
106 imgptr += 8; in getVpxFrame()
107 myImg.user_priv = (void*)(*(uint64_t*)imgptr); in getVpxFrame()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/
Dgoldfish_vpx_impl.cpp101 uint8_t *imgptr = (ptr + 8); in getVpxFrame() local
102 myImg.fmt = *(vpx_img_fmt_t *)imgptr; in getVpxFrame()
103 imgptr += 8; in getVpxFrame()
104 myImg.d_w = *(unsigned int *)imgptr; in getVpxFrame()
105 imgptr += 8; in getVpxFrame()
106 myImg.d_h = *(unsigned int *)imgptr; in getVpxFrame()
107 imgptr += 8; in getVpxFrame()
108 myImg.user_priv = (void *)(*(uint64_t *)imgptr); in getVpxFrame()