Searched defs:ProfileType (Results 1 – 5 of 5) sorted by relevance
215 struct ProfileType struct221 OMX_U32 nFrameWidth;222 OMX_U32 nFrameHeight;223 OMX_U32 nFrameBytes;225 OMX_U32 nFramestride;227 OMX_U32 nFrameRead;229 OMX_U32 nBitrate;230 float nFramerate;231 char* cInFileName;232 char* cOutFileName;[all …]
255 struct ProfileType { struct260 OMX_U32 nFrameWidth;261 OMX_U32 nFrameHeight;262 OMX_U32 nFrameBytes;264 OMX_U32 nFramestride;266 OMX_U32 nFrameRead;268 OMX_U32 nBitrate;269 float nFramerate;270 char* cInFileName;271 char* cOutFileName;[all …]
68 public @interface ProfileType { annotation in ProfileSelectFragment
67 public @interface ProfileType {} annotation in ArtManager
199 enum class ProfileType { None, Console, Bars }; enum