Home
last modified time | relevance | path

Searched refs:FORMAT_STR (Results 1 – 7 of 7) sorted by relevance

/third_party/grpc/include/grpc/impl/codegen/
Dport_platform.h532 #define GPR_PRINT_FORMAT_CHECK(FORMAT_STR, ARGS) \ argument
533 __attribute__((format(printf, FORMAT_STR, ARGS)))
535 #define GPR_PRINT_FORMAT_CHECK(FORMAT_STR, ARGS) argument
/third_party/gstreamer/gstplugins_good/ext/speex/
Dgstspeexenc.c55 #define FORMAT_STR GST_AUDIO_NE(S16) macro
61 "format = (string) " FORMAT_STR ", "
66 "format = (string) " FORMAT_STR ", "
Dgstspeexdec.c60 #define FORMAT_STR GST_AUDIO_NE(S16) macro
67 "format = (string) " FORMAT_STR ", "
/third_party/gstreamer/gstplugins_base/ext/opus/
Dgstopusenc.c169 #define FORMAT_STR GST_AUDIO_NE(S16) macro
174 "format = (string) " FORMAT_STR ", "
179 "format = (string) " FORMAT_STR ", "
/third_party/flutter/skia/third_party/externals/libwebp/examples/
Dwebpmux.c168 #define ERROR_GOTO2(ERR_MSG, FORMAT_STR, LABEL) \ argument
170 fprintf(stderr, ERR_MSG, FORMAT_STR); \
/third_party/skia/third_party/externals/libwebp/examples/
Dwebpmux.c170 #define ERROR_GOTO2(ERR_MSG, FORMAT_STR, LABEL) \ argument
172 fprintf(stderr, ERR_MSG, FORMAT_STR); \
/third_party/gstreamer/gstplugins_base/gst/audiotestsrc/
Dgstaudiotestsrc.c133 #define FORMAT_STR " { S16LE, S16BE, U16LE, U16BE, " \ macro
149 "format = (string) " FORMAT_STR ", "