Searched defs:m_width (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/libvideoeditor/vss/common/inc/
H A DM4AIR_API.h74 M4OSA_UInt32 m_width; /**< Width */ member in struct:__anon121
H A DM4Common_types.h223 M4OSA_UInt32 m_width; /**< image width in pixels */ member in struct:__anon133
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorThumbnailMain.cpp60 unsigned int m_width; member in struct:__anon1157
123 for (i = pPlane->u_width; i < pC->m_width; i++)
128 dst += pC->m_width;
138 for (i = pPlane->u_width; i < pC->m_width; i++)
143 dst += pC->m_width;
228 if ((pC->m_width != width) || (pC->m_height != height))
233 pC->m_width = width;

Completed in 1059 milliseconds