/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCWin64EH.cpp | 186 uint8_t frame = 0; in EmitUnwindInfo() local 190 frame = (frameInst.Register & 0x0F) | (frameInst.Offset & 0xF0); in EmitUnwindInfo() 192 streamer.EmitIntValue(frame, 1); in EmitUnwindInfo()
|
/third_party/openssl/crypto/bn/asm/ |
H A D | vis3-mont.pl | 30 $frame = "STACK_FRAME"; 70 sub %g1, $frame, %g1 ! new top of stack 98 add %sp, $bias+$frame, $tp
|
/third_party/python/Modules/ |
H A D | _lsprof.c | 347 /* In the case of entering a generator expression frame via a in ptrace_enter_call() 406 profiler_callback(PyObject *self, PyFrameObject *frame, int what, in profiler_callback() argument 411 /* the 'frame' of a called function is about to start its execution */ in profiler_callback() 414 PyCodeObject *code = PyFrame_GetCode(frame); in profiler_callback() 420 /* the 'frame' of a called function is about to finish in profiler_callback() 424 PyCodeObject *code = PyFrame_GetCode(frame); in profiler_callback() 435 /* the Python function 'frame' is issuing a call to the built-in in profiler_callback() 447 caller 'frame' */ in profiler_callback()
|
/third_party/skia/platform_tools/android/apps/skottie/ |
H A D | skottie_metric.sql | 16 -- limit test results starting from second frame to 7 seconds after that 28 -- increase the offset if want to start from more than second frame 150 WHERE slice.name LIKE 'waiting for frame%' AND slice.dur >= 0
|
/third_party/ffmpeg/libavcodec/ |
H A D | apedec.c | 159 int samples; ///< samples left to decode in current frame 167 uint32_t CRC; ///< signalled frame CRC 169 int frameflags; ///< frame flags 186 uint8_t *data; ///< current frame data 187 uint8_t *data_end; ///< frame data end 188 int data_size; ///< frame data allocated size 189 const uint8_t *ptr; ///< current position in frame data 768 /* Read the frame flags if they exist */ in init_entropy_decoder() 1473 static int ape_decode_frame(AVCodecContext *avctx, AVFrame *frame, in ape_decode_frame() argument 1546 /* Initialize the frame decode in ape_decode_frame() [all...] |
H A D | speexdec.c | 152 int have_subframe_gain; /**< Number of bits to use as sub-frame innovation 181 int first; /**< Is first frame */ 184 int count_lost; /**< Was the last frame lost? */ 189 float last_ol_gain; /**< Open-loop gain for previous frame */ 193 int last_pitch; /**< Pitch of last correctly decoded frame */ 194 float last_pitch_gain; /**< Pitch gain of last correctly decoded frame */ 211 float *exc; /**< Start of excitation frame */ 214 float old_qlsp[NB_ORDER]; /**< Quantized LSPs for previous frame */ 935 /* Shift all buffers by one frame */ in nb_decode() 958 /* Damp memory if a frame wa in nb_decode() 1536 speex_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) speex_decode_frame() argument [all...] |
H A D | cfhd.c | 152 static inline void process_bayer(AVFrame *frame, int bpc) in process_bayer() argument 154 const int linesize = frame->linesize[0]; in process_bayer() 155 uint16_t *r = (uint16_t *)frame->data[0]; in process_bayer() 156 uint16_t *g1 = (uint16_t *)(frame->data[0] + 2); in process_bayer() 157 uint16_t *g2 = (uint16_t *)(frame->data[0] + frame->linesize[0]); in process_bayer() 158 uint16_t *b = (uint16_t *)(frame->data[0] + frame->linesize[0] + 2); in process_bayer() 162 for (int y = 0; y < frame->height >> 1; y++) { in process_bayer() 163 for (int x = 0; x < frame in process_bayer() [all...] |
H A D | mjpegdec.h | 145 AVStereo3D *stereo3d; ///!< stereoscopic information (cached, since it is read before frame allocation) 176 int ff_mjpeg_receive_frame(AVCodecContext *avctx, AVFrame *frame);
|
H A D | h264_sei.h | 31 H264_SEI_PIC_STRUCT_FRAME = 0, ///< 0: %frame 38 H264_SEI_PIC_STRUCT_FRAME_DOUBLING = 7, ///< 7: %frame doubling 39 H264_SEI_PIC_STRUCT_FRAME_TRIPLING = 8 ///< 8: %frame tripling 59 int frame; member 209 * Reset SEI values at the beginning of the frame.
|
H A D | twinvq.h | 39 TWINVQ_FT_SHORT = 0, ///< Short frame (divided in n sub-blocks) 40 TWINVQ_FT_MEDIUM, ///< Medium frame (divided in m<n sub-blocks) 41 TWINVQ_FT_LONG, ///< Long frame (single sub-block + PPC) 42 TWINVQ_FT_PPC, ///< Periodic Peak Component (part of the long frame) 63 * Parameters and tables that are different for each frame type 66 uint8_t sub; ///< Number subblocks in each frame 111 struct TwinVQFrameMode fmode[3]; ///< frame type-dependent parameters 113 uint16_t size; ///< frame size in samples 146 float lsp_hist[2][20]; ///< LSP coefficients of the last frame 147 float bark_hist[3][2][40]; ///< BSE coefficients of last frame [all...] |
H A D | nvenc.h | 166 AVFrame *frame; member
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_vaapi.c | 108 // plane swap cases. The frame handling below tries to hide these. 675 static int vaapi_get_buffer(AVHWFramesContext *hwfc, AVFrame *frame) in vaapi_get_buffer() argument 677 frame->buf[0] = av_buffer_pool_get(hwfc->pool); in vaapi_get_buffer() 678 if (!frame->buf[0]) in vaapi_get_buffer() 681 frame->data[3] = frame->buf[0]->data; in vaapi_get_buffer() 682 frame->format = AV_PIX_FMT_VAAPI; in vaapi_get_buffer() 683 frame->width = hwfc->width; in vaapi_get_buffer() 684 frame->height = hwfc->height; in vaapi_get_buffer()
|
H A D | hwcontext_internal.h | 26 #include "frame.h" 57 * size of the public frame pool hardware-specific context, 83 int (*frames_get_buffer)(AVHWFramesContext *ctx, AVFrame *frame); 127 * frame context when trying to allocate in the derived context.
|
H A D | hwcontext.h | 23 #include "frame.h" 55 * AVHWDeviceContext (such as AVHWFramesContext, describing a frame pool with 187 * fixed size (frame count), which cannot be extended dynamically. In such a 193 * Initial size of the frame pool. If a device type does not support 374 * Allocate a new frame attached to the given AVHWFramesContext. 377 * @param frame an empty (freshly allocated or unreffed) frame to be filled with 382 int av_hwframe_get_buffer(AVBufferRef *hwframe_ctx, AVFrame *frame, int flags); 406 * destination frame is unspecified. 408 * @param dst the destination frame [all...] |
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
H A D | Demo.java | 58 * A frame that allows the user to experiment with keyboard 60 * as an application. The frame contains an editable text component 422 Demo frame; field in Demo.FileListener 425 FileListener(Demo frame, int choice) { in FileListener() argument 426 this.frame = frame; in FileListener() 431 String id = frame.translit.getID(); in actionPerformed() 439 FileDialog fileDialog = new FileDialog(frame, "Input File"); in actionPerformed() 485 frame.setTransliterator(buffer.toString(), id); in actionPerformed() 487 genTestFile(f, frame in actionPerformed() [all...] |
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.c | 5527 * from outer frames if this frame has no START* handler). Not implemented for 5562 * though it is required to convert the established type of an outer frame 5563 * ("closure_type") into the established type of an inner frame (represented in 7413 /* Pushes a frame onto the decoder stack. */ 7444 /* Pops a frame from the decoder stack. */ 9180 static void init_frame(upb_jsonparser_frame* frame) { in init_frame() argument 9181 frame->m = NULL; in init_frame() 9182 frame->f = NULL; in init_frame() 9183 frame->name_table = NULL; in init_frame() 9184 frame in init_frame() 9264 upb_jsonparser_any_frame *frame; json_parser_any_frame_new() local 9280 json_parser_any_frame_set_payload_type( upb_json_parser *p, upb_jsonparser_any_frame *frame, const upb_msgdef *payload_type) json_parser_any_frame_set_payload_type() argument 9300 json_parser_any_frame_free(upb_jsonparser_any_frame *frame) json_parser_any_frame_free() argument 9306 json_parser_any_frame_has_type_url( upb_jsonparser_any_frame *frame) json_parser_any_frame_has_type_url() argument 9311 json_parser_any_frame_has_value_before_type_url( upb_jsonparser_any_frame *frame) json_parser_any_frame_has_value_before_type_url() argument 9316 json_parser_any_frame_has_value_after_type_url( upb_jsonparser_any_frame *frame) json_parser_any_frame_has_value_after_type_url() argument 9321 json_parser_any_frame_has_value( upb_jsonparser_any_frame *frame) json_parser_any_frame_has_value() argument 9327 json_parser_any_frame_set_before_type_url_end( upb_jsonparser_any_frame *frame, const char *ptr) json_parser_any_frame_set_before_type_url_end() argument 9335 json_parser_any_frame_set_after_type_url_start_once( upb_jsonparser_any_frame *frame, const char *ptr) json_parser_any_frame_set_after_type_url_start_once() argument 9369 set_name_table(upb_json_parser *p, upb_jsonparser_frame *frame) set_name_table() argument [all...] |
/third_party/elfutils/libdw/ |
H A D | cfi.h | 57 bool signal_frame; /* Saw 'S': FDE is for a signal frame. */ 85 Dwarf_Addr frame_vaddr; /* DW_EH_PE_pcrel, address of frame section. */ 156 /* This holds instructions for unwinding frame at a particular PC location 160 /* This frame description covers PC values in [start, end). */ 167 or NULL in an initial_state pseudo-frame. */ 170 /* The FDE that generated this frame state. This points to its CIE, 218 to yield the frame state when stopped there. 221 Dwarf_Addr address, Dwarf_Frame **frame)
|
/third_party/ffmpeg/libavcodec/alpha/ |
H A D | hpeldsp_alpha_asm.S | 43 .frame sp, 0, ra
|
/third_party/ffmpeg/libavfilter/ |
H A D | framesync.h | 40 * variable frame rate, getting the input frames to match requires a rather 44 * procesed is called a frame event. Frame event can be generated in 73 * Extend the frame to infinity. 84 * Extrapolation mode for timestamps before the first frame 89 * Extrapolation mode for timestamps after the last frame 99 * Current frame, may be NULL before the first one or after EOF 101 AVFrame *frame; member 104 * Next frame, for internal use 109 * PTS of the current frame 114 * PTS of the next frame, fo [all...] |
/third_party/musl/src/thread/powerpc/ |
H A D | syscall_cp.s | 12 #r1: stack frame: 16 byte alignment.
|
/third_party/ltp/testcases/network/can/cve/ |
H A D | can_bcm01.c | 35 struct can_frame frame; member
|
/third_party/libdrm/tests/vbltest/ |
H A D | vbltest.c | 57 static void vblank_handler(int fd, unsigned int frame, unsigned int sec, in vblank_handler() argument 142 /* Queue an event for frame + 1 */ in main()
|
/third_party/musl/dist/ |
H A D | config.mak | 27 #CFLAGS += -fomit-frame-pointer -mno-accumulate-outgoing-args
|
/third_party/skia/src/codec/ |
H A D | SkHeifCodec.h | 122 const Frame* frame(int i) const;
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/ |
H A D | Thread.hpp | 67 // Frame holds a number of variable scopes for one of a thread's stack frame, 77 // The unique identifier of the stack frame. 80 // The name of function for this stack frame. 83 // The current execution location within the stack frame. 86 // The scope for the frame's arguments. 89 // The scope for the frame's locals. 92 // The scope for the frame's registers. 128 // enter() pushes the thread's stack with a new frame created with the given 129 // file and function, then calls f to modify the new frame of the stack. 132 // exit() pops the thread's stack frame [all...] |