/third_party/ffmpeg/libavcodec/ |
H A D | sbc.h | 92 } mode; member
|
/third_party/ffmpeg/libavfilter/ |
H A D | avf_abitscope.c | 37 int mode; member [all...] |
H A D | tinterlace.h | 66 int mode; ///< TInterlaceMode, interlace mode selected member
|
H A D | vf_scale_vaapi.c | 36 int mode; member 56 static const char *scale_vaapi_mode_name(int mode) in scale_vaapi_mode_name() argument [all...] |
H A D | yadif.h | 53 int mode; ///< YADIFMode member
|
H A D | vf_hwmap.c | 35 int mode; member [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | file_open.c | 69 unsigned int mode = 0; in avpriv_open() local 158 FILE *avpriv_fopen_utf8(const char *path, const char *mode) in avpriv_fopen_utf8() argument 193 FILE *av_fopen_utf8(const char *path, const char *mode) in av_fopen_utf8() argument
|
/third_party/ffmpeg/libavformat/ |
H A D | amr.c | 157 int mode, i = 0, valid = 0, invalid = 0; in amrnb_probe() local 214 int mode, i = 0, valid = 0, invalid = 0; in amrwb_probe() local
|
H A D | codec2.c | 44 int mode; member 67 static int codec2_mode_frame_size(AVFormatContext *s, int mode) in codec2_mode_frame_size() argument 90 static int codec2_mode_block_align(AVFormatContext *s, int mode) in codec2_mode_block_align() argument 114 codec2_mode_bit_rate(AVFormatContext *s, int mode) codec2_mode_bit_rate() argument 128 int mode = codec2_mode_from_extradata(st->codecpar->extradata); codec2_read_header_common() local [all...] |
/third_party/glfw/tests/ |
H A D | iconify.c | 110 const GLFWvidmode* mode = glfwGetVideoMode(monitor); in key_callback() local 172 const GLFWvidmode* mode = glfwGetVideoMode(monitor); in create_window() local [all...] |
H A D | tearing.c | 143 const GLFWvidmode* mode = glfwGetVideoMode(monitor); in key_callback() local
|
H A D | reopen.c | 134 const GLFWvidmode* mode = glfwGetVideoMode(monitor); in main() local
|
/third_party/alsa-lib/src/rawmidi/ |
H A D | rawmidi_local.h | 47 int mode; member
|
/third_party/backends/backend/ |
H A D | canon_pp-io.c | 130 int sanei_canon_pp_wake_scanner(struct parport *port, int mode) in sanei_canon_pp_wake_scanner() argument 469 scanner_chessboard_data(struct parport *port, int mode) scanner_chessboard_data() argument [all...] |
H A D | plustek-pp_procfs.c | 253 static struct proc_dir_entry *new_entry( const char *name, mode_t mode, in new_entry() argument [all...] |
H A D | plustek-pp_misc.c | 186 int mode, mts; in MiscInitPorts() local [all...] |
/third_party/alsa-lib/src/hwdep/ |
H A D | hwdep_hw.c | 106 int snd_hwdep_hw_open(snd_hwdep_t **handle, const char *name, int card, int device, int mode) in snd_hwdep_hw_open() argument 148 _snd_hwdep_hw_open(snd_hwdep_t **hwdep, char *name, snd_config_t *root ATTRIBUTE_UNUSED, snd_config_t *conf, int mode) _snd_hwdep_hw_open() argument
|
/third_party/alsa-lib/src/timer/ |
H A D | timer_query_hw.c | 86 int snd_timer_query_hw_open(snd_timer_query_t **handle, const char *name, int mode) in snd_timer_query_hw_open() argument 121 _snd_timer_query_hw_open(snd_timer_query_t **timer, char *name, snd_config_t *root ATTRIBUTE_UNUSED, snd_config_t *conf, int mode) _snd_timer_query_hw_open() argument
|
/third_party/cups-filters/cupsfilters/ |
H A D | image-sgilib.c | 168 sgiOpen(const char *filename, int mode, int comp, int bpp, int xsize, int ysize, int zsize) sgiOpen() argument 200 sgiOpenFile(FILE *file, int mode, int comp, int bpp, int xsize, int ysize, int zsize) sgiOpenFile() argument [all...] |
/third_party/benchmark/src/ |
H A D | perf_counters.cc | 77 const int mode = PFM_PLM3; // user mode only in IsCounterSupported() local
|
/third_party/alsa-lib/test/ |
H A D | pcm-multi-thread.c | 63 int mode = running_mode, err; in peeper() local [all...] |
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | filestrm.cpp | 33 T_FileStream_open(const char* filename, const char* mode) in T_FileStream_open() argument
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | Normalizer2.java | 192 public static Normalizer2 getInstance(InputStream data, String name, Mode mode) { in getInstance() argument
|
/third_party/icu/vendor/double-conversion/upstream/double-conversion/ |
H A D | bignum-dtoa.cc | 89 void BignumDtoa(double v, BignumDtoaMode mode, int requested_digits, in BignumDtoa() argument
|
H A D | double-to-string.cc | 379 DoubleToAscii(double v, DtoaMode mode, int requested_digits, char* buffer, int buffer_length, bool* sign, int* length, int* point) DoubleToAscii() argument [all...] |