| /third_party/spirv-tools/source/util/ |
| H A D | timer.cpp | 28 void PrintTimerDescription(std::ostream* out, bool measure_mem_usage) { in PrintTimerDescription() argument
|
| /third_party/spirv-tools/test/ |
| H A D | timer_test.cpp | 29 MockTimer(std::ostream* out, bool measure_mem_usage = false) in MockTimer() argument 90 MockCumulativeTimer(std::ostream* out, bool measure_mem_usage = false) in MockCumulativeTimer() argument
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | mjpega_dump_header_bsf.c | 34 static int mjpega_dump_header(AVBSFContext *ctx, AVPacket *out) in mjpega_dump_header() argument
|
| H A D | mp3_header_decompress_bsf.c | 30 static int mp3_header_decompress(AVBSFContext *ctx, AVPacket *out) in mp3_header_decompress() argument
|
| H A D | mpc.c | 39 static void mpc_synth(MPCContext *c, int16_t **out, int channels) in mpc_synth() argument 55 void ff_mpc_dequantize_and_synth(MPCContext * c, int maxband, int16_t **out, in ff_mpc_dequantize_and_synth() argument
|
| H A D | amr.h | 51 static inline void ff_amr_bit_reorder(uint16_t *out, int size, in ff_amr_bit_reorder() argument
|
| H A D | flacdsp_template.c | 51 static void FUNC(flac_decorrelate_indep_c)(uint8_t **out, int32_t **in, in flac_decorrelate_indep_c() argument 62 static void FUNC(flac_decorrelate_ls_c)(uint8_t **out, int32_t **in, in flac_decorrelate_ls_c() argument 76 static void FUNC(flac_decorrelate_rs_c)(uint8_t **out, int32_t **in, in flac_decorrelate_rs_c() argument 90 static void FUNC(flac_decorrelate_ms_c)(uint8_t **out, int32_t **in, in flac_decorrelate_ms_c() argument
|
| H A D | synth_filter.c | 27 synth_filter_float(FFTContext *imdct, float *synth_buf_ptr, int *synth_buf_offset, float synth_buf2[32], const float window[512], float out[32], const float in[32], float scale) synth_filter_float() argument 63 synth_filter_float_64(FFTContext *imdct, float *synth_buf_ptr, int *synth_buf_offset, float synth_buf2[64], const float window[1024], float out[64], const float in[64], float scale) synth_filter_float_64() argument 99 synth_filter_fixed(DCADCTContext *imdct, int32_t *synth_buf_ptr, int *synth_buf_offset, int32_t synth_buf2[32], const int32_t window[512], int32_t out[32], const int32_t in[32]) synth_filter_fixed() argument 135 synth_filter_fixed_64(DCADCTContext *imdct, int32_t *synth_buf_ptr, int *synth_buf_offset, int32_t synth_buf2[64], const int32_t window[1024], int32_t out[64], const int32_t in[64]) synth_filter_fixed_64() argument [all...] |
| H A D | rle.c | 57 uint8_t *out = outbuf; in ff_rle_encode() local [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_copy.c | 38 AVFrame *out = ff_get_video_buffer(outlink, in->width, in->height); in filter_frame() local
|
| H A D | vf_hflip_init.h | 59 uint8_t *out = dst; in hflip_b24_c() local 71 uint8_t *out = dst; in hflip_b48_c() local
|
| H A D | vf_threshold_init.h | 31 threshold8(const uint8_t *in, const uint8_t *threshold, const uint8_t *min, const uint8_t *max, uint8_t *out, ptrdiff_t ilinesize, ptrdiff_t tlinesize, ptrdiff_t flinesize, ptrdiff_t slinesize, ptrdiff_t olinesize, int w, int h) threshold8() argument
|
| /third_party/ffmpeg/libavformat/ |
| H A D | md5proto.c | 62 URLContext *out; in md5_close() local
|
| H A D | rtpenc_chain.c | 28 int ff_rtp_chain_mux_open(AVFormatContext **out, AVFormatContext *s, in ff_rtp_chain_mux_open() argument
|
| H A D | dovi_isom.c | 85 void ff_isom_put_dvcc_dvvc(AVFormatContext *s, uint8_t out[ISOM_DVCC_DVVC_SIZE], in ff_isom_put_dvcc_dvvc() argument
|
| /third_party/ffmpeg/libavutil/ |
| H A D | lls.c | 106 double out = 0; in evaluate_lls() local
|
| H A D | lfg.c | 49 void av_bmg_get(AVLFG *lfg, double out[2]) in av_bmg_get() argument
|
| H A D | uuid.c | 117 void av_uuid_unparse(const AVUUID uuid, char *out) in av_uuid_unparse() argument
|
| /third_party/curl/lib/vauth/ |
| H A D | cleartext.c | 112 CURLcode Curl_auth_create_login_message(const char *valuep, struct bufref *out) in Curl_auth_create_login_message() argument 62 Curl_auth_create_plain_message(const char *authzid, const char *authcid, const char *passwd, struct bufref *out) Curl_auth_create_plain_message() argument 131 Curl_auth_create_external_message(const char *user, struct bufref *out) Curl_auth_create_external_message() argument [all...] |
| H A D | gsasl.c | 98 Curl_auth_gsasl_token(struct Curl_easy *data, const struct bufref *chlg, struct gsasldata *gsasl, struct bufref *out) Curl_auth_gsasl_token() argument
|
| /third_party/curl/src/ |
| H A D | tool_cb_prg.h | 36 FILE *out; /* where to write everything to */ member
|
| /third_party/curl/tests/unit/ |
| H A D | unit1396.c | 46 const char *out; member 88 char *out = curl_easy_unescape(hnd, variable 99 curl_free(out); variable 104 char *out = curl_easy_escape(hnd, list2[i].in, list2[i].inlen); variable 114 curl_free(out); global() variable [all...] |
| /third_party/backends/backend/genesys/ |
| H A D | enums.cpp | 77 std::ostream& operator<<(std::ostream& out, ColorFilter mode) in operator <<() argument 89 std::ostream& operator<<(std::ostream& out, ModelId id) in operator <<() argument 150 operator <<(std::ostream& out, SensorId id) operator <<() argument 201 operator <<(std::ostream& out, AdcId id) operator <<() argument 243 operator <<(std::ostream& out, GpioId id) operator <<() argument 287 operator <<(std::ostream& out, MotorId id) operator <<() argument 332 operator <<(std::ostream& out, StepType type) operator <<() argument 344 operator <<(std::ostream& out, ScanFlag flags) operator <<() argument [all...] |
| H A D | settings.cpp | 29 std::ostream& operator<<(std::ostream& out, const Genesys_Settings& settings) in operator <<() argument 48 std::ostream& operator<<(std::ostream& out, cons argument 115 operator <<(std::ostream& out, const ScanSession& session) operator <<() argument 155 operator <<(std::ostream& out, const SANE_Parameters& params) operator <<() argument [all...] |
| H A D | sensor.cpp | 29 std::ostream& operator<<(std::ostream& out, const StaggerConfig& config) in operator <<() argument 44 std::ostream& operator<<(std::ostream& out, const FrontendType& type) in operator <<() argument 60 operator <<(std::ostream& out, const GenesysFrontendLayout& layout) operator <<() argument 77 operator <<(std::ostream& out, const Genesys_Frontend& frontend) operator <<() argument 93 operator <<(std::ostream& out, const SensorExposure& exposure) operator <<() argument 103 operator <<(std::ostream& out, const Genesys_Sensor& sensor) operator <<() argument [all...] |