/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-register-frame-array.h | 16 // Vector of values associated with a bytecode's register frame. Indexable by 23 // negative indices, and the unoptimized frame header is between the two, in RegisterFrameArray() 24 // so the entire frame state including parameters is the distance from the in RegisterFrameArray() 25 // last parameter to the last local frame register, plus one to include both in RegisterFrameArray() 32 T* frame = in RegisterFrameArray() local 37 // subtract it from the above frame pointer. in RegisterFrameArray() 38 frame_start_ = frame - last_param.index(); in RegisterFrameArray() 84 // negative indices, and the unoptimized frame header is between the two, in DataSize() 85 // so the entire frame state including parameters is the distance from the in DataSize() 86 // last parameter to the last local frame registe in DataSize() [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | call-site-info.h | 108 void SerializeCallSiteInfo(Isolate* isolate, Handle<CallSiteInfo> frame, 112 Handle<CallSiteInfo> frame);
|
/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/ |
H A D | MultiChannelResampler.cpp | 108 void MultiChannelResampler::writeFrame(const float *frame) { in writeFrame() argument 109 // Move cursor before write so that cursor points to last written frame in read. in writeFrame() 117 dest[channel] = dest[channel + offset] = frame[channel]; in writeFrame()
|
/third_party/skia/third_party/externals/dawn/examples/ |
H A D | Animometer.cpp | 150 void frame() { in frame() function 179 fprintf(stderr, "frame %i\n", f); in frame() 190 frame(); in main()
|
H A D | CHelloTriangle.cpp | 108 void frame() { in frame() function 152 frame(); in main()
|
/third_party/skia/docs/examples/ |
H A D | SKIA_LOGO_ANIMATE.cpp | 71 float pos = frame > 0.5 ? 1 : frame * 2; in REG_FIDDLE_ANIMATED()
|
/third_party/skia/modules/canvaskit/ |
H A D | skottie.js | 111 CanvasKit.ManagedAnimation.prototype.seekFrame = function(frame, optDamageRect) { 112 this._seekFrame(frame, _scratchFourFloatsAPtr);
|
/third_party/ffmpeg/libavcodec/ |
H A D | cinepakenc.c | 31 * - "optimally" split the frame into several non-regular areas 62 #define MIN_STRIPS 1 // Note: having more strips speeds up encoding the frame (this is less obvious) 67 // the numbers are only used for brute force optimization for the first frame, 93 int skip_error; // error when block is skipped (aka copied from last frame) 140 { "max_strips", "Limit strips/frame, vintage compatible is 1..3, otherwise the more the better", 142 { "min_strips", "Enforce min strips/frame, more is worse and faster, must be <= max_strips", 401 // "kind of" motion compensation, especially in 1 strip/frame case) -- rl in encode_codebook() 1008 static int rd_frame(CinepakEncContext *s, const AVFrame *frame, in rd_frame() argument 1019 // build a copy of the given frame in the correct colorspace in rd_frame() 1024 ir[0] = frame in rd_frame() 1168 cinepak_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet) cinepak_encode_frame() argument [all...] |
H A D | roqvideoenc.c | 296 static void get_frame_mb(const AVFrame *frame, int x, int y, uint8_t mb[], int dim) in get_frame_mb() argument 301 int stride = frame->linesize[cp]; in get_frame_mb() 304 *mb++ = frame->data[cp][(y+i)*stride + x + j]; in get_frame_mb() 803 static void create_clusters(const AVFrame *frame, int w, int h, int *points) in create_clusters() argument 811 frame_block_to_cell(points + (l + 2*k)*6, frame->data, in create_clusters() 812 i+2*k, j+2*l, frame->linesize); in create_clusters() 919 "Warning, generated a frame too big for Quake (%d > 65535), " in roq_encode_video() 940 /* Rotate frame history */ in roq_encode_video() 1055 const AVFrame *frame, int *got_packet) in roq_encode_frame() 1063 enc->frame_to_enc = frame; in roq_encode_frame() 1054 roq_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet) roq_encode_frame() argument [all...] |
H A D | tiff.c | 267 const char *name, const char *sep, TiffContext *s, AVFrame *frame) in add_metadata() 270 case TIFF_DOUBLE: return ff_tadd_doubles_metadata(count, name, sep, &s->gb, s->le, &frame->metadata); in add_metadata() 271 case TIFF_SHORT : return ff_tadd_shorts_metadata(count, name, sep, &s->gb, s->le, 0, &frame->metadata); in add_metadata() 272 case TIFF_STRING: return ff_tadd_string_metadata(count, name, &s->gb, s->le, &frame->metadata); in add_metadata() 635 static int dng_decode_jpeg(AVCodecContext *avctx, AVFrame *frame, in dng_decode_jpeg() argument 678 /* Copy the outputted tile's pixels from 'jpgframe' to 'frame' (final buffer) */ in dng_decode_jpeg() 706 dst_offset = dst_x + frame->linesize[0] * dst_y / pixel_size; in dng_decode_jpeg() 707 dst_data = frame->data[0] + dst_offset * pixel_size; in dng_decode_jpeg() 712 frame->linesize[0] / pixel_size, in dng_decode_jpeg() 953 static int dng_decode_tiles(AVCodecContext *avctx, AVFrame *frame, in dng_decode_tiles() argument 266 add_metadata(int count, int type, const char *name, const char *sep, TiffContext *s, AVFrame *frame) add_metadata() argument 1026 init_image(TiffContext *s, AVFrame *frame) init_image() argument 1218 tiff_decode_tag(TiffContext *s, AVFrame *frame) tiff_decode_tag() argument [all...] |
H A D | shorten.c | 525 static int shorten_decode_frame(AVCodecContext *avctx, AVFrame *frame, in shorten_decode_frame() argument 742 frame->nb_samples = s->blocksize; in shorten_decode_frame() 743 if ((ret = ff_get_buffer(avctx, frame, 0)) < 0) in shorten_decode_frame() 747 samples_u8 = ((uint8_t **)frame->extended_data)[chan]; in shorten_decode_frame() 748 samples_s16 = ((int16_t **)frame->extended_data)[chan]; in shorten_decode_frame() 761 s->bdsp.bswap16_buf(((uint16_t **)frame->extended_data)[chan], in shorten_decode_frame() 762 ((uint16_t **)frame->extended_data)[chan], in shorten_decode_frame()
|
H A D | mjpegdec.c | 1857 /* Buggy AVID, it puts EOI only at every 10th frame. */ in mjpeg_decode_app() 2169 /* buggy avid, it puts EOI only at every 10th frame */ in mjpeg_decode_com() 2351 static int smv_process_frame(AVCodecContext *avctx, AVFrame *frame) in smv_process_frame() argument 2358 av_frame_unref(frame); in smv_process_frame() 2359 ret = av_frame_ref(frame, s->smv_frame); in smv_process_frame() 2363 av_assert0(frame->buf[0]); in smv_process_frame() 2365 ret = av_frame_ref(s->smv_frame, frame); in smv_process_frame() 2372 frame->width = avctx->coded_width; in smv_process_frame() 2373 frame->height = avctx->coded_height; in smv_process_frame() 2374 frame in smv_process_frame() 2409 ff_mjpeg_receive_frame(AVCodecContext *avctx, AVFrame *frame) ff_mjpeg_receive_frame() argument [all...] |
H A D | hapenc.c | 35 #include "libavutil/frame.h" 192 const AVFrame *frame, int *got_packet) in hap_encode() 206 ret = compress_texture(avctx, pkt->data + header_length, pkt->size - header_length, frame); in hap_encode() 214 ret = compress_texture(avctx, ctx->tex_buf, ctx->tex_size, frame); in hap_encode() 218 /* Compress (using Snappy) the frame */ in hap_encode() 191 hap_encode(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet) hap_encode() argument
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_scale_npp.c | 74 AVFrame *frame; member 220 av_log(ctx, AV_LOG_ERROR, "Expressions with frame variables 'n', 't', 'pos' are not valid in init eval_mode.\n"); in check_exprs() 347 scale->stages[i].frame = av_frame_alloc(); in nppscale_init() 348 if (!scale->stages[i].frame) in nppscale_init() 425 av_frame_free(&s->stages[i].frame); in nppscale_uninit() 477 av_frame_unref(stage->frame); in init_stage() 478 ret = av_hwframe_get_buffer(out_ref, stage->frame, 0); in init_stage() 482 stage->frame->width = stage->planes_out[0].width; in init_stage() 483 stage->frame->height = stage->planes_out[0].height; in init_stage() 839 ret = nppscale_process[i](ctx, &s->stages[i], s->stages[i].frame, sr in nppscale_scale() [all...] |
H A D | vf_lut2.c | 591 static int tlut2_filter_frame(AVFilterLink *inlink, AVFrame *frame) in tlut2_filter_frame() argument 601 out = av_frame_clone(frame); in tlut2_filter_frame() 608 s->prev_frame = frame; in tlut2_filter_frame() 612 av_frame_copy_props(out, frame); in tlut2_filter_frame() 615 td.srcx = frame; in tlut2_filter_frame() 621 s->prev_frame = frame; in tlut2_filter_frame() 624 s->prev_frame = frame; in tlut2_filter_frame()
|
/third_party/ffmpeg/libavformat/ |
H A D | avisynth.c | 251 AVS_VideoFrame *frame; in avisynth_create_stream_video() local 504 /* Read AviSynth+'s frame properties to set additional info. in avisynth_create_stream_video() 506 * Due to a bug preventing the C interface from accessing frame in avisynth_create_stream_video() 515 frame = avs_library.avs_get_frame(avs->clip, 0); in avisynth_create_stream_video() 516 avsmap = avs_library.avs_get_frame_props_ro(avs->env, frame); in avisynth_create_stream_video() 733 /* AviSynth works with frame-based video, detecting field order can in avisynth_create_stream_video() 905 AVS_VideoFrame *frame; in avisynth_read_packet_video() local 936 frame = avs_library.avs_get_frame(avs->clip, n); in avisynth_read_packet_video() 948 src_p = avs_library.avs_get_read_ptr_p(frame, plane); in avisynth_read_packet_video() 949 pitch = avs_library.avs_get_pitch_p(frame, plan in avisynth_read_packet_video() [all...] |
/third_party/FreeBSD/sys/dev/usb/serial/ |
H A D | u3g.c | 849 uint32_t frame; in u3g_write_callback() local 870 for (frame = 0; frame != U3G_TXFRAMES; frame++) { in u3g_write_callback() 871 usbd_xfer_set_frame_offset(xfer, frame * U3G_TXSIZE, frame); in u3g_write_callback() 873 pc = usbd_xfer_get_frame(xfer, frame); in u3g_write_callback() 877 usbd_xfer_set_frame_len(xfer, frame, actlen); in u3g_write_callback() 880 if (frame != 0) { in u3g_write_callback() 881 usbd_xfer_set_frames(xfer, frame); in u3g_write_callback() [all...] |
/third_party/python/Python/ |
H A D | _warnings.c | 768 is_internal_frame(PyFrameObject *frame) in is_internal_frame() argument 770 if (frame == NULL) { in is_internal_frame() 774 PyCodeObject *code = PyFrame_GetCode(frame); in is_internal_frame() 803 next_external_frame(PyFrameObject *frame) in next_external_frame() argument 806 PyFrameObject *back = PyFrame_GetBack(frame); in next_external_frame() 807 Py_DECREF(frame); in next_external_frame() 808 frame = back; in next_external_frame() 809 } while (frame != NULL && is_internal_frame(frame)); in next_external_frame() 811 return frame; in next_external_frame() [all...] |
/third_party/ffmpeg/libavdevice/ |
H A D | pulse_audio_enc.c | 677 AVFrame **frame, unsigned flags) in pulse_write_frame() 686 pkt.data = (*frame)->data[0]; in pulse_write_frame() 687 pkt.size = (*frame)->nb_samples * av_get_bytes_per_sample((*frame)->format) * (*frame)->ch_layout.nb_channels; in pulse_write_frame() 688 pkt.dts = (*frame)->pkt_dts; in pulse_write_frame() 689 pkt.duration = (*frame)->pkt_duration; in pulse_write_frame() 676 pulse_write_frame(AVFormatContext *h, int stream_index, AVFrame **frame, unsigned flags) pulse_write_frame() argument
|
/third_party/ffmpeg/libavfilter/dnn/ |
H A D | dnn_backend_openvino.c | 353 // the current supported SR model (frame processing) is generated from tensorflow model, in init_model_ov() 553 static int contain_valid_detection_bbox(AVFrame *frame) in contain_valid_detection_bbox() argument 559 sd = av_frame_get_side_data(frame, AV_FRAME_DATA_DETECTION_BBOXES); in contain_valid_detection_bbox() 560 if (!sd) { // this frame has nothing detected in contain_valid_detection_bbox() 575 if (bbox->x < 0 || bbox->w < 0 || bbox->x + bbox->w >= frame->width) { in contain_valid_detection_bbox() 578 if (bbox->y < 0 || bbox->h < 0 || bbox->y + bbox->h >= frame->width) { in contain_valid_detection_bbox() 612 AVFrame *frame = task->in_frame; in extract_lltask_from_task() local 619 if (!contain_valid_detection_bbox(frame)) { in extract_lltask_from_task() 623 sd = av_frame_get_side_data(frame, AV_FRAME_DATA_DETECTION_BBOXES); in extract_lltask_from_task() 675 av_log(ctx, AV_LOG_ERROR, "Get output dim only when processing frame in get_output_ov() [all...] |
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | keccak1600-s390x.pl | 57 $frame=$stdframe+25*8; 344 lghi %r1,-$frame 390 lm${g} %r6,%r15,$frame+6*$SIZE_T($sp) 402 lghi %r1,-$frame 442 stm${g} $inp,$len,$frame+3*$SIZE_T($sp) 445 lm${g} $inp,$bsz,$frame+3*$SIZE_T($sp) 470 lm${g} %r6,%r15,$frame+6*$SIZE_T($sp)
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | graphics_pipeline.cc | 358 auto* frame = pipeline_->GetFrameBuffer(); in RenderPassGuard() local 360 frame->ChangeFrameToDrawLayout(cmd); in RenderPassGuard() 365 render_begin_info.framebuffer = frame->GetVkFrameBuffer(); in RenderPassGuard() 367 {frame->GetWidth(), frame->GetHeight()}}; in RenderPassGuard() 379 auto* frame = pipeline_->GetFrameBuffer(); in ~RenderPassGuard() local 380 frame->ChangeFrameToProbeLayout(cmd); in ~RenderPassGuard()
|
/third_party/openssl/crypto/sha/asm/ |
H A D | keccak1600-s390x.pl | 57 $frame=$stdframe+25*8; 344 lghi %r1,-$frame 390 lm${g} %r6,%r15,$frame+6*$SIZE_T($sp) 402 lghi %r1,-$frame 442 stm${g} $inp,$len,$frame+3*$SIZE_T($sp) 445 lm${g} $inp,$bsz,$frame+3*$SIZE_T($sp) 470 lm${g} %r6,%r15,$frame+6*$SIZE_T($sp)
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_opencl.c | 145 // frame. 1696 av_log(hwfc, AV_LOG_ERROR, "Failed to retain frame " in opencl_frames_init_command_queue() 1730 "frame object (frame %d plane %d): %d.\n", in opencl_frames_uninit() 1741 av_log(hwfc, AV_LOG_ERROR, "Failed to release frame " in opencl_frames_uninit() 1748 static int opencl_get_buffer(AVHWFramesContext *hwfc, AVFrame *frame) in opencl_get_buffer() argument 1753 frame->buf[0] = av_buffer_pool_get(hwfc->pool); in opencl_get_buffer() 1754 if (!frame->buf[0]) in opencl_get_buffer() 1757 desc = (AVOpenCLFrameDescriptor*)frame->buf[0]->data; in opencl_get_buffer() 1760 frame in opencl_get_buffer() 2057 AVOpenCLFrameDescriptor frame; global() member [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jchuff-sse2.asm | 313 ; eax - frame --> buffer 322 %define frame eax 369 mov frame, esp 370 lea t, [frame - (save_frame + 4)] 373 mov [t + save_frame], frame 435 sub code_temp, [frame + arg_last_dc_val] ;Z: code_temp -= last_dc_val; 462 mov dctbl, [frame + arg_dctbl] 521 mov state, [frame + arg_state] 545 mov actbl, [frame + arg_actbl] 547 mov buffer, [frame [all...] |