Searched refs:unpack_skip_pixels (Results 1 – 2 of 2) sorted by relevance
98 m_pixelStore.unpack_skip_pixels = 0; in init()756 m_pixelStore.unpack_skip_pixels = value; in setPixelStore()796 ALOGV("%s: unpack skippixels %d", __FUNCTION__, m_pixelStore.unpack_skip_pixels); in pixelDataSize()806 pack ? m_pixelStore.pack_skip_pixels : m_pixelStore.unpack_skip_pixels, in pixelDataSize()827 ALOGV("%s: unpack skippixels %d", __FUNCTION__, m_pixelStore.unpack_skip_pixels); in pboNeededDataSize()837 pack ? m_pixelStore.pack_skip_pixels : m_pixelStore.unpack_skip_pixels, in pboNeededDataSize()893 m_pixelStore.unpack_skip_pixels, in getUnpackingOffsets2D()918 m_pixelStore.unpack_skip_pixels, in getUnpackingOffsets3D()
183 int unpack_skip_pixels; member