/third_party/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/skia/tests/ |
H A D | MultiPictureDocumentTest.cpp | 152 // Examine each frame. in DEF_TEST() 154 for (const auto& frame : frames) { in DEF_TEST() 155 SkRect bounds = frame.fPicture->cullRect(); in DEF_TEST() 162 surf->getCanvas()->drawPicture(frame.fPicture); in DEF_TEST() 345 // Record single frame in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 356 // Note that this only works because we're doing one frame only. If this test were recording in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 377 "Expected 1 frame, got %d. \n 0 frames may indicate the written file was not a " in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 386 // Examine frame. in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/third_party/python/Lib/tkinter/ |
H A D | simpledialog.py | 48 self.frame = Frame(self.root) 49 self.frame.pack() 56 b = Button(self.frame, text=s,
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_lut3d.c | 1330 static void update_clut_packed(LUT3DContext *lut3d, const AVFrame *frame) in update_clut_packed() argument 1332 const uint8_t *data = frame->data[0]; in update_clut_packed() 1333 const int linesize = frame->linesize[0]; in update_clut_packed() 1367 static void update_clut_planar(LUT3DContext *lut3d, const AVFrame *frame) in update_clut_planar() argument 1369 const uint8_t *datag = frame->data[0]; in update_clut_planar() 1370 const uint8_t *datab = frame->data[1]; in update_clut_planar() 1371 const uint8_t *datar = frame->data[2]; in update_clut_planar() 1372 const int glinesize = frame->linesize[0]; in update_clut_planar() 1373 const int blinesize = frame->linesize[1]; in update_clut_planar() 1374 const int rlinesize = frame in update_clut_planar() 1414 update_clut_float(LUT3DContext *lut3d, const AVFrame *frame) update_clut_float() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | dca_core.c | 100 av_log(s->avctx, AV_LOG_ERROR, "Invalid core frame size (%d bytes)\n", h.frame_size); in parse_frame_header() 124 av_log(s->avctx, AV_LOG_ERROR, "Unknown core frame header error\n"); in parse_frame_header() 764 // Erase ADPCM history from previous frame if in erase_adpcm_history() 851 // Seek to the end of core frame, don't trust XCH frame size in parse_xch_frame() 853 av_log(s->avctx, AV_LOG_ERROR, "Read past end of XCH frame\n"); in parse_xch_frame() 871 // XXCH frame header length in parse_xxch_frame() 874 // Check XXCH frame header CRC in parse_xxch_frame() 876 av_log(s->avctx, AV_LOG_ERROR, "Invalid XXCH frame header checksum\n"); in parse_xxch_frame() 919 // CRC16 of XXCH frame heade in parse_xxch_frame() 2065 filter_frame_fixed(DCACoreDecoder *s, AVFrame *frame) filter_frame_fixed() argument 2162 filter_frame_float(DCACoreDecoder *s, AVFrame *frame) filter_frame_float() argument 2347 ff_dca_core_filter_frame(DCACoreDecoder *s, AVFrame *frame) ff_dca_core_filter_frame() argument [all...] |
H A D | dv.h | 43 const AVFrame *frame; member 89 * largest possible DV frame, in bytes (1080i50) 120 * The odd half-frame (chan == 2,3) is displaced :-( */ in dv_calculate_mb_xy()
|
H A D | dca_lbr.h | 78 int framenum; ///< Lower 5 bits of current frame number 128 int ff_dca_lbr_filter_frame(DCALbrDecoder *s, AVFrame *frame);
|
H A D | dca_xll.h | 107 int frame_size; ///< Number of bytes in a lossless frame 108 int nchsets; ///< Number of channels sets per frame 109 int nframesegs; ///< Number of segments per frame 113 int nframesamples; ///< Samples in frame per one frequency band 143 int ff_dca_xll_filter_frame(DCAXllDecoder *s, AVFrame *frame);
|
H A D | rv34.h | 47 RV34_MB_P_16x16, ///< P-frame macroblock, one motion frame 48 RV34_MB_P_8x8, ///< P-frame macroblock, 8x8 motion compensation partitions 49 RV34_MB_B_FORWARD, ///< B-frame macroblock, forward prediction 50 RV34_MB_B_BACKWARD, ///< B-frame macroblock, backward prediction 52 RV34_MB_B_DIRECT, ///< Bidirectionally predicted B-frame macroblock, no motion vectors 53 RV34_MB_P_16x8, ///< P-frame macroblock, 16x8 motion compensation partitions 54 RV34_MB_P_8x16, ///< P-frame macroblock, 8x16 motion compensation partitions 55 RV34_MB_B_BIDIR, ///< Bidirectionally predicted B-frame macroblock, two motion vectors 56 RV34_MB_P_MIX16x16, ///< P-frame macrobloc [all...] |
H A D | imm5.c | 86 static int imm5_decode_frame(AVCodecContext *avctx, AVFrame *frame, in imm5_decode_frame() argument 141 ret = avcodec_receive_frame(codec_avctx, frame); in imm5_decode_frame()
|
/third_party/alsa-lib/include/sound/uapi/ |
H A D | hdspm.h | 115 enum hdspm_ltc_frame frame; member
|
/third_party/lame/mpglib/ |
H A D | mpg123.h | 94 struct frame { struct
|
/third_party/musl/src/thread/s390x/ |
H A D | clone.s | 23 # create initial stack frame for new thread
|
/third_party/musl/src/thread/powerpc/ |
H A D | clone.s | 26 # create initial stack frame for new thread
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
H A D | overlay_params.h | 39 OVERLAY_PARAM_BOOL(frame) \
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-evaluate.h | 35 // Evaluate a piece of JavaScript in the context of a stack frame for 40 // The stack frame can be either a JavaScript stack frame or a Wasm 41 // stack frame. In the latter case, a special Debug Proxy API is 85 ContextBuilder(Isolate* isolate, JavaScriptFrame* frame,
|
H A D | debug-frames.h | 10 #include "src/deoptimizer/deoptimized-frame-info.h" 24 FrameInspector(CommonFrame* frame, int inlined_frame_index, Isolate* isolate);
|
/third_party/node/deps/v8/src/heap/base/asm/ia32/ |
H A D | push_registers_masm.S | 44 ;; Restore rbp as it was used as frame pointer.
|
/third_party/node/deps/v8/src/heap/ |
H A D | finalization-registry-cleanup-task.cc | 27 DCHECK(!it.frame()->is_java_script()); in SlowAssertNoActiveJavaScript()
|
/third_party/skia/src/codec/ |
H A D | SkWebpCodec.h | 81 const Frame* frame(int i) const; 98 // that we will cap the frame count to the frames that
|
/third_party/skia/tools/ |
H A D | MSKPPlayer.h | 23 * Plays frames/pages of a MSKP to a canvas. This class uses the term "frame" as though the MSKP 39 /** Size of an individual frame. */ 43 * Plays a frame into the passed canvas. Frames can be randomly accessed. Offscreen layers are 44 * incrementally updated from their current state to the state required for the frame 45 * (redrawing from scratch if their current state is ahead of the passed frame index). 53 * Forces all offscreen layers to re-render the next time they're required for a frame but 65 * A set of IDs of offscreen layers in no particular order. If frame value >= 0 is specified 66 * then the layer set is filtered to layers used by that frame (or empty if >= numFrames). If 69 std::vector<int> layerIDs(int frame = -1) const; 75 * Layer contents are not affected by rewindLayers() as that simply lazily redraws the frame [all...] |
/third_party/skia/tools/fiddle/ |
H A D | examples.h | 39 extern double frame; // A value in [0, 1] of where we are in the animation.
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_tree.py | 26 sc.frame.pack(expand=1, fill="both", side='left')
|
/third_party/skia/docs/examples/ |
H A D | Turtle.cpp | 69 l = frame * totalDist; in REG_FIDDLE_ANIMATED()
|
H A D | Octopus_Generator_Animated.cpp | 31 float angle = (rand.nextRangeScalar(0, 1) + frame) * 6.28319; in REG_FIDDLE_ANIMATED()
|