Searched defs:d32 (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/opengl/libagl/
H A Ddxt.cpp150 uint32_t const *d32 = (uint32_t *)data; local
152 uint32_t colors = *d32++;
164 uint32_t bits = *d32++;
177 ++d32;
201 uint32_t const *d32 = (uint32_t *)data; local
215 uint32_t colors = *d32++;
216 uint32_t bits = *d32++;
313 uint32_t const *d32 = (uint32_t *)data; local
329 uint32_t alphahi = *d32++;
330 uint32_t alphalo = *d32
422 uint32_t const *d32 = (uint32_t *)data; local
[all...]
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp1964 uint32_t d32 = U32_AT(&header[16]); local
1965 if (d32 == 0xffffffff) {
1966 d32 = 0;
1968 duration = d32;
2010 uint32_t d32; local
2011 mDataSource->getUInt32(data_offset + 4, &d32);
2012 if (d32 == 0xffffffff) {
2013 d32 = 0;
2015 duration = d32;

Completed in 1099 milliseconds