Searched refs:num_steps (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Delbg.h36 * @param num_steps The maximum number of steps. One step is already a good compromise between time and quality.
41 int numCB, int num_steps, int *closest_cb,
52 int numCB, int num_steps, int *closest_cb,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Delbg.h36 * @param num_steps The maximum number of steps. One step is already a good compromise between time and quality.
41 int numCB, int num_steps, int *closest_cb,
52 int numCB, int num_steps, int *closest_cb,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/camera/
H A Dmt9p012_fox.c809 static int32_t mt9p012_move_focus(int direction, int32_t num_steps) argument
816 if (num_steps > MT9P012_TOTAL_STEPS_NEAR_TO_FAR)
817 num_steps = MT9P012_TOTAL_STEPS_NEAR_TO_FAR;
818 else if (num_steps == 0) {
836 actual_step = (int16_t)(step_direction * (int16_t)num_steps);
H A Dmt9t013.c1010 static int32_t mt9t013_move_focus(int direction, int32_t num_steps) argument
1019 if (num_steps > MT9T013_TOTAL_STEPS_NEAR_TO_FAR)
1020 num_steps = MT9T013_TOTAL_STEPS_NEAR_TO_FAR;
1021 else if (num_steps == 0)
1036 (int16_t) num_steps);
H A Ds5k3e2fx.c1074 static int32_t s5k3e2fx_move_focus(int direction, int32_t num_steps) argument
1095 actual_step = step_direction * (int16_t)num_steps;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dnand_base.c1163 int start_step, end_step, num_steps; local
1173 num_steps = end_step - start_step + 1;
1176 datafrag_len = num_steps * chip->ecc.size;
1177 eccfrag_len = num_steps * chip->ecc.bytes;
1211 if (eccpos[(start_step + num_steps) * chip->ecc.bytes] & (busw - 1))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dpatch_via.c4180 int offset, int num_steps, int step_size)
4184 (num_steps << AC_AMPCAP_NUM_STEPS_SHIFT) |
4179 override_mic_boost(struct hda_codec *codec, hda_nid_t pin, int offset, int num_steps, int step_size) argument

Completed in 86 milliseconds