HomeSort by relevance Sort by last modified time
    Searched defs:direction (Results 76 - 100 of 682) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/aac/libSBRdec/src/
sbrdec_freq_sca.cpp 489 int direction = 1; local
510 if (direction == 0)
514 direction = 1;
517 if (direction == 1) step = (FIXP_DBL)((LONG)step >> 1);
518 direction = 0;
  /external/adhd/cras/src/alsa_plugin/
pcm_cras.c 19 * direction - input or output.
35 enum CRAS_STREAM_DIRECTION direction; member in struct:snd_pcm_cras
268 pcm_cras->direction,
454 pcm_cras->direction = (stream == SND_PCM_STREAM_PLAYBACK)
  /external/adhd/cras/src/server/
cras_alsa_card.c 34 enum CRAS_STREAM_DIRECTION direction; member in struct:iodev_list_node
74 * direction - Input or output.
86 enum CRAS_STREAM_DIRECTION direction)
92 /* Find whether this is the first device in this direction, and
95 if (node->direction != direction)
110 new_dev->direction = direction;
122 direction,
134 direction == CRAS_STREAM_OUTPUT ? "playback" : "capture"
    [all...]
cras_dsp_ini.c 101 int direction; local
104 direction = PORT_INPUT;
108 direction = PORT_OUTPUT;
137 p->direction = direction;
183 if (port->direction == PORT_INPUT) {
196 /* Adds a port to a plugin with specified flow id and direction. */
207 p->direction = port_direction;
428 port_direction_str(port->direction), j,
cras_rstream.h 45 * direction - input or output.
70 enum CRAS_STREAM_DIRECTION direction; member in struct:cras_rstream
96 * direction - CRAS_STREAM_OUTPUT or CRAS_STREAM_INPUT.
108 enum CRAS_STREAM_DIRECTION direction; member in struct:cras_rstream_config
162 /* Gets the direction (input/output/loopback) of the stream. */
166 return stream->direction;
220 if (stream->direction == CRAS_STREAM_OUTPUT)
244 return cras_stream_uses_output_hw(s->direction);
250 return cras_stream_uses_input_hw(s->direction);
  /external/deqp/external/vulkancts/modules/vulkan/subgroups/
vktSubgroupsQuadTests.cpp 161 int direction; member in struct:__anon17940::CaseDefinition
196 << getOpTypeName(caseDef.opType) << "(data[gl_SubgroupInvocationID], " << caseDef.direction << ");\n"
197 << " uint otherID = (gl_SubgroupInvocationID & ~0x3) + " << caseDef.direction << ";\n";
275 << getOpTypeName(caseDef.opType) << "(data[gl_SubgroupInvocationID], " << caseDef.direction << ");\n"
276 << " uint otherID = (gl_SubgroupInvocationID & ~0x3) + " << caseDef.direction << ";\n";
321 << getOpTypeName(caseDef.opType) << "(data[gl_SubgroupInvocationID], " << caseDef.direction << ");\n"
322 << " uint otherID = (gl_SubgroupInvocationID & ~0x3) + " << caseDef.direction << ";\n";
369 << getOpTypeName(caseDef.opType) << "(data[gl_SubgroupInvocationID], " << caseDef.direction << ");\n"
370 << " uint otherID = (gl_SubgroupInvocationID & ~0x3) + " << caseDef.direction << ";\n";
421 << getOpTypeName(caseDef.opType) << "(data[gl_SubgroupInvocationID], " << caseDef.direction << ");\n
732 name << "_" << direction; local
    [all...]
  /external/droiddriver/src/io/appium/droiddriver/actions/
SwipeAction.java 25 import io.appium.droiddriver.scroll.Direction.PhysicalDirection;
73 * @param direction specifies where the view port will move, instead of the
77 public static SwipeAction toScroll(PhysicalDirection direction) {
78 return new SwipeAction(direction, scrollSteps);
89 * @param direction specifies where the view port will move, instead of the
93 public static SwipeAction toFling(PhysicalDirection direction) {
94 return new SwipeAction(direction, flingSteps);
97 private final PhysicalDirection direction; field in class:SwipeAction
108 public SwipeAction(PhysicalDirection direction, int steps) {
109 this(direction, steps, false, 1000L)
    [all...]
  /external/harfbuzz_ng/src/
hb-buffer.h 90 * text in horizontal direction.
92 * text in vertical direction.
115 * @direction: the #hb_direction_t of the buffer, see hb_buffer_set_direction().
124 hb_direction_t direction; member in struct:hb_segment_properties_t
209 hb_direction_t direction);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
TestData.java 248 protected byte direction; field in class:TestData
255 byte direction, byte paraLevel, byte resultLevel, byte[] levels,
260 this.direction = direction;
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestData.java 245 protected byte direction; field in class:TestData
252 byte direction, byte paraLevel, byte resultLevel, byte[] levels,
257 this.direction = direction;
  /external/kernel-headers/original/uapi/sound/
compress_offload.h 94 * @direction: direction supported. Of type snd_compr_direction
104 __u32 direction; member in struct:snd_compr_caps
  /external/libxaac/decoder/
ixheaacd_tns.c 185 WORD32 n_filt, coef_res, order, direction; local
221 direction = filt->direction;
253 if (direction) {
  /external/llvm/examples/BrainF/
BrainF.cpp 200 int direction; local
338 direction = 1;
341 direction = -1;
346 curvalue += direction;
351 curvalue = direction;
355 nextvalue = direction;
362 direction = -1;
367 curvalue += direction;
372 curvalue = direction;
376 nextvalue = direction;
    [all...]
  /external/pdfium/fxbarcode/qrcode/
BC_QRCoderMatrixUtil.cpp 202 int32_t direction = -1; local
211 y += direction;
238 y += direction;
240 direction = -direction;
241 y += direction;
  /external/skia/src/pdf/
SkPDFUtils.cpp 129 bool isClosed; // Both closure and direction need to be checked.
130 SkPath::Direction direction; local
131 if (path.isRect(&rect, &isClosed, &direction) &&
133 (SkPath::kCW_Direction == direction ||
  /external/skqp/src/pdf/
SkPDFUtils.cpp 129 bool isClosed; // Both closure and direction need to be checked.
130 SkPath::Direction direction; local
131 if (path.isRect(&rect, &isClosed, &direction) &&
133 (SkPath::kCW_Direction == direction ||
  /external/swiftshader/third_party/LLVM/examples/BrainF/
BrainF.cpp 191 int direction; local
328 direction = 1;
331 direction = -1;
336 curvalue += direction;
341 curvalue = direction;
345 nextvalue = direction;
352 direction = -1;
357 curvalue += direction;
362 curvalue = direction;
366 nextvalue = direction;
    [all...]
  /external/tcpdump/
print-tcp.c 740 enum sunrpc_msg_type direction; local
747 direction = (enum sunrpc_msg_type)EXTRACT_32BITS(&rp->rm_direction);
748 if (dport == NFS_PORT && direction == SUNRPC_CALL) {
753 if (sport == NFS_PORT && direction == SUNRPC_REPLY) {
    [all...]
  /external/tensorflow/tensorflow/contrib/cudnn_rnn/python/layers/
cudnn_rnn.py 89 lstm = CudnnLSTM(num_layers, num_units, direction, ...)
157 direction=CUDNN_RNN_UNIDIRECTION,
177 direction: the direction model that the model operates. Can be either
193 ValueError: if direction is invalid. Or dtype is not supported.
196 cudnn_rnn_ops.check_direction(direction)
207 self._direction = direction
258 def direction(self): member in class:_CudnnRNN
465 direction=self._direction)
476 direction=self._direction
    [all...]
  /external/v8/src/compiler/
control-equivalence.h 62 DFSDirection direction; // Direction in which this bracket was added. member in struct:v8::internal::compiler::final::Bracket
73 DFSDirection direction; // Direction currently used in DFS walk. member in struct:v8::internal::compiler::final::DFSStackEntry
74 Node::InputEdges::iterator input; // Iterator used for "input" direction.
75 Node::UseEdges::iterator use; // Iterator used for "use" direction.
99 void VisitMid(Node* node, DFSDirection direction);
102 void VisitPost(Node* node, Node* parent_node, DFSDirection direction);
105 void VisitBackedge(Node* from, Node* to, DFSDirection direction);
111 // \ / - Pre-visit: When N1 is visited in direction D the preferre
    [all...]
  /frameworks/av/media/libaaudio/tests/
test_timestamps.cpp 71 aaudio_direction_t direction = AAudioStream_getDirection(stream); local
72 if (direction == AAUDIO_DIRECTION_INPUT) {
91 timestamp->appPosition = (direction == AAUDIO_DIRECTION_OUTPUT)
98 if (direction == AAUDIO_DIRECTION_OUTPUT) {
109 aaudio_direction_t direction) {
131 getDirectionText(direction));
147 AAudioStreamBuilder_setDirection(aaudioBuilder, direction);
  /frameworks/av/services/oboeservice/
AAudioServiceEndpointMMAP.cpp 85 aaudio_direction_t direction = getDirection(); local
90 const audio_usage_t usage = (direction == AAUDIO_DIRECTION_OUTPUT)
93 const audio_source_t source = (direction == AAUDIO_DIRECTION_INPUT)
128 if (direction == AAUDIO_DIRECTION_OUTPUT) {
134 } else if (direction == AAUDIO_DIRECTION_INPUT) {
141 ALOGE("%s() invalid direction = %d", __func__, direction);
146 (direction == AAUDIO_DIRECTION_OUTPUT)
227 setSamplesPerFrame((direction == AAUDIO_DIRECTION_OUTPUT)
  /frameworks/base/core/java/android/view/animation/
GridLayoutAnimationController.java 34 * In addition, the animation direction can be controlled. The default direction
74 * Bitmask used to retrieve the horizontal component of the direction.
79 * Bitmask used to retrieve the vertical component of the direction.
216 * Returns the direction of the animation. {@link #DIRECTION_HORIZONTAL_MASK}
218 * horizontal and vertical components of the direction.
220 * @return the direction of the animation
235 * Sets the direction of the animation. The direction is expressed as an
239 * @param direction the direction of the animatio
362 int direction = mDirection & DIRECTION_HORIZONTAL_MASK; local
388 int direction = mDirection & DIRECTION_VERTICAL_MASK; local
    [all...]
  /frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
BNNMTest.java 93 final float direction = rand.nextFloat(); local
95 if (direction < 0.5f) {
  /frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
GestureSelectionHelper.java 263 int direction = ViewCompat.getLayoutDirection(mRecyclerView); local
268 direction);
288 int top, int left, int right, @NonNull MotionEvent e, int direction) {
289 if (direction == View.LAYOUT_DIRECTION_LTR) {

Completed in 1091 milliseconds

1 2 34 5 6 7 8 91011>>