Home
last modified time | relevance | path

Searched refs:frame (Results 1426 - 1450 of 3259) sorted by relevance

1...<<51525354555657585960>>...131

/kernel/linux/linux-6.6/arch/alpha/lib/
H A Ddivide.S100 .frame $30,STACK,$23
173 .frame $30,STACK,$23
/kernel/linux/linux-5.10/drivers/staging/wfx/
H A Ddata_rx.c41 struct ieee80211_hdr *frame = (struct ieee80211_hdr *)skb->data; in wfx_rx_cb() local
71 dev_info(wvif->wdev->dev, "received frame without RSSI data\n"); in wfx_rx_cb()
81 if (ieee80211_is_action(frame->frame_control) && in wfx_rx_cb()
/kernel/linux/linux-6.6/drivers/net/wireless/silabs/wfx/
H A Ddata_rx.c41 struct ieee80211_hdr *frame = (struct ieee80211_hdr *)skb->data; in wfx_rx_cb() local
70 dev_info(wvif->wdev->dev, "received frame without RSSI data\n"); in wfx_rx_cb()
81 if (ieee80211_is_action(frame->frame_control) && in wfx_rx_cb()
/third_party/ffmpeg/libavcodec/
H A Dlibgsmenc.c92 const AVFrame *frame, int *got_packet_ptr) in libgsm_encode_frame()
95 gsm_signal *samples = (gsm_signal *)frame->data[0]; in libgsm_encode_frame()
91 libgsm_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) libgsm_encode_frame() argument
H A Dvp9_metadata_bsf.c45 VP9RawFrame *frame = frag->units[i].content; in vp9_metadata_update_fragment() local
46 VP9RawFrameHeader *header = &frame->header; in vp9_metadata_update_fragment()
86 .unit_name = "frame",
H A Dvideotoolbox_vp9.c28 #include "libavutil/frame.h"
122 AVFrame *frame = h->frames[CUR_FRAME].tf.f; in videotoolbox_vp9_end_frame() local
124 return ff_videotoolbox_common_end_frame(avctx, frame); in videotoolbox_vp9_end_frame()
H A Dqsvenc_vp9.c50 const AVFrame *frame, int *got_packet) in qsv_enc_frame()
54 return ff_qsv_encode(avctx, &q->qsv, pkt, frame, got_packet); in qsv_enc_frame()
49 qsv_enc_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet) qsv_enc_frame() argument
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dbuild_tree.py84 for frame in inspect.stack():
85 path = os.path.dirname(frame.filename)
/third_party/nghttp2/src/
H A Dshrpx_http2_upstream.h122 void on_start_request(const nghttp2_frame *frame);
123 int on_request_headers(Downstream *downstream, const nghttp2_frame *frame);
/third_party/node/deps/v8/src/heap/base/asm/x64/
H A Dpush_registers_masm.S20 ;; rbp is callee-saved. Maintain proper frame pointer for debugging.
53 ;; Restore rbp as it was used as frame pointer.
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-register-frame-array.h16 // 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 Dcall-site-info.h108 void SerializeCallSiteInfo(Isolate* isolate, Handle<CallSiteInfo> frame,
112 Handle<CallSiteInfo> frame);
/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/
H A DMultiChannelResampler.cpp108 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 DAnimometer.cpp150 void frame() { in frame() function
179 fprintf(stderr, "frame %i\n", f); in frame()
190 frame(); in main()
H A DCHelloTriangle.cpp108 void frame() { in frame() function
152 frame(); in main()
/third_party/skia/docs/examples/
H A DSKIA_LOGO_ANIMATE.cpp71 float pos = frame > 0.5 ? 1 : frame * 2; in REG_FIDDLE_ANIMATED()
/third_party/skia/modules/canvaskit/
H A Dskottie.js111 CanvasKit.ManagedAnimation.prototype.seekFrame = function(frame, optDamageRect) {
112 this._seekFrame(frame, _scratchFourFloatsAPtr);
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_modifier_extractor.cpp481 auto frame = GetFrame(); in Dump() local
483 bounds.x_, bounds.y_, bounds.z_, bounds.w_, frame.x_, frame.y_, frame.z_, frame.w_) != -1) { in Dump()
/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H A Davcodec_task_manager.cpp206 CHECK_ERROR_RETURN_LOG(frameRecords.empty(), "DoMuxerVideo error of empty encoded frame"); in DoMuxerVideo()
259 auto frame = frameRecords[index]; in ChooseVideoBuffer() local
260 int64_t timestamp = frame->GetTimeStamp(); in ChooseVideoBuffer()
262 choosedBuffer.push_back(frame); in ChooseVideoBuffer()
266 // Find the first IDR frame in the buffer in ChooseVideoBuffer()
268 [](const sptr<FrameRecord>& frame) { return frame->IsIDRFrame(); }); in ChooseVideoBuffer()
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Ddbdisply.c509 union acpi_generic_state *frame; in acpi_db_display_results() local
510 u32 index; /* Index onto current frame */ in acpi_db_display_results()
529 frame = walk_state->results; in acpi_db_display_results()
533 obj_desc = frame->results.obj_desc[index]; in acpi_db_display_results()
538 frame = frame->results.next; in acpi_db_display_results()
/kernel/linux/linux-5.10/arch/arc/kernel/
H A Dsignal.c252 void __user *frame; in get_sigframe() local
259 frame = (void __user *)((sp - framesize) & ~7); in get_sigframe()
261 /* Check that we can actually write to the signal frame */ in get_sigframe()
262 if (!access_ok(frame, framesize)) in get_sigframe()
263 frame = NULL; in get_sigframe()
265 return frame; in get_sigframe()
330 /* User Stack for signal handler will be above the frame just carved */ in setup_rt_frame()
395 /* Set up the stack frame */ in handle_signal()
/kernel/linux/linux-5.10/arch/m68k/kernel/
H A Dentry.S100 movel %sp,%sp@- | stack frame pointer argument
108 movel %sp,%sp@- | stack frame pointer argument
139 movel %sp,%sp@- /* stack frame pointer argument */
146 /* save top of frame */
198 subql #7,%d0 | bus error frame ?
213 | save top of frame
259 | save top of frame
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dprocess.c576 struct stackframe frame; in get_wchan() local
586 start_backtrace(&frame, thread_saved_fp(p), thread_saved_pc(p)); in get_wchan()
589 if (unwind_frame(p, &frame)) in get_wchan()
591 if (!in_sched_functions(frame.pc)) { in get_wchan()
592 ret = frame.pc; in get_wchan()
/kernel/linux/linux-6.6/arch/arc/kernel/
H A Dsignal.c253 void __user *frame; in get_sigframe() local
260 frame = (void __user *)((sp - framesize) & ~7); in get_sigframe()
262 /* Check that we can actually write to the signal frame */ in get_sigframe()
263 if (!access_ok(frame, framesize)) in get_sigframe()
264 frame = NULL; in get_sigframe()
266 return frame; in get_sigframe()
331 /* User Stack for signal handler will be above the frame just carved */ in setup_rt_frame()
396 /* Set up the stack frame */ in handle_signal()
/kernel/linux/linux-5.10/drivers/input/
H A Dinput-mt.c33 * frame synchronization.
93 mt->frame = 1; in input_mt_init_slots()
145 slot->frame = mt->frame; in input_mt_report_slot_state()
271 * input_mt_drop_unused() - Inactivate slots not seen in this frame
282 mt->frame++; in input_mt_drop_unused()
288 * input_mt_sync_frame() - synchronize mt frame
291 * Close the frame and prepare the internal state for a new one.
311 mt->frame++; in input_mt_sync_frame()
473 * to be called at each frame
[all...]

Completed in 12 milliseconds

1...<<51525354555657585960>>...131