/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | picture.c | 376 handleVAEncMiscParameterTypeRateControl(vlVaContext *context, VAEncMiscParameterBuffer *misc) in handleVAEncMiscParameterTypeRateControl() argument 382 status = vlVaHandleVAEncMiscParameterTypeRateControlH264(context, misc); in handleVAEncMiscParameterTypeRateControl() 386 status = vlVaHandleVAEncMiscParameterTypeRateControlHEVC(context, misc); in handleVAEncMiscParameterTypeRateControl() 397 handleVAEncMiscParameterTypeFrameRate(vlVaContext *context, VAEncMiscParameterBuffer *misc) in handleVAEncMiscParameterTypeFrameRate() argument 403 status = vlVaHandleVAEncMiscParameterTypeFrameRateH264(context, misc); in handleVAEncMiscParameterTypeFrameRate() 407 status = vlVaHandleVAEncMiscParameterTypeFrameRateHEVC(context, misc); in handleVAEncMiscParameterTypeFrameRate() 418 handleVAEncMiscParameterTypeTemporalLayer(vlVaContext *context, VAEncMiscParameterBuffer *misc) in handleVAEncMiscParameterTypeTemporalLayer() argument 424 status = vlVaHandleVAEncMiscParameterTypeTemporalLayerH264(context, misc); in handleVAEncMiscParameterTypeTemporalLayer() 462 VAEncMiscParameterBuffer *misc; in handleVAEncMiscParameterBufferType() local 463 misc in handleVAEncMiscParameterBufferType() [all...] |
H A D | picture_h264_enc.c | 181 vlVaHandleVAEncMiscParameterTypeRateControlH264(vlVaContext *context, VAEncMiscParameterBuffer *misc) in vlVaHandleVAEncMiscParameterTypeRateControlH264() argument 184 VAEncMiscParameterRateControl *rc = (VAEncMiscParameterRateControl *)misc->data; in vlVaHandleVAEncMiscParameterTypeRateControlH264() 215 vlVaHandleVAEncMiscParameterTypeFrameRateH264(vlVaContext *context, VAEncMiscParameterBuffer *misc) in vlVaHandleVAEncMiscParameterTypeFrameRateH264() argument 218 VAEncMiscParameterFrameRate *fr = (VAEncMiscParameterFrameRate *)misc->data; in vlVaHandleVAEncMiscParameterTypeFrameRateH264() 241 vlVaHandleVAEncMiscParameterTypeTemporalLayerH264(vlVaContext *context, VAEncMiscParameterBuffer *misc) in vlVaHandleVAEncMiscParameterTypeTemporalLayerH264() argument 243 VAEncMiscParameterTemporalLayerStructure *tl = (VAEncMiscParameterTemporalLayerStructure *)misc->data; in vlVaHandleVAEncMiscParameterTypeTemporalLayerH264()
|
H A D | picture_hevc_enc.c | 166 vlVaHandleVAEncMiscParameterTypeRateControlHEVC(vlVaContext *context, VAEncMiscParameterBuffer *misc) in vlVaHandleVAEncMiscParameterTypeRateControlHEVC() argument 168 VAEncMiscParameterRateControl *rc = (VAEncMiscParameterRateControl *)misc->data; in vlVaHandleVAEncMiscParameterTypeRateControlHEVC() 185 vlVaHandleVAEncMiscParameterTypeFrameRateHEVC(vlVaContext *context, VAEncMiscParameterBuffer *misc) in vlVaHandleVAEncMiscParameterTypeFrameRateHEVC() argument 187 VAEncMiscParameterFrameRate *fr = (VAEncMiscParameterFrameRate *)misc->data; in vlVaHandleVAEncMiscParameterTypeFrameRateHEVC()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | UnsafeUtil.java | 45 private static final sun.misc.Unsafe UNSAFE = getUnsafe(); 288 * Gets the {@code sun.misc.Unsafe} instance, or {@code null} if not available on this platform. 290 static sun.misc.Unsafe getUnsafe() { in getUnsafe() 291 sun.misc.Unsafe unsafe = null; in getUnsafe() 295 new PrivilegedExceptionAction<sun.misc.Unsafe>() { in getUnsafe() 297 public sun.misc.Unsafe run() throws Exception { in getUnsafe() 298 Class<sun.misc.Unsafe> k = sun.misc.Unsafe.class; in getUnsafe() 307 // The sun.misc.Unsafe field does not exist. in getUnsafe() 516 * Returns the offset of the provided field, or {@code -1} if {@code sun.misc [all...] |
/third_party/f2fs-tools/tools/ |
H A D | f2fs_io_parse.c | 98 struct pid_ent *misc; in do_init() local 100 misc = calloc(1, sizeof(struct pid_ent)); in do_init() 101 assert(misc); in do_init() 104 LIST_INSERT_HEAD(&pid_info, misc, ptr); in do_init()
|
/third_party/curl/tests/ |
H A D | sshhelp.pm | 116 /usr/lib64/misc 117 /usr/lib/misc 134 /usr/lib/misc 135 /usr/lib64/misc
|
/third_party/astc-encoder/Test/testlib/ |
H A D | image.py | 36 import testlib.misc as misc namespace 99 parts = misc.path_splitall(partialPath)
|
/third_party/rust/crates/aho-corasick/bench/src/ |
H A D | random.rs | 9 misc(c); in all() 56 fn misc(c: &mut Criterion) { in misc() functions
|
/third_party/python/Tools/unicode/ |
H A D | Makefile | 18 codecs: misc windows iso apple ebcdic custom-mappings cjk 30 misc: build/
|
/third_party/skia/third_party/externals/imgui/examples/example_null/ |
H A D | Makefile | 29 # We use the WITH_FREETYPE flag on our CI setup to test compiling misc/freetype/imgui_freetype.cpp 32 SOURCES += $(IMGUI_DIR)/misc/freetype/imgui_freetype.cpp 82 %.o:$(IMGUI_DIR)/misc/freetype/%.cpp
|
/third_party/icu/icu4c/source/config/ |
H A D | dist.mk | 23 DISTY_RMV=brkitr coll curr lang locales mappings rbnf region translit xml zone misc/*.txt misc/*.mk unit
|
/third_party/skia/third_party/externals/icu/source/config/ |
H A D | dist.mk | 23 DISTY_RMV=brkitr coll curr lang locales mappings rbnf region translit xml zone misc/*.txt misc/*.mk unit
|
/third_party/musl/scripts/build_lite/ |
H A D | Makefile | 132 mv -f src/misc/liteos_a/* src/misc/ && \ 215 mv -f src/misc/aarch64/linux/* src/misc/aarch64/ && \
|
/third_party/jerryscript/targets/curie_bsp/source/ |
H A D | curie-bsp-port.c | 17 #include <misc/printk.h>
|
/third_party/ltp/testcases/kernel/security/integrity/ima/tests/ |
H A D | ima_tpm.sh | 64 -f /sys/class/misc/tpm0/device/caps ]; then 74 if [ ! -d /sys/class/tpm/tpm0/ -a ! -d /sys/class/misc/tpm0/ ]; then 97 pcrs_path="/sys/class/misc/tpm0/device/pcrs"
|
/third_party/jerryscript/targets/zephyr/src/ |
H A D | main-zephyr.c | 21 #include <misc/printk.h>
|
/third_party/skia/third_party/externals/imgui/examples/example_emscripten_opengl3/ |
H A D | Makefile | 44 # The Makefile for this example project suggests embedding the misc/fonts/ folder into our application, it will then be accessible as "/fonts" 46 # (Default value is 0. Set to 1 to enable file-system and include the misc/fonts/ folder as part of the build.) 53 LDFLAGS += --no-heap-copy --preload-file ../../misc/fonts@/fonts
|
/third_party/skia/third_party/externals/imgui/examples/example_emscripten_wgpu/ |
H A D | Makefile | 40 # The Makefile for this example project suggests embedding the misc/fonts/ folder into our application, it will then be accessible as "/fonts" 42 # (Default value is 0. Set to 1 to enable file-system and include the misc/fonts/ folder as part of the build.) 49 LDFLAGS += --no-heap-copy --preload-file ../../misc/fonts@/fonts
|
/third_party/backends/backend/ |
H A D | plustek-pp_wrapper.c | 104 static int ppDev_open( const char *dev_name, void *misc ) in ppDev_open() 111 Plustek_Device *dev = (Plustek_Device *)misc; in ppDev_open()
|
/third_party/skia/third_party/externals/expat/expat/tests/ |
H A D | xmltest.sh | 154 ibm/not-wf/misc \
|
/third_party/rust/crates/regex/tests/ |
H A D | test_default.rs | 47 mod misc; modules
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | binary_to_text_test.cpp | 517 uint16_t misc; member 528 SPV_GENERATOR_WORD(GetParam().generator, GetParam().misc); in TEST_P()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | binary_to_text_test.cpp | 517 uint16_t misc; member 528 SPV_GENERATOR_WORD(GetParam().generator, GetParam().misc); in TEST_P()
|
/third_party/spirv-tools/test/ |
H A D | binary_to_text_test.cpp | 528 uint16_t misc; member 539 SPV_GENERATOR_WORD(GetParam().generator, GetParam().misc); in TEST_P()
|
/third_party/rust/crates/regex/bench/src/ |
H A D | bench.rs | 302 mod misc; modules
|