| /kernel/linux/linux-5.10/drivers/scsi/fcoe/ |
| H A D | fcoe.c | 1343 struct fcoe_percpu_s *fps; in fcoe_rcv() local 1417 fps = &per_cpu(fcoe_percpu, cpu); in fcoe_rcv() 1418 spin_lock(&fps->fcoe_rx_list.lock); in fcoe_rcv() 1432 __skb_queue_tail(&fps->fcoe_rx_list, skb); in fcoe_rcv() 1433 schedule_work_on(cpu, &fps->work); in fcoe_rcv() 1434 spin_unlock(&fps->fcoe_rx_list.lock); in fcoe_rcv() 1454 struct fcoe_percpu_s *fps; in fcoe_alloc_paged_crc_eof() local 1457 fps = &get_cpu_var(fcoe_percpu); in fcoe_alloc_paged_crc_eof() 1458 rc = fcoe_get_paged_crc_eof(skb, tlen, fps); in fcoe_alloc_paged_crc_eof()
|
| /kernel/linux/linux-6.6/drivers/scsi/fcoe/ |
| H A D | fcoe.c | 1342 struct fcoe_percpu_s *fps; in fcoe_rcv() local 1416 fps = &per_cpu(fcoe_percpu, cpu); in fcoe_rcv() 1417 spin_lock(&fps->fcoe_rx_list.lock); in fcoe_rcv() 1431 __skb_queue_tail(&fps->fcoe_rx_list, skb); in fcoe_rcv() 1432 schedule_work_on(cpu, &fps->work); in fcoe_rcv() 1433 spin_unlock(&fps->fcoe_rx_list.lock); in fcoe_rcv() 1452 struct fcoe_percpu_s *fps; in fcoe_alloc_paged_crc_eof() local 1456 fps = this_cpu_ptr(&fcoe_percpu); in fcoe_alloc_paged_crc_eof() 1457 rc = fcoe_get_paged_crc_eof(skb, tlen, fps); in fcoe_alloc_paged_crc_eof()
|
| /foundation/multimedia/media_lite/interfaces/kits/recorder_lite/ |
| H A D | recorder.h | 302 * @param fps Indicates the rate at which frames are captured per second.
308 int32_t SetCaptureRate(int32_t sourceId, double fps);
|
| /foundation/multimedia/player_framework/test/fuzztest/common/ |
| H A D | test_recorder.h | 77 void SetCaptureRate(RecorderTestParam::VideoRecorderConfig_ &recorderConfig, double fps);
|
| /foundation/communication/wifi/wifi/frameworks/native/interfaces/ |
| H A D | wifi_hid2d_msg.h | 170 int fps; member in OHOS::Wifi::DhcpMode::SelfCfgType::PeerCfgType::Hid2dUpperScene
|
| /foundation/communication/wifi/wifi/test/wifi_standard/native/ |
| H A D | wifi_c_hid2d_test.cpp | 138 scene.fps = 1; in HWTEST_F()
|
| /foundation/communication/wifi/wifi/interfaces/kits/c/ |
| H A D | wifi_hid2d.h | 155 int fps; member
|
| /kernel/linux/linux-5.10/tools/testing/selftests/powerpc/tm/ |
| H A D | tm-signal-context-chk-vsx.c | 37 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *vss);
|
| H A D | tm-signal-context-chk-vmx.c | 36 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *vss);
|
| /kernel/linux/linux-5.10/drivers/media/pci/tw686x/ |
| H A D | tw686x.h | 97 unsigned int fps; member
|
| /kernel/linux/linux-6.6/drivers/media/pci/tw686x/ |
| H A D | tw686x.h | 97 unsigned int fps; member
|
| /kernel/linux/linux-6.6/tools/testing/selftests/powerpc/tm/ |
| H A D | tm-signal-context-chk-vsx.c | 37 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *vss);
|
| H A D | tm-signal-context-chk-vmx.c | 36 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *vss);
|
| /third_party/ffmpeg/libavdevice/ |
| H A D | avdevice.h | 358 * - fps: supported fps values 364 * For example, setting a codec may impact number of formats or fps values 420 AVRational fps; member
|
| /third_party/ffmpeg/tests/fate/ |
| H A D | mpeg4.mak | 23 fate-m4v-cfr: CMD = framecrc -flags +bitexact -idct simple -i $(TARGET_SAMPLES)/mpeg4/demo.m4v -vf fps=5
|
| /third_party/skia/src/gpu/ |
| H A D | GrProcessorAnalysis.h | 98 std::unique_ptr<GrFragmentProcessor> const fps[],
|
| /third_party/skia/src/gpu/gl/ |
| H A D | GrGLProgram.h | 61 std::vector<std::unique_ptr<GrFragmentProcessor::ProgramImpl>> fps,
|
| /kernel/linux/linux-6.6/drivers/md/bcache/ |
| H A D | writeback.c | 110 int64_t fps; in __update_writeback_rate() local 122 fps = div_s64(dirty, dirty_buckets) * fp_term; in __update_writeback_rate() 123 if (fragment > 3 && fps > proportional_scaled) { in __update_writeback_rate() 125 proportional_scaled = fps; in __update_writeback_rate()
|
| /foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/config/ |
| H A D | xml_parser.cpp | 281 auto fps = ExtractPropertyValue(name, node);
in ParseBufferStrategyList() local 282 if (IsNumber(fps)) {
in ParseBufferStrategyList() 283 config.insert(make_pair(name, fps));
in ParseBufferStrategyList()
|
| /foundation/multimedia/player_framework/services/services/recorder/client/ |
| H A D | recorder_client.cpp | 198 int32_t RecorderClient::SetCaptureRate(int32_t sourceId, double fps) in SetCaptureRate() argument 203 MEDIA_LOGD("SetCaptureRate sourceId(%{public}d), fps(%{public}lf)", sourceId, fps); in SetCaptureRate() 204 return recorderProxy_->SetCaptureRate(sourceId, fps); in SetCaptureRate()
|
| /kernel/linux/linux-5.10/drivers/media/pci/solo6x10/ |
| H A D | solo6x10-core.c | 305 int fps = solo_dev->fps; in intervals_show() local 310 i, solo_dev->v4l2_enc[i]->interval, fps, in intervals_show()
|
| /kernel/linux/linux-5.10/drivers/staging/media/atomisp/i2c/ |
| H A D | ov2680.h | 149 int fps; member 288 * 176x144 30fps VBlanking 1lane 10Bit (binning) 331 * 352x288 30fps VBlanking 1lane 10Bit (binning) 372 * 336x256 30fps VBlanking 1lane 10Bit (binning) 413 * 656x496 30fps VBlanking 1lane 10Bit (binning) 454 * 800x600 30fps VBlanking 1lane 10Bit (binning) 497 * 800x600 30fps VBlanking 1lane 10Bit (binning) 538 * 720p=1280*720 30fps VBlanking 1lane 10Bit (no-Scaling) 579 * 1296x976 30fps VBlanking 1lane 10Bit(no-scaling) 620 * 1456*1096 30fps VBlankin [all...] |
| /kernel/linux/linux-6.6/drivers/media/pci/solo6x10/ |
| H A D | solo6x10-core.c | 305 int fps = solo_dev->fps; in intervals_show() local 310 i, solo_dev->v4l2_enc[i]->interval, fps, in intervals_show()
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/ |
| H A D | sun8i_vi_layer.c | 171 u32 hscale, vscale, fps; in sun8i_vi_layer_update_coord() local 177 fps = (mode->clock * 1000) / (mode->vtotal * mode->htotal); in sun8i_vi_layer_update_coord() 181 do_div(ability, mode->vdisplay * fps * max(src_w, dst_w)); in sun8i_vi_layer_update_coord()
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | wmv2dec.c | 171 int fps; in decode_ext_header() local 179 fps = get_bits(&gb, 5); in decode_ext_header() 196 "fps:%d, br:%"PRId64", qpbit:%d, abt_flag:%d, j_type_bit:%d, " in decode_ext_header() 199 fps, s->bit_rate, w->mspel_bit, w->abt_flag, w->j_type_bit, in decode_ext_header()
|