Home
last modified time | relevance | path

Searched defs:frame (Results 701 - 725 of 1974) sorted by relevance

1...<<21222324252627282930>>...79

/kernel/linux/linux-6.6/net/hsr/
H A Dhsr_forward.c149 struct sk_buff *hsr_get_untagged_frame(struct hsr_frame_info *frame, in hsr_get_untagged_frame() argument
120 create_stripped_skb_hsr(struct sk_buff *skb_in, struct hsr_frame_info *frame) create_stripped_skb_hsr() argument
167 prp_get_untagged_frame(struct hsr_frame_info *frame, struct hsr_port *port) prp_get_untagged_frame() argument
206 prp_fill_rct(struct sk_buff *skb, struct hsr_frame_info *frame, struct hsr_port *port) prp_fill_rct() argument
249 hsr_fill_tag(struct sk_buff *skb, struct hsr_frame_info *frame, struct hsr_port *port, u8 proto_version) hsr_fill_tag() argument
280 hsr_create_tagged_frame(struct hsr_frame_info *frame, struct hsr_port *port) hsr_create_tagged_frame() argument
323 prp_create_tagged_frame(struct hsr_frame_info *frame, struct hsr_port *port) prp_create_tagged_frame() argument
369 hsr_xmit(struct sk_buff *skb, struct hsr_port *port, struct hsr_frame_info *frame) hsr_xmit() argument
383 prp_drop_frame(struct hsr_frame_info *frame, struct hsr_port *port) prp_drop_frame() argument
391 hsr_drop_frame(struct hsr_frame_info *frame, struct hsr_port *port) hsr_drop_frame() argument
411 hsr_forward_do(struct hsr_frame_info *frame) hsr_forward_do() argument
477 check_local_dest(struct hsr_priv *hsr, struct sk_buff *skb, struct hsr_frame_info *frame) check_local_dest() argument
496 handle_std_frame(struct sk_buff *skb, struct hsr_frame_info *frame) handle_std_frame() argument
516 hsr_fill_frame_info(__be16 proto, struct sk_buff *skb, struct hsr_frame_info *frame) hsr_fill_frame_info() argument
543 prp_fill_frame_info(__be16 proto, struct sk_buff *skb, struct hsr_frame_info *frame) prp_fill_frame_info() argument
562 fill_frame_info(struct hsr_frame_info *frame, struct sk_buff *skb, struct hsr_port *port) fill_frame_info() argument
612 struct hsr_frame_info frame; hsr_forward_skb() local
[all...]
/kernel/linux/linux-6.6/sound/usb/6fire/
H A Dpcm.c195 int frame; in usb6fire_pcm_capture() local
243 int frame; in usb6fire_pcm_playback() local
295 int frame; in usb6fire_pcm_in_urb_handler() local
[all...]
/test/testfwk/arkxtest/uitest/addon/
H A Dscreen_copy.cpp167 shared_ptr<PixelMap> frame = dm.GetScreenshot(displayId); in PollAndNotifyFrames() local
184 void ScreenCopy::UpdateFrameLocked(shared_ptr<PixelMap> frame, bool &changed, bool &screenOff) in UpdateFrameLocked() argument
[all...]
/test/xts/hats/hdf/audio/idl/common/capture/src/
H A Daudio_capture_common_test.cpp203 int8_t *frame = (int8_t *)calloc(1, frameLen); in HWTEST_F() local
225 int8_t *frame = (int8_t *)calloc(1, sizeof(int)); in HWTEST_F() local
254 int8_t *frame = (int8_t *)calloc(1, frameLen); HWTEST_F() local
[all...]
/test/xts/hats/hdf/audio/idl/common/capture_additional/src/
H A DAudioCaptureCommonTestAdditional.cpp1029 int8_t *frame = (int8_t *)calloc(1, frameLen); in HWTEST_F() local
1104 int8_t *frame = (int8_t *)calloc(1, sizeof(int)); in HWTEST_F() local
1128 int8_t *frame = (int8_t *)calloc(1, sizeof(int)); HWTEST_F() local
1151 int8_t *frame = (int8_t *)calloc(1, sizeof(int)); HWTEST_F() local
1240 int8_t *frame = (int8_t *)calloc(1, sizeof(int)); HWTEST_F() local
2542 int8_t *frame = (int8_t *)calloc(1, frameLen); HWTEST_F() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dcdtoons.c52 AVFrame *frame; member
[all...]
H A Dcdxl.c146 static void cdxl_decode_rgb(CDXLVideoContext *c, AVFrame *frame) in cdxl_decode_rgb() argument
155 static void cdxl_decode_raw(CDXLVideoContext *c, AVFrame *frame) in cdxl_decode_raw() argument
160 static void cdxl_decode_ham6(CDXLVideoContext *c, AVFrame *frame) in cdxl_decode_ham6() argument
203 cdxl_decode_ham8(CDXLVideoContext *c, AVFrame *frame) cdxl_decode_ham8() argument
[all...]
H A Ddfa.c57 static int decode_copy(GetByteContext *gb, uint8_t *frame, int width, int height) in decode_copy() argument
66 static int decode_tsw1(GetByteContext *gb, uint8_t *frame, int width, int height) in decode_tsw1() argument
109 decode_dsw1(GetByteContext *gb, uint8_t *frame, int width, int height) decode_dsw1() argument
146 decode_dds1(GetByteContext *gb, uint8_t *frame, int width, int height) decode_dds1() argument
197 decode_bdlt(GetByteContext *gb, uint8_t *frame, int width, int height) decode_bdlt() argument
239 decode_wdlt(GetByteContext *gb, uint8_t *frame, int width, int height) decode_wdlt() argument
300 decode_tdlt(GetByteContext *gb, uint8_t *frame, int width, int height) decode_tdlt() argument
322 decode_blck(GetByteContext *gb, uint8_t *frame, int width, int height) decode_blck() argument
340 dfa_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) dfa_decode_frame() argument
[all...]
H A Ddovi_rpu.c91 int ff_dovi_attach_side_data(DOVIContext *s, AVFrame *frame) in ff_dovi_attach_side_data() argument
H A Descape124.c45 AVFrame *frame; member
194 static int escape124_decode_frame(AVCodecContext *avctx, AVFrame *frame, in escape124_decode_frame() argument
[all...]
H A Dg722enc.c344 g722_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) g722_encode_frame() argument
[all...]
H A Dlibjxlenc.c245 static int libjxl_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet) in libjxl_encode_frame() argument
[all...]
H A Dlibopencore-amr.c99 static int amr_nb_decode_frame(AVCodecContext *avctx, AVFrame *frame, in amr_nb_decode_frame() argument
236 amr_nb_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) amr_nb_encode_frame() argument
332 amr_wb_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) amr_wb_decode_frame() argument
[all...]
H A Ddstdec.c243 static int decode_frame(AVCodecContext *avctx, AVFrame *frame, in decode_frame() argument
[all...]
H A Ddsicinvideo.c40 AVFrame *frame; member
[all...]
H A Dfmvc.c397 static int decode_frame(AVCodecContext *avctx, AVFrame *frame, in decode_frame() argument
[all...]
H A Dmpc8.c181 static int mpc8_decode_frame(AVCodecContext *avctx, AVFrame *frame, in mpc8_decode_frame() argument
H A Dansi.c56 AVFrame *frame; member
[all...]
H A Dbinkaudio.c295 static int binkaudio_receive_frame(AVCodecContext *avctx, AVFrame *frame) in binkaudio_receive_frame() argument
H A Dcinepak.c63 AVFrame *frame; member
[all...]
H A Ddv.h43 const AVFrame *frame; member
H A Ddxva2_hevc.c165 const HEVCFrame *frame = NULL; in fill_picture_parameters() local
[all...]
H A Dgdv.c38 uint8_t *frame; member
459 gdv_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) gdv_decode_frame() argument
[all...]
H A Dhevc_refs.c31 void ff_hevc_unref_frame(HEVCContext *s, HEVCFrame *frame, int flags) in ff_hevc_unref_frame() argument
88 HEVCFrame *frame = &s->DPB[i]; alloc_frame() local
137 ff_hevc_set_new_ref(HEVCContext *s, AVFrame **frame, int poc) ff_hevc_set_new_ref() argument
144 HEVCFrame *frame = &s->DPB[i]; ff_hevc_set_new_ref() local
185 HEVCFrame *frame = &s->DPB[i]; ff_hevc_output_frame() local
194 HEVCFrame *frame = &s->DPB[i]; ff_hevc_output_frame() local
211 HEVCFrame *frame = &s->DPB[min_idx]; ff_hevc_output_frame() local
248 HEVCFrame *frame = &s->DPB[i]; ff_hevc_bump_frame() local
258 HEVCFrame *frame = &s->DPB[i]; ff_hevc_bump_frame() local
269 HEVCFrame *frame = &s->DPB[i]; ff_hevc_bump_frame() local
283 HEVCFrame *frame = s->ref; init_slice_rpl() local
388 mark_ref(HEVCFrame *frame, int flag) mark_ref() argument
396 HEVCFrame *frame; generate_missing_ref() local
465 HEVCFrame *frame = &s->DPB[i]; ff_hevc_frame_rps() local
[all...]
H A Dmidivid.c45 AVFrame *frame; member
48 static int decode_mvdv(MidiVidContext *s, AVCodecContext *avctx, AVFrame *frame) in decode_mvdv() argument
196 AVFrame *frame = s->frame; decode_frame() local
[all...]

Completed in 17 milliseconds

1...<<21222324252627282930>>...79