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.cpp1768 uint32_t d32 = U32_AT(&header[16]); local
1769 if (d32 == 0xffffffff) {
1770 d32 = 0;
1772 duration = d32;
1813 uint32_t d32; local
1814 mDataSource->getUInt32(data_offset + 4, &d32);
1815 if (d32 == 0xffffffff) {
1816 d32 = 0;
1818 duration = d32;

Completed in 100 milliseconds