Home
last modified time | relevance | path

Searched refs:frame (Results 1726 - 1750 of 3259) sorted by relevance

1...<<61626364656667686970>>...131

/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Djazzdma.h44 unsigned int frame; /* physical frame no. */ member
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dstrcat.S16 .frame $30, 0, $26
H A Dev67-strcat.S30 .frame $30, 0, $26
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Djazzdma.h44 unsigned int frame; /* physical frame no. */ member
/kernel/linux/linux-6.6/arch/m68k/coldfire/
H A Dvectors.c25 asmlinkage void dbginterrupt_c(struct frame *fp) in dbginterrupt_c()
/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dev67-strcat.S30 .frame $30, 0, $26
H A Dstrcat.S16 .frame $30, 0, $26
/third_party/ffmpeg/libavcodec/
H A Dv4l2_m2m.h57 /* null frame/packet received */
61 /* Reference to a frame. Only used during encoding */
62 AVFrame *frame; member
H A Dmpeg12dec.c83 int64_t timecode_frame_start; /*< GOP timecode frame start number, in non drop frame format */
704 "Invalid mb type in I-frame at %d %d\n", in mpeg_decode_mb()
717 "Invalid mb type in P-frame at %d %d\n", s->mb_x, s->mb_y); in mpeg_decode_mb()
726 "Invalid mb type in B-frame at %d %d\n", s->mb_x, s->mb_y); in mpeg_decode_mb()
1586 /* start frame decoding */ in mpeg_field_start()
1595 /* first check if we must repeat the frame */ in mpeg_field_start()
1919 "skipped MB in I-frame at %d %d\n", s->mb_x, s->mb_y); in mpeg_decode_slice()
2045 /* latency of 1 frame for I- and P-frames */ in slice_end()
2507 /* If it's a frame pictur in decode_chunks()
2973 ipu_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) ipu_decode_frame() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_pullup.h62 PullupFrame frame; member
H A Dvmaf_motion.h55 double ff_vmafmotion_process(VMAFMotionData *data, AVFrame *frame);
H A Dyadif.h27 YADIF_MODE_SEND_FRAME = 0, ///< send 1 frame for each frame
28 YADIF_MODE_SEND_FIELD = 1, ///< send 1 frame for each field
29 YADIF_MODE_SEND_FRAME_NOSPATIAL = 2, ///< send 1 frame for each frame but skips spatial interlacing check
30 YADIF_MODE_SEND_FIELD_NOSPATIAL = 3, ///< send 1 frame for each field but skips spatial interlacing check
45 YADIF_FIELD_BACK_END = -1, ///< The last frame in a sequence
91 int ff_yadif_filter_frame(AVFilterLink *link, AVFrame *frame);
/third_party/ffmpeg/libavutil/
H A Dfilm_grain_params.h22 #include "frame.h"
210 * for specific codecs. Must be present on every frame where film grain is
252 * Allocate a complete AVFilmGrainParams and add it to the frame.
254 * @param frame The frame which side data is added to.
258 AVFilmGrainParams *av_film_grain_params_create_side_data(AVFrame *frame);
H A Dhdr_dynamic_vivid_metadata.h24 #include "frame.h"
277 * Allocate a complete AVDynamicHDRVivid and add it to the frame.
278 * @param frame The frame which side data is added to.
283 AVDynamicHDRVivid *av_dynamic_hdr_vivid_create_side_data(AVFrame *frame);
/third_party/curl/lib/
H A Dws.h36 /* a client-side WS frame decoder, parsing frame headers and
54 /* a client-side WS frame encoder, generating frame headers and
55 * converting payloads, tracking remaining data in current frame */
57 curl_off_t payload_len; /* payload length of current frame */
61 unsigned char firstbyte; /* first byte of frame we encode */
73 struct curl_ws_frame frame; /* the current WS FRAME received */ member
/third_party/libwebsockets/contrib/
H A DAndroid.mk19 $(LWS_LIB_PATH)/extension-deflate-frame.c \
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
H A DSkottieAnimation.java30 * Returns the animation frame count. This is normally an integral value,
31 * but both the JSON encoding and Skottie's frame-based APIs support fractional frames.
60 * Update the animation state to match |f|, specified as a frame index
65 * 0.0 -> first frame
66 * 1.0 -> second frame
67 * 0.5 -> halfway between first and second frame
74 * Draw the current frame to the Canvas.
102 private static native void nSeekFrame(long nativeInstance, double frame); in nSeekFrame() argument
/third_party/skia/docs/examples/
H A Dshapes_with_motion.cpp6 //float p = 1 - fabs(2 * frame - 1); in REG_FIDDLE_ANIMATED()
7 float p = 0.5 * (1 - cos(6.28318548f * frame)); in REG_FIDDLE_ANIMATED()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_display_debugfs.c398 int frame; in i915_edp_psr_status() local
402 * frame boundary between register reads in i915_edp_psr_status()
404 for (frame = 0; frame < PSR2_SU_STATUS_FRAMES; frame += 3) { in i915_edp_psr_status()
406 PSR2_SU_STATUS(dev_priv->psr.transcoder, frame)); in i915_edp_psr_status()
407 su_frames_val[frame / 3] = val; in i915_edp_psr_status()
412 for (frame = 0; frame < PSR2_SU_STATUS_FRAMES; frame in i915_edp_psr_status()
[all...]
/kernel/linux/linux-5.10/drivers/media/usb/go7007/
H A Dgo7007-fw.c12 * merely parroted back to the host at the start of each frame.
158 /* MPEG blank frame generation tables */
417 int modulo, int pict_struct, enum mpeg_frame_type frame) in mpeg1_frame_header()
423 switch (frame) { in mpeg1_frame_header()
445 CODE_ADD(c, frame == PFRAME ? 0x2 : 0x3, 13); in mpeg1_frame_header()
448 if (frame != PFRAME) in mpeg1_frame_header()
462 CODE_ADD(c, frame == PFRAME ? 0xff : 0x44, 8); in mpeg1_frame_header()
489 if (frame == BFRAME_BIDIR) { in mpeg1_frame_header()
503 if (frame == BFRAME_BIDIR) { in mpeg1_frame_header()
718 int modulo, enum mpeg_frame_type frame) in mpeg4_frame_header()
416 mpeg1_frame_header(struct go7007 *go, unsigned char *buf, int modulo, int pict_struct, enum mpeg_frame_type frame) mpeg1_frame_header() argument
717 mpeg4_frame_header(struct go7007 *go, unsigned char *buf, int modulo, enum mpeg_frame_type frame) mpeg4_frame_header() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/
H A Dtxrx.c528 "Bug: attempt to transmit a frame with wrong alignment: %zu\n", in cw1200_tx_h_align()
1010 struct ieee80211_hdr *frame = (struct ieee80211_hdr *)skb->data; in cw1200_rx_cb() local
1028 ieee80211_is_data(frame->frame_control)) in cw1200_rx_cb()
1032 ieee80211_is_action(frame->frame_control) && in cw1200_rx_cb()
1037 ieee80211_get_SA(frame), ETH_ALEN); in cw1200_rx_cb()
1043 ieee80211_is_action(frame->frame_control) && in cw1200_rx_cb()
1045 /* Link ID already exists for the ACTION frame. in cw1200_rx_cb()
1050 ieee80211_get_SA(frame), ETH_ALEN); in cw1200_rx_cb()
1073 if (ieee80211_is_pspoll(frame->frame_control)) in cw1200_rx_cb()
1096 hdrlen = ieee80211_hdrlen(frame in cw1200_rx_cb()
[all...]
/kernel/linux/linux-6.6/drivers/media/usb/go7007/
H A Dgo7007-fw.c12 * merely parroted back to the host at the start of each frame.
158 /* MPEG blank frame generation tables */
417 int modulo, int pict_struct, enum mpeg_frame_type frame) in mpeg1_frame_header()
423 switch (frame) { in mpeg1_frame_header()
445 CODE_ADD(c, frame == PFRAME ? 0x2 : 0x3, 13); in mpeg1_frame_header()
448 if (frame != PFRAME) in mpeg1_frame_header()
462 CODE_ADD(c, frame == PFRAME ? 0xff : 0x44, 8); in mpeg1_frame_header()
489 if (frame == BFRAME_BIDIR) { in mpeg1_frame_header()
503 if (frame == BFRAME_BIDIR) { in mpeg1_frame_header()
718 int modulo, enum mpeg_frame_type frame) in mpeg4_frame_header()
416 mpeg1_frame_header(struct go7007 *go, unsigned char *buf, int modulo, int pict_struct, enum mpeg_frame_type frame) mpeg1_frame_header() argument
717 mpeg4_frame_header(struct go7007 *go, unsigned char *buf, int modulo, enum mpeg_frame_type frame) mpeg4_frame_header() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/st/cw1200/
H A Dtxrx.c528 "Bug: attempt to transmit a frame with wrong alignment: %zu\n", in cw1200_tx_h_align()
1007 struct ieee80211_hdr *frame = (struct ieee80211_hdr *)skb->data; in cw1200_rx_cb() local
1025 ieee80211_is_data(frame->frame_control)) in cw1200_rx_cb()
1029 ieee80211_is_action(frame->frame_control) && in cw1200_rx_cb()
1034 ieee80211_get_SA(frame), ETH_ALEN); in cw1200_rx_cb()
1040 ieee80211_is_action(frame->frame_control) && in cw1200_rx_cb()
1042 /* Link ID already exists for the ACTION frame. in cw1200_rx_cb()
1047 ieee80211_get_SA(frame), ETH_ALEN); in cw1200_rx_cb()
1070 if (ieee80211_is_pspoll(frame->frame_control)) in cw1200_rx_cb()
1093 hdrlen = ieee80211_hdrlen(frame in cw1200_rx_cb()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCDwarf.cpp1313 void EmitCompactUnwind(const MCDwarfFrameInfo &frame);
1316 void EmitFDE(const MCSymbol &cieStart, const MCDwarfFrameInfo &frame,
1460 /// Emit frame instructions to describe the layout of the frame.
1677 const MCDwarfFrameInfo &frame, in EmitFDE()
1712 emitFDESymbol(Streamer, *frame.Begin, PCEncoding, IsEH); in EmitFDE()
1716 MakeStartMinusEndExpr(Streamer, *frame.Begin, *frame.End, 0); in EmitFDE()
1723 if (frame.Lsda) in EmitFDE()
1724 augmentationLength += getSizeForEncoding(Streamer, frame in EmitFDE()
1676 EmitFDE(const MCSymbol &cieStart, const MCDwarfFrameInfo &frame, bool LastInSection, const MCSymbol &SectionStart) EmitFDE() argument
[all...]
/third_party/python/Python/
H A Dpystate.c1027 _PyEval_EvalFrameDefault(), tstate->frame is not reset to its in PyThreadState_Clear()
1032 "PyThreadState_Clear: warning: thread still has a frame\n"); in PyThreadState_Clear()
1286 PyFrameObject *frame = _PyFrame_GetFrameObject(f); in PyThreadState_GetFrame() local
1287 if (frame == NULL) { in PyThreadState_GetFrame()
1290 Py_XINCREF(frame); in PyThreadState_GetFrame()
1291 return frame; in PyThreadState_GetFrame()
1399 * if t's frame isn't NULL, map t's id to its frame in _PyThread_CurrentFrames()
1409 _PyInterpreterFrame *frame = t->cframe->current_frame; in _PyThread_CurrentFrames() local
1410 while (frame in _PyThread_CurrentFrames()
2218 _PyThreadState_PopFrame(PyThreadState *tstate, _PyInterpreterFrame * frame) _PyThreadState_PopFrame() argument
[all...]

Completed in 27 milliseconds

1...<<61626364656667686970>>...131