Home
last modified time | relevance | path

Searched refs:frame (Results 1326 - 1350 of 1514) sorted by relevance

1...<<5152535455565758596061

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_atheros.c903 event.rx_mgmt.frame = buf; in atheros_raw_receive()
935 event.rx_mgmt.frame = buf; in atheros_raw_receive()
1307 * Format: "Manage.prob_req <frame len>" | zero padding | frame in atheros_wireless_event_wireless_custom()
1320 /* Format: "Manage.assoc_req <frame len>" | zero padding | in atheros_wireless_event_wireless_custom()
1321 * frame */ in atheros_wireless_event_wireless_custom()
1332 /* Format: "Manage.auth <frame len>" | zero padding | frame */ in atheros_wireless_event_wireless_custom()
1345 /* Format: "Manage.assoc_req <frame len>" | zero padding | frame in atheros_wireless_event_wireless_custom()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_atheros.c899 event.rx_mgmt.frame = buf; in atheros_raw_receive()
931 event.rx_mgmt.frame = buf; in atheros_raw_receive()
1300 * Format: "Manage.prob_req <frame len>" | zero padding | frame in atheros_wireless_event_wireless_custom()
1312 /* Format: "Manage.assoc_req <frame len>" | zero padding | in atheros_wireless_event_wireless_custom()
1313 * frame */ in atheros_wireless_event_wireless_custom()
1324 /* Format: "Manage.auth <frame len>" | zero padding | frame */ in atheros_wireless_event_wireless_custom()
1335 /* Format: "Manage.assoc_req <frame len>" | zero padding | frame in atheros_wireless_event_wireless_custom()
[all...]
/third_party/backends/backend/
H A Davision.c902 AV_FORCE_FILM | AV_NO_START_SCAN, /* not AV_FILMSCANNER (no frame control) */
910 AV_FORCE_FILM | AV_NO_START_SCAN, /* not AV_FILMSCANNER (no frame control) */
4126 DBG (3, "get_frame_info: [1] Current frame number: %d\n", result[1]); in get_frame_info()
4210 set_frame (Avision_Scanner* s, SANE_Word frame) in set_frame() argument
4220 DBG (3, "set_frame: request frame %d\n", frame); in set_frame()
4234 /* Requesting frame 0xff indicates eject/rewind */ in set_frame()
4235 if (frame != 0xff && (frame < 1 || frame > de in set_frame()
9024 SANE_Word frame = *((SANE_Word *) val); sane_control_option() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Devents.c343 /* Clear possibly configured frame filters */ in wpa_supplicant_mark_disassoc()
783 " skip RSN IE - no mgmt frame protection"); in wpa_supplicant_ssid_bss_match()
791 " skip RSN IE - no mgmt frame protection enabled but AP requires it"); in wpa_supplicant_ssid_bss_match()
2753 /* TODO: Consider using some more appropriate data frame for in wnm_bss_keep_alive()
3009 /* Update proto from (Re)Association Request frame info */ in wpa_supplicant_use_own_rsne_params()
3016 /* Update AKMP suite from (Re)Association Request frame info */ in wpa_supplicant_use_own_rsne_params()
3081 /* Update pairwise cipher from (Re)Association Request frame info */ in wpa_supplicant_use_own_rsne_params()
3579 "FST: MB IEs updated from Association Response frame");
4280 "frame that was received just before "
4684 * Need to wait for completion of request frame
[all...]
H A Dwpa_supplicant.c1035 * group operating channel. Enable Probe Request frame reporting for in wpa_supplicant_set_state()
1390 "that does not support management frame protection - " in wpa_supplicant_suites_from_ai()
1814 "RSN: Management frame protection required but the selected AP does not enable it"); in wpa_supplicant_set_suites()
4392 * @reason_code: IEEE 802.11 reason code for the deauthenticate frame
5281 * wpa_supplicant_rx_eapol - Deliver a received EAPOL frame to wpa_supplicant
5284 * @src_addr: Source address of the EAPOL frame
5288 * This function is called for each received EAPOL frame. Most driver
5304 "Drop received EAPOL frame as we are disconnecting");
5324 * association event and the EAPOL frame since they are coming
5326 * issues in trying to process the EAPOL frame befor
8812 wpas_vendor_elem(struct wpa_supplicant *wpa_s, enum wpa_vendor_elem_frame frame) global() argument
8865 wpas_vendor_elem_remove(struct wpa_supplicant *wpa_s, int frame, const u8 *elem, size_t len) global() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Ddiracdec.c50 * The spec limits this to 3 for frame coding, but in practice can be as high as 6
53 #define MAX_DELAY 5 /* limit for main profile for frame coding (TODO: field coding) */
145 int64_t frame_number; /* number of the next frame to display */
275 static int add_frame(DiracFrame *framelist[], int maxframes, DiracFrame *frame) in add_frame() argument
280 framelist[i] = frame; in add_frame()
300 * change from frame to frame. Stride is aligned to 16 for SIMD, and in alloc_sequence_buffers()
1893 uint8_t *frame = s->current_picture->avframe->data[comp]; in dirac_decode_frame_internal() local
1915 s->diracdsp.put_signed_rect_clamped[idx](frame + y*p->stride, in dirac_decode_frame_internal()
1956 s->diracdsp.add_rect_clamped(frame in dirac_decode_frame_internal()
[all...]
H A Dwavpackenc.c2856 const AVFrame *frame, int *got_packet_ptr) in wavpack_encode_frame()
2862 s->block_samples = frame->nb_samples; in wavpack_encode_frame()
2889 fill_buffer(s, frame->extended_data[s->ch_offset], s->samples[0], s->block_samples); in wavpack_encode_frame()
2894 fill_buffer(s, frame->extended_data[s->ch_offset + 1], s->samples[1], s->block_samples); in wavpack_encode_frame()
2906 s->sample_index += frame->nb_samples; in wavpack_encode_frame()
2908 avpkt->pts = frame->pts; in wavpack_encode_frame()
2910 avpkt->duration = ff_samples_to_time_base(avctx, frame->nb_samples); in wavpack_encode_frame()
2855 wavpack_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) wavpack_encode_frame() argument
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_context.h711 uint32_t frame; member
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha1-mips.pl356 .frame $sp,$FRAMESIZE*$SZREG,$ra
H A Dsha512-mips.pl323 .frame $sp,$FRAMESIZE,$ra
/third_party/node/deps/openssl/openssl/crypto/rc4/asm/
H A Drc4-md5-x86_64.pl541 # EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame,
545 my $frame="%rdx";
H A Drc4-x86_64.pl560 # EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame,
564 $frame="%rdx";
/third_party/openssl/crypto/rc4/asm/
H A Drc4-md5-x86_64.pl541 # EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame,
545 my $frame="%rdx";
H A Drc4-x86_64.pl560 # EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame,
564 $frame="%rdx";
/third_party/openssl/crypto/sha/asm/
H A Dsha512-mips.pl323 .frame $sp,$FRAMESIZE,$ra
H A Dsha1-mips.pl356 .frame $sp,$FRAMESIZE*$SZREG,$ra
/third_party/python/Lib/test/
H A Dtest_socketserver.py431 def signal_handler(signum, frame):
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth.h25 /* IEEE Std 802.11r-2008, 11A.10.3 - Remote request/response frame definition
33 * Followed by action_length bytes of FT Action frame (from Category
52 * IEEE 802 extended OUI ethertype frame header
108 * pull frame TLVs:
114 * response frame TLVs:
121 * push frame TLVs:
127 * sequence number request frame TLVs:
131 * sequence number response frame TLVs:
574 enum wpa_auth_ocv_override_frame frame,
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dcode-generator-mips.cc174 SaveFPRegsMode const save_fp_mode = frame()->DidAllocateDoubleRegisters()
178 // We need to save and restore ra if the frame was elided.
709 // Frame alignment requires using FP-relative frame addressing. in AssembleArchInstruction()
818 // claim there is a stack frame, without generating one. in AssembleArchInstruction()
1633 FrameSlotToFPOffset(frame()->GetTotalFrameSlotCount() - reverse_slot); in AssembleArchInstruction()
3934 void CodeGenerator::FinishFrame(Frame* frame) { in FinishFrame() argument
3939 frame->AlignSavedCalleeRegisterSlots(); in FinishFrame()
3945 frame->AllocateSavedCalleeRegisterSlots(count * in FinishFrame()
3952 frame->AllocateSavedCalleeRegisterSlots(count); in FinishFrame()
3992 frame() in AssembleConstructFrame()
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_vcn_dec.c1464 uintptr_t frame; in get_ref_pic_idx() local
1470 /* get the frame number from the associated data */ in get_ref_pic_idx()
1471 frame = (uintptr_t)vl_video_buffer_get_associated_data(ref, &dec->base); in get_ref_pic_idx()
1473 /* limit the frame number to a valid range */ in get_ref_pic_idx()
1474 return MAX2(MIN2(frame, max), min); in get_ref_pic_idx()
2362 // aligned size of a single frame in calc_dpb_size()
2544 * start decoding of a new frame
2551 uintptr_t frame; in radeon_dec_begin_frame() local
2555 frame = ++dec->frame_number; in radeon_dec_begin_frame()
2558 vl_video_buffer_set_associated_data(target, decoder, (void *)frame, in radeon_dec_begin_frame()
[all...]
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc176 SaveFPRegsMode const save_fp_mode = frame()->DidAllocateDoubleRegisters()
180 // We need to save and restore ra if the frame was elided.
674 // Frame alignment requires using FP-relative frame addressing. in AssembleArchInstruction()
779 // claim there is a stack frame, without generating one. in AssembleArchInstruction()
1732 FrameSlotToFPOffset(frame()->GetTotalFrameSlotCount() - reverse_slot); in AssembleArchInstruction()
4139 void CodeGenerator::FinishFrame(Frame* frame) { in FinishFrame() argument
4146 frame->AllocateSavedCalleeRegisterSlots(count * in FinishFrame()
4153 frame->AllocateSavedCalleeRegisterSlots(count); in FinishFrame()
4194 frame()->GetTotalFrameSlotCount() - frame() in AssembleConstructFrame()
[all...]
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dcode-generator-riscv64.cc187 SaveFPRegsMode const save_fp_mode = frame()->DidAllocateDoubleRegisters()
191 // We need to save and restore ra if the frame was elided.
727 // Frame alignment requires using FP-relative frame addressing. in AssembleArchInstruction()
817 // claim there is a stack frame, without generating one. in AssembleArchInstruction()
1701 FrameSlotToFPOffset(frame()->GetTotalFrameSlotCount() - reverse_slot); in AssembleArchInstruction()
3850 void CodeGenerator::FinishFrame(Frame* frame) { in FinishFrame() argument
3857 frame->AllocateSavedCalleeRegisterSlots(count * in FinishFrame()
3864 frame->AllocateSavedCalleeRegisterSlots(count); in FinishFrame()
3898 frame()->GetTotalFrameSlotCount() - frame() in AssembleConstructFrame()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwpa_supplicant.c892 * group operating channel. Enable Probe Request frame reporting for in wpa_supplicant_set_state()
1213 "that does not support management frame protection - " in wpa_supplicant_suites_from_ai()
3454 * @reason_code: IEEE 802.11 reason code for the deauthenticate frame
4186 * wpa_supplicant_rx_eapol - Deliver a received EAPOL frame to wpa_supplicant
4189 * @src_addr: Source address of the EAPOL frame
4193 * This function is called for each received EAPOL frame. Most driver
4222 * association event and the EAPOL frame since they are coming in wpa_supplicant_rx_eapol()
4224 * issues in trying to process the EAPOL frame before receiving in wpa_supplicant_rx_eapol()
4233 "of received EAPOL frame (state=%s bssid=" MACSTR ")", in wpa_supplicant_rx_eapol()
4257 wpa_dbg(wpa_s, MSG_DEBUG, "Ignored received EAPOL frame sinc in wpa_supplicant_rx_eapol()
7329 wpas_vendor_elem(struct wpa_supplicant *wpa_s, enum wpa_vendor_elem_frame frame) global() argument
7382 wpas_vendor_elem_remove(struct wpa_supplicant *wpa_s, int frame, const u8 *elem, size_t len) global() argument
[all...]
/third_party/ffmpeg/tests/fate/
H A Dfilter-video.mak303 FATE_TRIM += fate-filter-trim-frame
304 fate-filter-trim-frame: CMD = framecrc -i $(SRC) -vf trim=start_frame=3:end_frame=10
630 FILTER_METADATA_COMMAND = ffprobe$(PROGSSUF)$(EXESUF) -of compact=p=0 -show_entries frame=pts:frame_tags -bitexact -f lavfi
/third_party/ffmpeg/libavformat/
H A Ddemux.c634 /* TODO: audio: time filter; video: frame reordering (pts != dts) */ in ff_read_packet()
656 * Return the frame duration in seconds. Return 0 if not available.
983 /* do we have a video B-frame ? */ in compute_pkt_fields()
1032 /* this will estimate bitrate based on this frame's duration and size */ in compute_pkt_fields()
1066 * of the frame we are displaying, i.e. the last I- or P-frame. */ in compute_pkt_fields()
1484 // not B-frame in av_read_frame()
1495 // Fixing the last reference frame had none pts issue (For MXF etc). in av_read_frame()
1966 FAIL("unspecified frame size"); in has_codec_parameters()
1988 FAIL("no frame i in has_codec_parameters()
2009 AVFrame *frame = av_frame_alloc(); try_decode_frame() local
[all...]

Completed in 72 milliseconds

1...<<5152535455565758596061