Home
last modified time | relevance | path

Searched defs:cat (Results 1 – 25 of 186) sorted by relevance

12345678

/third_party/gstreamer/gstreamer/gst/
Dgstinfo.h573 #define GST_DEBUG_CATEGORY(cat) GstDebugCategory *cat = NULL argument
581 #define GST_DEBUG_CATEGORY_EXTERN(cat) extern GstDebugCategory *cat argument
590 #define GST_DEBUG_CATEGORY_STATIC(cat) static GstDebugCategory *cat = NULL argument
621 #define GST_DEBUG_CATEGORY_INIT(cat,name,color,description) G_STMT_START{\ argument
645 #define GST_DEBUG_CATEGORY_GET(cat,name) G_STMT_START{\ argument
652 #define GST_DEBUG_CATEGORY_GET(cat,name) G_STMT_START{\ argument
688 #define GST_CAT_LEVEL_LOG(cat,level,object,...) G_STMT_START{ \ argument
696 #define GST_CAT_LEVEL_LOG(cat,level,object,args...) G_STMT_START{ \ argument
704 GST_CAT_LEVEL_LOG_valist (GstDebugCategory * cat, in GST_CAT_LEVEL_LOG_valist()
714 GST_CAT_LEVEL_LOG (GstDebugCategory * cat, GstDebugLevel level, in GST_CAT_LEVEL_LOG()
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglquery.h82 #define gst_gl_query_start_log_valist(query,cat,level,object,format,varargs) \ argument
90 #define gst_gl_query_counter_log_valist(query,cat,level,object,format,varargs) \ argument
100 #define gst_gl_query_start_log(query,cat,level,object,format,...) \ argument
107 #define gst_gl_query_counter_log(query,cat,level,object,format,...) \ argument
118 #define gst_gl_query_start_log(query,cat,level,object,format,args...) \ argument
125 #define gst_gl_query_counter_log(query,cat,level,object,format,args...) \ argument
136 gst_gl_query_start_log(GstGLQuery * query, GstDebugCategory * cat, in gst_gl_query_start_log()
147 gst_gl_query_counter_log(GstGLQuery * query, GstDebugCategory * cat, in gst_gl_query_counter_log()
Dgstgldebug.h40 GstDebugCategory *cat; member
80 #define GST_GL_ASYNC_CAT_LEVEL_LOG_valist(ad,cat,level,object,format,varargs) \ argument
96 #define GST_GL_ASYNC_CAT_LEVEL_LOG(ad,cat,level,object,format,...) \ argument
101 #define GST_GL_ASYNC_CAT_LEVEL_LOG(ad,cat,level,object,format,args...) \ argument
106 GST_GL_ASYNC_CAT_LEVEL_LOG(GstGLAsyncDebug * ad, GstDebugCategory * cat, in GST_GL_ASYNC_CAT_LEVEL_LOG()
148 #define gst_gl_async_debug_store_log_msg_valist(ad,cat,level,file,function,line,object,format,args)… argument
170 GstDebugCategory * cat, GstDebugLevel level, const gchar * file, in gst_gl_async_debug_store_log_msg()
/third_party/node/src/
Ddebug_utils-inl.h134 DebugCategory cat, in Debug()
142 DebugCategory cat, in Debug()
150 Debug(Environment* env, DebugCategory cat, const char* format, Args&&... args) { in Debug()
155 DebugCategory cat, in Debug()
162 DebugCategory cat, in Debug()
193 DebugCategory cat = static_cast<DebugCategory>(async_wrap->provider_type()); in Debug() local
208 inline void FORCE_INLINE Debug(DebugCategory cat, in Debug()
214 inline void FORCE_INLINE Debug(DebugCategory cat, const char* message) { in Debug()
/third_party/node/test/parallel/
Dtest-trace-events-perf.js28 { cat: 'node,node.perf,node.perf.timerify', name: 'f' }, property
29 { cat: 'node,node.perf,node.perf.usertiming', name: 'A to B' }, property
32 { cat: 'node,node.perf,node.perf.timerify', name: 'f' }, property
33 { cat: 'node,node.perf,node.perf.usertiming', name: 'A to B' }, property
Dtest-trace-events-api.js136 { cat: 'node,node.perf,node.perf.timerify', name: 'f' }, property
137 { cat: 'node,node.perf,node.perf.usertiming', name: 'A to B' }, property
140 { cat: 'node,node.perf,node.perf.timerify', name: 'f' }, property
141 { cat: 'node,node.perf,node.perf.usertiming', name: 'A to B' }, property
Dtest-child-process-kill.js26 const cat = spawn(common.isWindows ? 'cmd' : 'cat'); constant
Dtest-child-process-stdin.js32 const cat = spawn('cat'); constant
Dtest-process-kill-null.js27 const cat = spawn('cat'); constant
/third_party/ffmpeg/libavfilter/
Davf_concat.c77 ConcatContext *cat = ctx->priv; in query_formats() local
123 ConcatContext *cat = ctx->priv; in config_output() local
176 ConcatContext *cat = ctx->priv; in push_frame() local
219 ConcatContext *cat = ctx->priv; in close_input() local
229 ConcatContext *cat = ctx->priv; in find_next_delta_ts() local
244 ConcatContext *cat = ctx->priv; in send_silence() local
281 ConcatContext *cat = ctx->priv; in flush_segment() local
307 ConcatContext *cat = ctx->priv; in init() local
352 ConcatContext *cat = ctx->priv; in uninit() local
364 ConcatContext *cat = ctx->priv; in activate() local
/third_party/typescript/tests/baselines/reference/
DnoCircularDefinitionOnExportOfPrivateInMergedNamespace.js2 const cat = 12; constant
11 var cat = 12; variable
DmappedTypeOverlappingStringEnumKeys.js32 cat: [ property
54 cat: [ property
/third_party/ffmpeg/libavformat/
Dconcatdec.c112 ConcatContext *cat = avf->priv_data; in add_file() local
196 ConcatContext *cat = avf->priv_data; in detect_stream_specific() local
238 ConcatContext *cat = avf->priv_data; in match_streams_one_to_one() local
258 ConcatContext *cat = avf->priv_data; in match_streams_exact_id() local
280 ConcatContext *cat = avf->priv_data; in match_streams() local
330 ConcatContext *cat = avf->priv_data; in open_file() local
378 ConcatContext *cat = avf->priv_data; in concat_read_close() local
398 ConcatContext *cat = avf->priv_data; in concat_read_header() local
524 ConcatContext *cat = avf->priv_data; in open_next_file() local
561 static int packet_after_outpoint(ConcatContext *cat, AVPacket *pkt) in packet_after_outpoint()
[all …]
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dtypedef-pointer-overlap.h11 typedef union cat { union
13 } *cat; typedef
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/3.8/
Dsome_module.ts17 const cat: any = { legs: 4 }; constant
/third_party/typescript/tests/cases/compiler/
DnoCircularDefinitionOnExportOfPrivateInMergedNamespace.ts1 const cat = 12; constant
/third_party/jerryscript/tests/debugger/
Ddo_next.js18 var cat = 'cat'; variable
Ddo_backtrace.js28 var cat = 'cat'; variable
Ddo_break.js18 var cat = 'cat'; variable
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/classes/members/constructorc_function_types/
Dconstructor_function_types_7.ts33 let cat = new Animal("Cat") variable
/third_party/musl/porting/uniproton/kernel/src/internal/
Dlibc.h11 const struct __locale_map *cat[6]; member
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dlibc.h11 const struct __locale_map *cat[6]; member
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dlibc.h11 const struct __locale_map *cat[6]; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCommandLine.h457 struct cat { struct
460 cat(OptionCategory &c) : Category(c) {} in cat() function
462 template <class Opt> void apply(Opt &O) const { O.addCategory(Category); } in apply()
/third_party/ffmpeg/libavcodec/
Dh264_cabac.c1550 int cat, int idx, int max_coeff, in get_cabac_cbf_ctx()
1584 int cat, int n, const uint8_t *scantable, in decode_cabac_residual_internal()
1772 int cat, int n, in decode_cabac_residual_dc_internal()
1782 int cat, int n, in decode_cabac_residual_dc_internal_422()
1792 int cat, int n, in decode_cabac_residual_nondc_internal()
1815 int cat, int n, in decode_cabac_residual_dc()
1830 int cat, int n, const uint8_t *scantable, in decode_cabac_residual_dc_422()
1844 int cat, int n, in decode_cabac_residual_nondc()

12345678