Home
last modified time | relevance | path

Searched refs:PROFILE (Results 1 - 25 of 27) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
H A Dlibopenh264enc.c84 #define PROFILE(name, value) name, NULL, 0, AV_OPT_TYPE_CONST, { .i64 = value }, 0, 0, VE, "profile" macro
85 { PROFILE("constrained_baseline", FF_PROFILE_H264_CONSTRAINED_BASELINE) },
86 { PROFILE("main", FF_PROFILE_H264_MAIN) },
87 { PROFILE("high", FF_PROFILE_H264_HIGH) },
88 #undef PROFILE macro
H A Dvaapi_encode_mpeg2.c649 #define PROFILE(name, value) name, NULL, 0, AV_OPT_TYPE_CONST, \ macro
651 { PROFILE("simple", FF_PROFILE_MPEG2_SIMPLE) },
652 { PROFILE("main", FF_PROFILE_MPEG2_MAIN) },
653 #undef PROFILE macro
H A Dvaapi_encode_h264.c1271 #define PROFILE(name, value) name, NULL, 0, AV_OPT_TYPE_CONST, \ macro
1273 { PROFILE("constrained_baseline", FF_PROFILE_H264_CONSTRAINED_BASELINE) },
1274 { PROFILE("main", FF_PROFILE_H264_MAIN) },
1275 { PROFILE("high", FF_PROFILE_H264_HIGH) },
1276 #undef PROFILE macro
H A Dvaapi_encode_h265.c1373 #define PROFILE(name, value) name, NULL, 0, AV_OPT_TYPE_CONST, \ macro
1375 { PROFILE("main", FF_PROFILE_HEVC_MAIN) },
1376 { PROFILE("main10", FF_PROFILE_HEVC_MAIN_10) },
1377 { PROFILE("rext", FF_PROFILE_HEVC_REXT) },
1378 #undef PROFILE macro
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp222 #if defined(__linux__) && defined(PROFILE) in lp_profile()
H A Dlp_bld_init.c656 #if defined(DEBUG) || defined(PROFILE) || defined(PIPE_ARCH_X86) || defined(PIPE_ARCH_X86_64) in gallivm_compile_module()
718 #if defined(PROFILE) in gallivm_compile_module()
/third_party/pulseaudio/src/pulsecore/
H A Dshmasyncq.c39 /* #define PROFILE */
41 #ifdef PROFILE
H A Dasyncq.c45 /* #define PROFILE */
47 #ifdef PROFILE
/third_party/glfw/tests/
H A Dglfwinfo.c104 printf(" -p, --profile=PROFILE the OpenGL profile to use (" in usage()
389 MAJOR, MINOR, PROFILE, ROBUSTNESS, VERSION, in main() enumerator
407 { "profile", 1, NULL, PROFILE }, in main()
521 case PROFILE: in main()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins.cc346 PROFILE(isolate, CodeCreateEvent(CodeEventListener::BUILTIN_TAG, code, in EmitCodeCreateEvents()
358 PROFILE(isolate, in EmitCodeCreateEvents()
/third_party/node/deps/v8/src/wasm/
H A Dfunction-compiler.cc247 PROFILE(isolate_, CodeCreateEvent(CodeEventListener::STUB_TAG, in Finalize()
H A Dwasm-code-manager.cc291 PROFILE(isolate, CodeCreateEvent(CodeEventListener::FUNCTION_TAG, this, name, in LogCode()
/third_party/node/deps/v8/src/logging/
H A Dcode-events.h64 #define PROFILE(the_isolate, Call) (the_isolate)->code_event_dispatcher()->Call; macro
H A Dlog.cc92 PROFILE(isolate_, Call); \
1912 PROFILE(isolate_, GetterCallbackEvent(name, getter_entry)); in LogAccessorCallbacks()
1919 PROFILE(isolate_, SetterCallbackEvent(name, setter_entry)); in LogAccessorCallbacks()
/third_party/node/deps/v8/src/snapshot/
H A Dcode-serializer.cc315 PROFILE(isolate, in CreateInterpreterDataForDeserializedCode()
399 PROFILE( in FinalizeDeserialization()
/third_party/node/deps/v8/src/objects/
H A Dshared-function-info.cc478 PROFILE(isolate, CodeDisableOptEvent(handle(abstract_code(isolate), isolate), in DisableOptimization()
/third_party/node/deps/v8/src/deoptimizer/
H A Ddeoptimizer.cc510 PROFILE(isolate_, CodeDeoptEvent(handle(compiled_code_, isolate_), kind, in Deoptimizer()
724 PROFILE( in TraceMarkForDeoptimization()
/third_party/node/deps/v8/src/codegen/
H A Dcompiler.cc278 PROFILE(isolate, CodeCreateEvent(log_tag, abstract_code, shared, script_name, in LogFunctionCompilation()
629 PROFILE(isolate, CodeCreateEvent(log_tag, abstract_code, shared_info, in InstallInterpreterTrampolineCopy()
/third_party/node/deps/v8/src/regexp/arm64/
H A Dregexp-macro-assembler-arm64.cc1197 PROFILE(masm_->isolate(), in GetCode()
/third_party/node/deps/v8/src/regexp/arm/
H A Dregexp-macro-assembler-arm.cc997 PROFILE(masm_->isolate(), in GetCode()
/third_party/node/deps/v8/src/regexp/ia32/
H A Dregexp-macro-assembler-ia32.cc1051 PROFILE(masm_->isolate(), in GetCode()
/third_party/node/deps/v8/src/regexp/ppc/
H A Dregexp-macro-assembler-ppc.cc1063 PROFILE(masm_->isolate(), in GetCode()
/third_party/node/deps/v8/src/regexp/s390/
H A Dregexp-macro-assembler-s390.cc1068 PROFILE(masm_->isolate(), in GetCode()
/third_party/node/deps/v8/src/regexp/x64/
H A Dregexp-macro-assembler-x64.cc1102 PROFILE(isolate, in GetCode()
/third_party/node/deps/v8/src/heap/
H A Dheap.cc2589 PROFILE(isolate_, CodeMovingGCEvent()); in MarkCompact()
3496 PROFILE(isolate_, in OnMoveEvent()

Completed in 52 milliseconds

12