Searched refs:LEVEL_AVC_1B (Results 1 – 8 of 8) sorted by relevance
/aosp12/hardware/google/av/media/eco/ |
H A D | ECOC2Utils.cpp | 56 case LEVEL_AVC_1B: in C2Level2ECOLevel()
|
/aosp12/frameworks/av/media/libmediatranscoding/transcoder/tests/fuzzer/ |
H A D | README.md | 24 | `level` for AVC | 0. `LEVEL_AVC_1` 1. `LEVEL_AVC_1B` 2. `LEVEL_AVC_1_1` 3. `LEVEL_AVC_1_2` 4. `LE…
|
H A D | media_transcoder_fuzzer.cpp | 39 C2Config::LEVEL_AVC_1, C2Config::LEVEL_AVC_1B, C2Config::LEVEL_AVC_1_1,
|
/aosp12/frameworks/av/media/codec2/vndk/ |
H A D | C2Config.cpp | 181 { "avc-1b", C2Config::LEVEL_AVC_1B },
|
/aosp12/frameworks/av/media/codec2/components/avc/ |
H A D | C2SoftAvcEnc.cpp | 185 LEVEL_AVC_1B, in IntfImpl() 337 bool needsUpdate = (me.v.level == LEVEL_AVC_1B); in ProfileLevelSetter() 499 { LEVEL_AVC_1B, 9 }, in getLevel_l()
|
H A D | C2SoftAvcDec.cpp | 108 C2Config::LEVEL_AVC_1, C2Config::LEVEL_AVC_1B, C2Config::LEVEL_AVC_1_1, in IntfImpl()
|
/aosp12/frameworks/av/media/codec2/sfplugin/utils/ |
H A D | Codec2Mapper.cpp | 52 { C2Config::LEVEL_AVC_1B, AVCLevel1b },
|
/aosp12/frameworks/av/media/codec2/core/include/ |
H A D | C2Config.h | 613 LEVEL_AVC_1B, ///< AVC (H.264) Level 1b enumerator
|