Searched refs:HEVC (Results 1 – 9 of 9) sorted by relevance
14 3. HEVC Profile (parameter name: `profile`)16 5. HEVC Level (parameter name: `level`)23 | `profile` for HEVC | 0. `PROFILE_HEVC_MAIN` 1. `PROFILE_HEVC_MAIN_STILL` | All bits of 2nd byte o…25 | `level` for HEVC | 0. `LEVEL_HEVC_MAIN_1` 1. `LEVEL_HEVC_MAIN_2` 2. `LEVEL_HEVC_MAIN_2_1` 3. `LEV…
3 #### HEVC Utils Test4 The HEVC Utility Unit Test Suite validates the HevcUtils library available in libstagefright.
98 } else if (codec == MediaRecorder.VideoEncoder.HEVC) { in getMediaType()
689 public static final int HEVC = 5; field in MediaRecorder.VideoEncoder701 VideoEncoder.HEVC,
73 public static final int VIDEO_STREAM_TYPE_HEVC = Constants.VideoStreamType.HEVC;
3 This is a sample android application for encoding AVC/HEVC streams with B-Frames enabled. It uses M…
151 HEVC, enumerator263 mType = HEVC; in MatroskaSource()1086 if ((mType != AVC && mType != HEVC) || mNALSizeLen == 0) { in read()
543 mMediaRecorder.setVideoEncoder(MediaRecorder.VideoEncoder.HEVC); in setUpMediaRecorder()
23162 field public static final int HEVC = 5; // 0x5