/third_party/nghttp2/src/ |
H A D | shrpx_http.h | 67 const nghttp2_frame *frame, size_t max_payload,
|
/third_party/musl/src/thread/powerpc64/ |
H A D | clone.s | 14 # create initial stack frame for new thread
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_outbound_item.h | 36 /* struct used for HEADERS and PUSH_PROMISE frame */ 48 /* struct used for DATA frame */ 51 * The data to be sent for this DATA frame. 55 * The flags of DATA frame. We use separate flags here and 56 * nghttp2_data frame. The latter contains flags actually sent to 76 transmission of this frame. */ 80 the reaction to this frame. */ 84 /* struct used for GOAWAY frame */ 90 /* struct used for extension frame */ 92 /* nonzero if this extension frame i 109 nghttp2_frame frame; global() member [all...] |
/third_party/python/Lib/asyncio/ |
H A D | base_futures.py | 60 frame = future._source_traceback[-1] 61 info.append(f'created at {frame[0]}:{frame[1]}')
|
/third_party/skia/tools/fiddle/ |
H A D | draw.cpp | 25 matrix.preRotate(frame * 30.0f * duration); // If an animation, rotate at 30 deg/s. in draw()
|
H A D | examples.cpp | 15 double frame = 1.0; variable
|
H A D | fiddle_main.h | 37 extern double frame; // A value in [0, 1] of where we are in the animation.
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | wpa_hal.c | 1001 uint8_t *frame = NULL; in WifiWpaWpaSendEapol() local 1011 frame = os_zalloc(frameLen); in WifiWpaWpaSendEapol() 1012 if (frame == NULL) { in WifiWpaWpaSendEapol() 1016 l2_ethhdr = (struct l2_ethhdr *)frame; in WifiWpaWpaSendEapol() 1019 os_free(frame); in WifiWpaWpaSendEapol() 1020 frame = NULL; in WifiWpaWpaSendEapol() 1025 os_free(frame); in WifiWpaWpaSendEapol() 1026 frame = NULL; in WifiWpaWpaSendEapol() 1034 os_free(frame); in WifiWpaWpaSendEapol() 1035 frame in WifiWpaWpaSendEapol() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | wpa_hal.c | 1004 uint8_t *frame = NULL; in WifiWpaWpaSendEapol() local 1014 frame = os_zalloc(frameLen); in WifiWpaWpaSendEapol() 1015 if (frame == NULL) { in WifiWpaWpaSendEapol() 1019 l2_ethhdr = (struct l2_ethhdr *)frame; in WifiWpaWpaSendEapol() 1022 os_free(frame); in WifiWpaWpaSendEapol() 1023 frame = NULL; in WifiWpaWpaSendEapol() 1028 os_free(frame); in WifiWpaWpaSendEapol() 1029 frame = NULL; in WifiWpaWpaSendEapol() 1037 os_free(frame); in WifiWpaWpaSendEapol() 1038 frame in WifiWpaWpaSendEapol() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_minterpolate.c | 205 { "fps", "output's frame rate", OFFSET(frame_rate), AV_OPT_TYPE_VIDEO_RATE, {.str = "60"}, 0, INT_MAX, FLAGS }, 231 CONST("fdiff", "frame difference", SCD_METHOD_FDIFF, "scene"), 350 Frame *frame = &mi_ctx->frames[i]; in config_input() local 351 frame->blocks = av_calloc(mi_ctx->b_count, sizeof(*frame->blocks)); in config_input() 352 if (!frame->blocks) in config_input() 456 //left mb in current frame in search_mv() 460 //top mb in current frame in search_mv() 464 //top-right mb in current frame in search_mv() 483 //collocated mb in prev frame in search_mv() 944 Frame *frame = &mi_ctx->frames[pixel_refs->refs[i]]; set_frame_data() local 1224 Frame *frame = &mi_ctx->frames[i]; uninit() local [all...] |
H A D | avf_concat.c | 140 "Video inputs have different frame rates, output will be VFR\n"); in config_output() 357 AVFrame *frame; in activate() local 380 ret = ff_inlink_consume_frame(ctx->inputs[cat->cur_idx + i], &frame); in activate() 385 return push_frame(ctx, cat->cur_idx + i, frame); in activate()
|
H A D | vf_thumbnail_cuda.c | 51 AVFrame *buf; ///< cached frame 52 int histogram[HIST_SIZE]; ///< RGB color distribution histogram of the frame 57 int n; ///< current frame 134 // find the frame closer to the average using the sum of squared errors in get_best_frame() 141 // free and reset everything (except the best frame buffer) in get_best_frame() 151 av_log(ctx, AV_LOG_INFO, "frame id #%d (pts_time=%f) selected " in get_best_frame() 249 static int filter_frame(AVFilterLink *inlink, AVFrame *frame) in filter_frame() argument 261 // keep a reference of each frame in filter_frame() 262 s->frames[s->n].buf = frame; in filter_frame() 270 thumbnail(ctx, (int*)s->data, frame); in filter_frame() local [all...] |
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | code-generator.cc | 16 #include "src/diagnostics/eh-frame.h" 44 CodeGenerator::CodeGenerator(Zone* codegen_zone, Frame* frame, Linkage* linkage, in CodeGenerator() argument 91 CreateFrameAccessState(frame); in CodeGenerator() 114 void CodeGenerator::CreateFrameAccessState(Frame* frame) { in CreateFrameAccessState() argument 115 FinishFrame(frame); in CreateFrameAccessState() 116 frame_access_state_ = zone()->New<FrameAccessState>(frame); in CreateFrameAccessState() 139 frame()->GetTotalFrameSlotCount() * kSystemPointerSize; in GetStackCheckOffset() 145 // interpreted frame, or the maximal number of bytes pushed to the stack in GetStackCheckOffset() 194 // Open a frame scope to indicate that there is a frame o in AssembleCode() [all...] |
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg.h | 297 // that do not modify the frame data 324 * several frames in a packet) of the next frame in current packet (in AV_TIME_BASE units) */ 329 int64_t next_pts; ///< synthetic pts for the next decode frame (in AV_TIME_BASE units) 330 int64_t pts; ///< current pts of the decoded frame (in AV_TIME_BASE units) 339 // this contains the pts that will be given to the next decoded frame 342 int64_t nb_samples; /* number of samples in the last decoded audio frame before looping */ 364 AVFrame *frame; member 385 int (*hwaccel_retrieve_data)(AVCodecContext *s, AVFrame *frame); 467 int64_t sync_opts; /* output frame counter, could be changed to some true timestamp */ // FIXME look at frame_number 468 /* pts of the first frame encode [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | ac3enc_template.c | 69 /* copy last 256 samples of previous frame to the start of the current frame */ in copy_input_samples() 73 /* copy new samples for current frame */ in copy_input_samples() 372 const AVFrame *frame, int *got_packet_ptr) in encode_frame() 386 copy_input_samples(s, (SampleType **)frame->extended_data); in encode_frame() 402 return ff_ac3_encode_frame_common_end(avctx, avpkt, frame, got_packet_ptr); in encode_frame() 371 encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) encode_frame() argument
|
H A D | nvdec_hevc.c | 35 FrameDecodeData *fdd = (FrameDecodeData*)src->frame->private_ref->data; in dpb_add() 85 ret = ff_nvdec_start_frame(avctx, s->ref->frame); in nvdec_hevc_start_frame() 89 fdd = (FrameDecodeData*)s->ref->frame->private_ref->data; in nvdec_hevc_start_frame()
|
H A D | photocd.c | 224 static av_noinline int decode_huff(AVCodecContext *avctx, AVFrame *frame, in decode_huff() argument 271 data = frame->data[idx] + (y >> !!idx) * frame->linesize[idx]; in decode_huff()
|
H A D | vdpau.c | 341 int ff_vdpau_common_end_frame(AVCodecContext *avctx, AVFrame *frame, in ff_vdpau_common_end_frame() argument 346 VdpVideoSurface surf = ff_vdpau_get_surface_id(frame); in ff_vdpau_common_end_frame() 355 status = hwctx->render2(avctx, frame, (void *)&pic_ctx->info, in ff_vdpau_common_end_frame()
|
/third_party/mbedtls/tests/scripts/ |
H A D | check_files.py | 355 frame = inspect.currentframe() 356 assert frame is not None 357 info = inspect.getframeinfo(frame)
|
/third_party/node/src/ |
H A D | debug_utils.cc | 311 void* frame = frames[i]; in DumpBacktrace() local 312 NativeSymbolDebuggingContext::SymbolInfo s = sym_ctx->LookupSymbol(frame); in DumpBacktrace() 313 fprintf(fp, "%2d: %p %s\n", i, frame, s.Display().c_str()); in DumpBacktrace()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | escape-analysis-reducer.cc | 12 #include "src/execution/frame-constants.h" 116 // whether a node might have a frame state input. in Reduce() 339 Node* frame = jsgraph()->graph()->NewNode( in Finalize() local 341 NodeProperties::SetType(frame, Type::ExternalPointer()); in Finalize() 342 NodeProperties::ReplaceValueInput(load, frame, 0); in Finalize()
|
/third_party/node/deps/openssl/openssl/crypto/modes/asm/ |
H A D | ghash-alpha.pl | 270 .frame sp,0,ra 341 .frame sp,32,ra 448 .frame sp,0,$t0
|
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
H A D | poly1305-mips.pl | 92 .frame $sp,0,$ra 193 .frame $sp,6*8,$ra 360 .frame $sp,0,$ra
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | remap_neon.c | 57 * frame pointer when using Thumb. */ in remap_mono_to_stereo_float32ne_generic_arm() 470 unsigned frame = o / n_oc; in init_remap_neon() local 471 ((uint8_t *) t)[o * 2 + 0] = (frame * n_oc + arrange[o % n_oc]) * 2 + 0; in init_remap_neon() 472 ((uint8_t *) t)[o * 2 + 1] = (frame * n_oc + arrange[o % n_oc]) * 2 + 1; in init_remap_neon()
|
/third_party/openssl/crypto/modes/asm/ |
H A D | ghash-alpha.pl | 270 .frame sp,0,ra 341 .frame sp,32,ra 448 .frame sp,0,$t0
|