Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dlibopenh264enc.c82 #define PROFILE(name, value) name, NULL, 0, AV_OPT_TYPE_CONST, { .i64 = value }, 0, 0, VE, "profil… macro
Dvdpau.c403 #define PROFILE(prof) \ in av_vdpau_get_profile() macro
Dvaapi_encode_mpeg2.c650 #define PROFILE(name, value) name, NULL, 0, AV_OPT_TYPE_CONST, \ macro
Dvaapi_encode_h265.c1231 #define PROFILE(name, value) name, NULL, 0, AV_OPT_TYPE_CONST, \ macro
Dvaapi_encode_h264.c1270 #define PROFILE(name, value) name, NULL, 0, AV_OPT_TYPE_CONST, \ macro
/third_party/node/deps/v8/src/logging/
Dcode-events.h64 #define PROFILE(the_isolate, Call) (the_isolate)->code_event_dispatcher()->Call; macro
/third_party/glfw/tests/
Dglfwinfo.c367 MAJOR, MINOR, PROFILE, ROBUSTNESS, VERSION, in main() enumerator