Searched refs:FORMAT_STR (Results 1 – 7 of 7) sorted by relevance
/third_party/grpc/include/grpc/impl/codegen/ |
D | port_platform.h | 532 #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/ |
D | gstspeexenc.c | 55 #define FORMAT_STR GST_AUDIO_NE(S16) macro 61 "format = (string) " FORMAT_STR ", " 66 "format = (string) " FORMAT_STR ", "
|
D | gstspeexdec.c | 60 #define FORMAT_STR GST_AUDIO_NE(S16) macro 67 "format = (string) " FORMAT_STR ", "
|
/third_party/gstreamer/gstplugins_base/ext/opus/ |
D | gstopusenc.c | 169 #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/ |
D | webpmux.c | 168 #define ERROR_GOTO2(ERR_MSG, FORMAT_STR, LABEL) \ argument 170 fprintf(stderr, ERR_MSG, FORMAT_STR); \
|
/third_party/skia/third_party/externals/libwebp/examples/ |
D | webpmux.c | 170 #define ERROR_GOTO2(ERR_MSG, FORMAT_STR, LABEL) \ argument 172 fprintf(stderr, ERR_MSG, FORMAT_STR); \
|
/third_party/gstreamer/gstplugins_base/gst/audiotestsrc/ |
D | gstaudiotestsrc.c | 133 #define FORMAT_STR " { S16LE, S16BE, U16LE, U16BE, " \ macro 149 "format = (string) " FORMAT_STR ", "
|