Home
last modified time | relevance | path

Searched refs:octx (Results 1 – 25 of 562) sorted by relevance

12345678910>>...23

/dports/net/mediastreamer/mediastreamer-2.16.1/src/android/
H A Dandroidsound_opensles.cpp754 …result = (*octx->playerObject)->GetInterface(octx->playerObject, SLW_IID_PLAY, &(octx->playerPlay)… in opensles_sink_init()
790 memset(octx->playBuffer[octx->currentBuffer], 0, bytes); in opensles_player_callback()
793 octx->nbufs++; in opensles_player_callback()
795 …result = (*octx->playerBufferQueue)->Enqueue(octx->playerBufferQueue, octx->playBuffer[octx->curre… in opensles_player_callback()
799 octx->currentBuffer = octx->currentBuffer == 1 ? 0 : 1; in opensles_player_callback()
823 …result = (*octx->playerBufferQueue)->Enqueue(octx->playerBufferQueue, octx->playBuffer[0], octx->o… in opensles_player_callback_init()
828 …result = (*octx->playerBufferQueue)->Enqueue(octx->playerBufferQueue, octx->playBuffer[1], octx->o… in opensles_player_callback_init()
844 return octx; in opensles_output_context_init()
861 delete octx; in android_snd_write_uninit()
953 (*octx->playerObject)->Destroy(octx->playerObject); in android_snd_write_postprocess()
[all …]
/dports/security/gnutls/gnutls-3.6.16/lib/accelerated/aarch64/
H A Dsha-aarch64.c82 } octx; in aarch64_sha1_update() local
102 octx.num = ctx->index; in aarch64_sha1_update()
124 memcpy(ctx->block, octx.data, octx.num); in aarch64_sha1_update()
142 } octx; in aarch64_sha256_update() local
155 memcpy(octx.h, ctx->state, sizeof(octx.h)); in aarch64_sha256_update()
171 memcpy(ctx->state, octx.h, sizeof(octx.h)); in aarch64_sha256_update()
173 memcpy(ctx->block, octx.data, octx.num); in aarch64_sha256_update()
193 } octx; in aarch64_sha512_update() local
206 memcpy(octx.h, ctx->state, sizeof(octx.h)); in aarch64_sha512_update()
222 memcpy(ctx->state, octx.h, sizeof(octx.h)); in aarch64_sha512_update()
[all …]
/dports/security/gnutls/gnutls-3.6.16/lib/accelerated/x86/
H A Dsha-x86-ssse3.c82 } octx; in x86_sha1_update() local
102 octx.num = ctx->index; in x86_sha1_update()
124 memcpy(ctx->block, octx.data, octx.num); in x86_sha1_update()
142 } octx; in x86_sha256_update() local
155 memcpy(octx.h, ctx->state, sizeof(octx.h)); in x86_sha256_update()
171 memcpy(ctx->state, octx.h, sizeof(octx.h)); in x86_sha256_update()
173 memcpy(ctx->block, octx.data, octx.num); in x86_sha256_update()
193 } octx; in x86_sha512_update() local
206 memcpy(octx.h, ctx->state, sizeof(octx.h)); in x86_sha512_update()
222 memcpy(ctx->state, octx.h, sizeof(octx.h)); in x86_sha512_update()
[all …]
/dports/net-mgmt/yaf/yaf-2.11.0/airframe/src/
H A Dairopt.c68 GOptionContext *octx; member
70 poptContext octx;
102 GOptionContext *octx = NULL; in air_option_context_new() local
104 poptContext octx = NULL; in air_option_context_new() local
110 octx = g_option_context_new(helpstr); in air_option_context_new()
131 aoctx->octx = octx; in air_option_context_new()
145 g_assert(aoctx->octx != NULL); in air_option_context_add_group()
228 g_assert(aoctx->octx != NULL); in air_option_context_set_help_enabled()
251 g_assert(aoctx->octx != NULL); in air_option_context_usage()
273 g_option_context_free(aoctx->octx); in air_option_context_free()
[all …]
/dports/www/apache24/httpd-2.4.53/modules/md/
H A Dmod_md_ocsp.c149 md_ocsp_ctx_t *octx = baton; in run_watchdog() local
174 md_ocsp_renew(octx->mc->ocsp, octx->p, ptemp, &next_run); in run_watchdog()
177 if (APLOGdebug(octx->s)) { in run_watchdog()
182 wd_set_interval(octx->watchdog, wait_time, octx, run_watchdog); in run_watchdog()
208 md_ocsp_ctx_t *octx; in md_ocsp_start_watching() local
235 octx = apr_pcalloc(octxp, sizeof(*octx)); in md_ocsp_start_watching()
236 octx->p = octxp; in md_ocsp_start_watching()
237 octx->s = s; in md_ocsp_start_watching()
238 octx->mc = mc; in md_ocsp_start_watching()
259 rv = wd_get_instance(&octx->watchdog, MD_OCSP_WATCHDOG_NAME, 0, 1, octx->p); in md_ocsp_start_watching()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/demo/share/java2d/J2DBench/src/j2dbench/tests/iio/
H A DOutputStreamTests.java144 final Context octx = (Context)ctx; in runTest() local
172 final Context octx = (Context)ctx; in runTest() local
174 final int length = octx.length; in runTest()
212 final byte[] buf = octx.byteBuf; in runTest()
214 final int length = octx.length; in runTest()
290 final int length = octx.length; in runTest()
328 final int length = octx.length; in runTest()
366 final int length = octx.length; in runTest()
404 final int length = octx.length; in runTest()
442 final int length = octx.length; in runTest()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/demo/share/java2d/J2DBench/src/j2dbench/tests/iio/
H A DOutputStreamTests.java144 final Context octx = (Context)ctx; in runTest() local
172 final Context octx = (Context)ctx; in runTest() local
174 final int length = octx.length; in runTest()
212 final byte[] buf = octx.byteBuf; in runTest()
214 final int length = octx.length; in runTest()
290 final int length = octx.length; in runTest()
328 final int length = octx.length; in runTest()
366 final int length = octx.length; in runTest()
404 final int length = octx.length; in runTest()
442 final int length = octx.length; in runTest()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/demo/share/java2d/J2DBench/src/j2dbench/tests/iio/
H A DOutputStreamTests.java144 final Context octx = (Context)ctx; in runTest() local
172 final Context octx = (Context)ctx; in runTest() local
174 final int length = octx.length; in runTest()
212 final byte[] buf = octx.byteBuf; in runTest()
214 final int length = octx.length; in runTest()
290 final int length = octx.length; in runTest()
328 final int length = octx.length; in runTest()
366 final int length = octx.length; in runTest()
404 final int length = octx.length; in runTest()
442 final int length = octx.length; in runTest()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/demo/share/java2d/J2DBench/src/j2dbench/tests/iio/
H A DOutputStreamTests.java144 final Context octx = (Context)ctx; in runTest() local
172 final Context octx = (Context)ctx; in runTest() local
174 final int length = octx.length; in runTest()
212 final byte[] buf = octx.byteBuf; in runTest()
214 final int length = octx.length; in runTest()
290 final int length = octx.length; in runTest()
328 final int length = octx.length; in runTest()
366 final int length = octx.length; in runTest()
404 final int length = octx.length; in runTest()
442 final int length = octx.length; in runTest()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/demo/share/java2d/J2DBench/src/j2dbench/tests/iio/
H A DOutputStreamTests.java144 final Context octx = (Context)ctx; in runTest() local
172 final Context octx = (Context)ctx; in runTest() local
174 final int length = octx.length; in runTest()
212 final byte[] buf = octx.byteBuf; in runTest()
214 final int length = octx.length; in runTest()
290 final int length = octx.length; in runTest()
328 final int length = octx.length; in runTest()
366 final int length = octx.length; in runTest()
404 final int length = octx.length; in runTest()
442 final int length = octx.length; in runTest()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/demo/share/java2d/J2DBench/src/j2dbench/tests/iio/
H A DOutputStreamTests.java144 final Context octx = (Context)ctx; in runTest() local
172 final Context octx = (Context)ctx; in runTest() local
174 final int length = octx.length; in runTest()
212 final byte[] buf = octx.byteBuf; in runTest()
214 final int length = octx.length; in runTest()
290 final int length = octx.length; in runTest()
328 final int length = octx.length; in runTest()
366 final int length = octx.length; in runTest()
404 final int length = octx.length; in runTest()
442 final int length = octx.length; in runTest()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/demo/share/java2d/J2DBench/src/j2dbench/tests/iio/
H A DOutputStreamTests.java144 final Context octx = (Context)ctx; in runTest() local
172 final Context octx = (Context)ctx; in runTest() local
174 final int length = octx.length; in runTest()
212 final byte[] buf = octx.byteBuf; in runTest()
214 final int length = octx.length; in runTest()
290 final int length = octx.length; in runTest()
328 final int length = octx.length; in runTest()
366 final int length = octx.length; in runTest()
404 final int length = octx.length; in runTest()
442 final int length = octx.length; in runTest()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/demo/share/java2d/J2DBench/src/j2dbench/tests/iio/
H A DOutputStreamTests.java144 final Context octx = (Context)ctx; in runTest() local
172 final Context octx = (Context)ctx; in runTest() local
174 final int length = octx.length; in runTest()
212 final byte[] buf = octx.byteBuf; in runTest()
214 final int length = octx.length; in runTest()
290 final int length = octx.length; in runTest()
328 final int length = octx.length; in runTest()
366 final int length = octx.length; in runTest()
404 final int length = octx.length; in runTest()
442 final int length = octx.length; in runTest()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/iio/
H A DOutputStreamTests.java144 final Context octx = (Context)ctx; in runTest() local
172 final Context octx = (Context)ctx; in runTest() local
174 final int length = octx.length; in runTest()
212 final byte[] buf = octx.byteBuf; in runTest()
214 final int length = octx.length; in runTest()
290 final int length = octx.length; in runTest()
328 final int length = octx.length; in runTest()
366 final int length = octx.length; in runTest()
404 final int length = octx.length; in runTest()
442 final int length = octx.length; in runTest()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/iio/
H A DOutputStreamTests.java144 final Context octx = (Context)ctx; in runTest() local
172 final Context octx = (Context)ctx; in runTest() local
174 final int length = octx.length; in runTest()
212 final byte[] buf = octx.byteBuf; in runTest()
214 final int length = octx.length; in runTest()
290 final int length = octx.length; in runTest()
328 final int length = octx.length; in runTest()
366 final int length = octx.length; in runTest()
404 final int length = octx.length; in runTest()
442 final int length = octx.length; in runTest()
[all …]
/dports/multimedia/tvheadend/tvheadend-4.2.8/src/plumbing/
H A Dtranscoding.c617 octx->bit_rate = octx->channels * 96000; in transcoder_stream_audio()
625 octx->bit_rate = octx->channels * 64000; in transcoder_stream_audio()
827 as->aud_enc_pts += (octx->frame_size * 90000) / octx->sample_rate; in transcoder_stream_audio()
1004 if(octx->coded_frame && octx->coded_frame->pts != AV_NOPTS_VALUE) { in send_video_packet()
1015 n->pkt_meta = pktbuf_alloc(octx->extradata, octx->extradata_size); in send_video_packet()
1283octx->gop_size = ceil(av_q2d(av_inv_q(av_div_q(octx->time_base, (AVRational){1, octx->ticks… in transcoder_stream_video()
1303 octx->rc_max_rate = ceil(octx->bit_rate * 1.25); in transcoder_stream_video()
1304 octx->rc_buffer_size = octx->rc_max_rate * 3; in transcoder_stream_video()
1330 octx->rc_buffer_size = octx->bit_rate * 3; in transcoder_stream_video()
1362 octx->rc_max_rate = ceil(octx->bit_rate * 1.25); in transcoder_stream_video()
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/tools/cache-mgr/
H A Dcache-mgr.c520 octx->terminate = false; in foreach_path()
521 for ( idx = 0; idx < octx->options->path_count && rc == 0 && !octx->terminate; ++idx ) in foreach_path()
523 rc = VNameListGet ( octx->options->paths, idx, &octx->path ); in foreach_path()
702 octx->data = &data; in perform_report()
704 if ( octx->options->detailed ) in perform_report()
905 octx->data = &data; in perform_unlock()
990 octx->data = &data; in perform_clear()
1120 … rc = KRepositoryMgrCategorySetDisabled ( octx->repo_mgr, octx->options->category, disabled ); in perform_set_disable()
1145 visit_ctx octx; in perform() local
1162 rc = KConfigMakeRepositoryMgrRead ( octx.cfg, &octx.repo_mgr ); in perform()
[all …]
/dports/mail/qpopper/qpopper4.1.0/popper/
H A Dhmac.c67 MD5Init(&hmac->octx); in hmac_md5_init()
68 MD5Update(&hmac->octx, k_pad, BLOCK_SIZE); in hmac_md5_init()
83 MD5Final(digest, &hmac->octx); in hmac_md5_final()
111 ctx->ostate[0] = htonl(hctx.octx.state[0]); in hmac_md5_precalc()
112 ctx->ostate[1] = htonl(hctx.octx.state[1]); in hmac_md5_precalc()
113 ctx->ostate[2] = htonl(hctx.octx.state[2]); in hmac_md5_precalc()
114 ctx->ostate[3] = htonl(hctx.octx.state[3]); in hmac_md5_precalc()
125 hctx->octx.state[0] = ntohl(ctx->ostate[0]); in hmac_md5_import()
126 hctx->octx.state[1] = ntohl(ctx->ostate[1]); in hmac_md5_import()
127 hctx->octx.state[2] = ntohl(ctx->ostate[2]); in hmac_md5_import()
[all …]
/dports/graphics/gifski/gifski-1.5.0/cargo-crates/ffmpeg-next-4.4.0/examples/
H A Dtranscode-x264.rs44 octx: &mut format::context::Output, in new()
89 octx: &mut format::context::Output, in receive_and_process_decoded_frames()
116 octx: &mut format::context::Output, in receive_and_process_encoded_packets()
123 encoded.write_interleaved(octx).unwrap(); in receive_and_process_encoded_packets()
173 let mut octx = format::output(&output_file).unwrap(); in main() localVariable
203 &mut octx, in main()
224 octx.set_metadata(ictx.metadata().to_owned()); in main()
226 octx.write_header().unwrap(); in main()
228 for (ost_index, _) in octx.streams().enumerate() { in main()
250 packet.write_interleaved(&mut octx).unwrap(); in main()
[all …]
H A Dtranscode-audio.rs67 octx: &mut format::context::Output, in transcoder()
79 let global = octx in transcoder()
86 let mut output = octx.add_stream(codec)?; in transcoder()
146 encoded.write_interleaved(octx).unwrap(); in receive_and_process_encoded_packets()
169 self.receive_and_process_encoded_packets(octx); in get_and_process_filtered_frames()
187 self.get_and_process_filtered_frames(octx); in receive_and_process_decoded_frames()
212 let mut octx = format::output(&output).unwrap(); in main() localVariable
223 octx.set_metadata(ictx.metadata().to_owned()); in main()
224 octx.write_header().unwrap(); in main()
238 transcoder.get_and_process_filtered_frames(&mut octx); in main()
[all …]
/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/drivers/i2c/bitbang/
H A Dlws-bb-i2c.c30 lws_bb_i2c_init(const lws_i2c_ops_t *octx) in lws_bb_i2c_init() argument
32 lws_bb_i2c_t *ctx = (lws_bb_i2c_t *)octx; in lws_bb_i2c_init()
41 lws_bb_i2c_start(const lws_i2c_ops_t *octx) in lws_bb_i2c_start() argument
43 lws_bb_i2c_t *ctx = (lws_bb_i2c_t *)octx; in lws_bb_i2c_start()
60 lws_bb_i2c_stop(const lws_i2c_ops_t *octx) in lws_bb_i2c_stop() argument
62 lws_bb_i2c_t *ctx = (lws_bb_i2c_t *)octx; in lws_bb_i2c_stop()
78 lws_bb_i2c_t *ctx = (lws_bb_i2c_t *)octx; in lws_bb_i2c_write()
102 lws_bb_i2c_read(const lws_i2c_ops_t *octx) in lws_bb_i2c_read() argument
104 lws_bb_i2c_t *ctx = (lws_bb_i2c_t *)octx; in lws_bb_i2c_read()
123 lws_bb_i2c_set_ack(const lws_i2c_ops_t *octx, int ack) in lws_bb_i2c_set_ack() argument
[all …]
/dports/sysutils/tmux/tmux-3.2a/
H A Dformat-draw.c186 format_draw_put(octx, ocx, ocy, right, frs, in format_draw_none()
197 format_draw_put(octx, ocx, ocy, centre, frs, in format_draw_none()
270 format_draw_put(octx, ocx, ocy, right, frs, in format_draw_left()
276 format_draw_put(octx, ocx, ocy, after, frs, in format_draw_left()
287 format_draw_put(octx, ocx, ocy, centre, frs, in format_draw_left()
373 format_draw_put(octx, ocx, ocy, right, frs, in format_draw_centre()
397 format_draw_put(octx, ocx, ocy, after, frs, in format_draw_centre()
481 format_draw_put(octx, ocx, ocy, after, frs, in format_draw_right()
490 format_draw_put(octx, ocx, ocy, right, frs, in format_draw_right()
670 struct screen *os = octx->s, s[TOTAL]; in format_draw()
[all …]
/dports/misc/perkeep/perkeep-0.11/pkg/importer/
H A Doauth.go159 func (octx OAuthContext) do(method string, url string, form url.Values) (*http.Response, error) {
160 if octx.Creds == nil {
163 if octx.Client == nil {
171 res, err = octx.Client.Post(ctxutil.Client(octx.Ctx), octx.Creds, url, form)
173 res, err = octx.Client.Get(ctxutil.Client(octx.Ctx), octx.Creds, url, form)
184 func (octx OAuthContext) Get(url string, form url.Values) (*http.Response, error) {
185 return octx.do("GET", url, form)
188 func (octx OAuthContext) POST(url string, form url.Values) (*http.Response, error) {
189 return octx.do("POST", url, form)
194 func (octx OAuthContext) PopulateJSONFromURL(result interface{}, method string, apiURL string, keyv…
[all …]
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/blevesearch/bleve/index/scorch/
H A Doptimize.go34 return s.optimizeConjunction(octx)
38 return s.optimizeConjunctionUnadorned(octx)
42 return s.optimizeDisjunctionUnadorned(octx)
45 return octx, nil
54 if octx == nil {
58 o, ok := octx.(*OptimizeTFRConjunction)
60 return octx, nil
129 if octx == nil {
133 o, ok := octx.(*OptimizeTFRConjunctionUnadorned)
300 if octx == nil {
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/blevesearch/bleve/v2/index/scorch/
H A Doptimize.go32 return s.optimizeConjunction(octx)
36 return s.optimizeConjunctionUnadorned(octx)
40 return s.optimizeDisjunctionUnadorned(octx)
52 if octx == nil {
56 o, ok := octx.(*OptimizeTFRConjunction)
58 return octx, nil
126 if octx == nil {
130 o, ok := octx.(*OptimizeTFRConjunctionUnadorned)
272 if octx == nil {
273 octx = &OptimizeTFRDisjunctionUnadorned{
[all …]

12345678910>>...23