Home
last modified time | relevance | path

Searched defs:PROFILE (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/
Dparallel_config.h30 #define PROFILE 0 macro
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/tests/slow-tests/
Dmain.rs41 const PROFILE: &str = ""; constant
/third_party/ffmpeg/libavcodec/
Dlibopenh264enc.c84 #define PROFILE(name, value) name, NULL, 0, AV_OPT_TYPE_CONST, { .i64 = value }, 0, 0, VE, "profil… macro
Dvaapi_encode_mpeg2.c649 #define PROFILE(name, value) name, NULL, 0, AV_OPT_TYPE_CONST, \ macro
Dvaapi_encode_h265.c1373 #define PROFILE(name, value) name, NULL, 0, AV_OPT_TYPE_CONST, \ macro
Dvaapi_encode_h264.c1271 #define PROFILE(name, value) name, NULL, 0, AV_OPT_TYPE_CONST, \ macro
/third_party/glfw/tests/
Dglfwinfo.c389 MAJOR, MINOR, PROFILE, ROBUSTNESS, VERSION, in main() enumerator