Home
last modified time | relevance | path

Searched defs:ProfileType (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
H A Dvenc_test.cpp215 struct ProfileType struct
221 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 …]
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/test/
H A Dvenc_test.cpp255 struct ProfileType { struct
260 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 …]
/aosp12/packages/apps/Settings/src/com/android/settings/dashboard/profileselector/
H A DProfileSelectFragment.java68 public @interface ProfileType { annotation in ProfileSelectFragment
/aosp12/frameworks/base/core/java/android/content/pm/dex/
H A DArtManager.java67 public @interface ProfileType {} annotation in ArtManager
/aosp12/frameworks/base/libs/hwui/
H A DProperties.h199 enum class ProfileType { None, Console, Bars }; enum