Home
last modified time | relevance | path

Searched defs:out (Results 301 - 325 of 3962) sorted by relevance

1...<<11121314151617181920>>...159

/third_party/ffmpeg/libavcodec/
H A Dflacdsp_template.c51 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 Dsynth_filter.c27 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 Drle.c57 uint8_t *out = outbuf; in ff_rle_encode() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_copy.c38 AVFrame *out = ff_get_video_buffer(outlink, in->width, in->height); in filter_frame() local
H A Dvf_hflip_init.h59 uint8_t *out = dst; in hflip_b24_c() local
71 uint8_t *out = dst; in hflip_b48_c() local
H A Dvf_threshold_init.h31 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 Dmd5proto.c62 URLContext *out; in md5_close() local
H A Drtpenc_chain.c28 int ff_rtp_chain_mux_open(AVFormatContext **out, AVFormatContext *s, in ff_rtp_chain_mux_open() argument
H A Ddovi_isom.c85 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 Dlls.c106 double out = 0; in evaluate_lls() local
H A Dlfg.c49 void av_bmg_get(AVLFG *lfg, double out[2]) in av_bmg_get() argument
H A Duuid.c117 void av_uuid_unparse(const AVUUID uuid, char *out) in av_uuid_unparse() argument
/third_party/curl/lib/vauth/
H A Dcleartext.c112 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 Dgsasl.c98 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 Dtool_cb_prg.h36 FILE *out; /* where to write everything to */ member
/third_party/curl/tests/unit/
H A Dunit1396.c46 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 Denums.cpp77 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 Dsettings.cpp29 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 Dsensor.cpp29 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...]
H A Dregister_cache.h61 std::ostream& operator<<(std::ostream& out, const RegisterCache<Value>& cache) in operator <<() argument
/third_party/backends/testsuite/backend/genesys/
H A Dminigtest.h30 inline void print_location(std::ostream& out, const char* function, const char* path, in print_location() argument
/third_party/curl/docs/examples/
H A Dftpget.c40 struct FtpFile *out = (struct FtpFile *)stream; in my_fwrite() local
H A Dftpsget.c42 struct FtpFile *out = (struct FtpFile *)stream; in my_fwrite() local
H A Dsftpget.c51 struct FtpFile *out = (struct FtpFile *)stream; in my_fwrite() local
/third_party/curl/lib/
H A Dfopen.c67 struct dynbuf out; in dirslash() local

Completed in 7 milliseconds

1...<<11121314151617181920>>...159