Home
last modified time | relevance | path

Searched refs:front (Results 1 – 25 of 1820) sorted by relevance

12345678910>>...73

/third_party/pulseaudio/src/modules/alsa/mixer/profile-sets/
Ddefault.conf113 device-strings = front:%f
116 paths-input = analog-input-front-mic analog-input-rear-mic analog-input-internal-mic analog-input-d…
123 channel-map = front-left,front-right
125 paths-input = analog-input-front-mic analog-input-rear-mic analog-input-internal-mic analog-input-d…
134 paths-input = analog-input-front-mic analog-input-rear-mic analog-input-internal-mic analog-input-d…
139 channel-map = front-left,front-right,lfe
146 channel-map = front-left,front-right,rear-left,rear-right
153 channel-map = front-left,front-right,rear-left,rear-right,lfe
160 channel-map = front-left,front-right,rear-left,rear-right,front-center
167 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
[all …]
Dforce-speaker.conf26 paths-input = analog-input-front-mic analog-input-rear-mic analog-input-internal-mic analog-input-d…
30 device-strings = front:%f hw:%f
33 paths-input = analog-input-front-mic analog-input-rear-mic analog-input-internal-mic analog-input-d…
38 channel-map = front-left,front-right,lfe
45 channel-map = front-left,front-right,rear-left,rear-right
52 channel-map = front-left,front-right,rear-left,rear-right,lfe
59 channel-map = front-left,front-right,rear-left,rear-right,front-center
66 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
73 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe,side-left,side-right
97 channel-map = front-left,front-right,rear-left,rear-right
[all …]
Dforce-speaker-and-int-mic.conf27 paths-input = analog-input-front-mic analog-input-rear-mic analog-input-internal-mic-always analog-…
31 device-strings = front:%f hw:%f
34 paths-input = analog-input-front-mic analog-input-rear-mic analog-input-internal-mic-always analog-…
39 channel-map = front-left,front-right,lfe
46 channel-map = front-left,front-right,rear-left,rear-right
53 channel-map = front-left,front-right,rear-left,rear-right,lfe
60 channel-map = front-left,front-right,rear-left,rear-right,front-center
67 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
74 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe,side-left,side-right
98 channel-map = front-left,front-right,rear-left,rear-right
[all …]
Daudigy.conf32 channel-map = front-left,front-right
34 paths-input = analog-input-front-mic analog-input-rear-mic analog-input-internal-mic analog-input-d…
42 paths-input = analog-input-front-mic analog-input-rear-mic analog-input-internal-mic analog-input-d…
48 channel-map = front-left,front-right,lfe
55 channel-map = front-left,front-right,rear-left,rear-right
62 channel-map = front-left,front-right,rear-left,rear-right,lfe
69 channel-map = front-left,front-right,rear-left,rear-right,front-center
76 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
83 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe,side-left,side-right
Dcmedia-high-speed-true-hdaudio.conf24 device-strings = front:%f
27 paths-input = analog-input-front-mic analog-input-rear-mic analog-input-internal-mic analog-input-d…
34 channel-map = front-left,front-right
36 paths-input = analog-input-front-mic analog-input-rear-mic analog-input-internal-mic analog-input-d…
41 channel-map = front-left,front-right,lfe
48 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
55 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe,side-left,side-right
Dsb-omni-surround-5.1.conf38 device-strings = front:%f
45 channel-map = front-left,front-right,aux1,aux2,aux3,lfe
51 channel-map = front-left,front-right,rear-left,rear-right
57 channel-map = front-left,front-right,rear-left,rear-right,aux1,lfe
63 channel-map = front-left,front-right,rear-left,rear-right,front-center
69 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
/third_party/node/deps/nghttp2/lib/
Dnghttp2_queue.c31 queue->front = queue->back = NULL; in nghttp2_queue_init()
38 nghttp2_queue_cell *p = queue->front; in nghttp2_queue_free()
60 queue->front = queue->back = new_cell; in nghttp2_queue_push()
66 nghttp2_queue_cell *front = queue->front; in nghttp2_queue_pop() local
67 assert(front); in nghttp2_queue_pop()
68 queue->front = front->next; in nghttp2_queue_pop()
69 if (front == queue->back) { in nghttp2_queue_pop()
72 free(front); in nghttp2_queue_pop()
76 assert(queue->front); in nghttp2_queue_front()
77 return queue->front->data; in nghttp2_queue_front()
[all …]
/third_party/nghttp2/lib/
Dnghttp2_queue.c31 queue->front = queue->back = NULL; in nghttp2_queue_init()
38 nghttp2_queue_cell *p = queue->front; in nghttp2_queue_free()
60 queue->front = queue->back = new_cell; in nghttp2_queue_push()
66 nghttp2_queue_cell *front = queue->front; in nghttp2_queue_pop() local
67 assert(front); in nghttp2_queue_pop()
68 queue->front = front->next; in nghttp2_queue_pop()
69 if (front == queue->back) { in nghttp2_queue_pop()
72 free(front); in nghttp2_queue_pop()
76 assert(queue->front); in nghttp2_queue_front()
77 return queue->front->data; in nghttp2_queue_front()
[all …]
/third_party/icu/icu4c/source/layoutex/
DLXUtilities.cpp79 le_int32 front, back; in reverse() local
81 for (front = 0, back = length - 1; front < back; front += 1, back -= 1) { in reverse()
82 le_int32 swap = array[front]; in reverse()
84 array[front] = array[back]; in reverse()
91 le_int32 front, back; in reverse() local
93 for (front = 0, back = length - 1; front < back; front += 1, back -= 1) { in reverse()
94 float swap = array[front]; in reverse()
96 array[front] = array[back]; in reverse()
/third_party/skia/src/gpu/
DGrFinishCallbacks.cpp29 while (!fCallbacks.empty() && fGpu->waitFence(fCallbacks.front().fFence)) { in check()
30 fCallbacks.front().fCallback(fCallbacks.front().fContext); in check()
31 fGpu->deleteFence(fCallbacks.front().fFence); in check()
38 fCallbacks.front().fCallback(fCallbacks.front().fContext); in callAll()
40 fGpu->deleteFence(fCallbacks.front().fFence); in callAll()
/third_party/skia/experimental/graphite/src/
DGpu.cpp69 OutstandingSubmission* front = (OutstandingSubmission*)fOutstandingSubmissions.front(); in checkForFinishedWork() local
70 while (front && (*front)->isFinished()) { in checkForFinishedWork()
75 front->~OutstandingSubmission(); in checkForFinishedWork()
76 front = (OutstandingSubmission*)fOutstandingSubmissions.front(); in checkForFinishedWork()
/third_party/pulseaudio/src/pulsecore/
Dqueue.c40 struct queue_entry *front, *back; member
47 q->front = q->back = NULL; in pa_queue_new()
61 pa_assert(!q->front); in pa_queue_free()
81 pa_assert(q->front); in pa_queue_push()
84 pa_assert(!q->front); in pa_queue_push()
85 q->front = e; in pa_queue_push()
98 if (!(e = q->front)) in pa_queue_pop()
101 q->front = e->next; in pa_queue_pop()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_two_sided_color.c37 nir_variable *front; /* COLn */ member
102 state->colors[state->colors_count].front = var; in setup_inputs()
116 if (state->colors[i].front->data.location == VARYING_SLOT_COL0) in setup_inputs()
123 state->colors[i].front->data.interpolation); in setup_inputs()
148 state->colors[idx].front->data.driver_location; in nir_lower_two_sided_color_block()
160 unsigned loc = state->colors[idx].front->data.location; in nir_lower_two_sided_color_block()
183 nir_ssa_def *front, *back; in nir_lower_two_sided_color_block() local
185 front = nir_load_var(b, state->colors[idx].front); in nir_lower_two_sided_color_block()
188 front = load_input(b, state->colors[idx].front); in nir_lower_two_sided_color_block()
191 nir_ssa_def *color = nir_bcsel(b, face, front, back); in nir_lower_two_sided_color_block()
/third_party/json/docs/examples/
Dfront.cpp21 std::cout << j_boolean.front() << '\n'; in main()
22 std::cout << j_number_integer.front() << '\n'; in main()
23 std::cout << j_number_float.front() << '\n'; in main()
24 std::cout << j_object.front() << '\n'; in main()
26 std::cout << j_array.front() << '\n'; in main()
28 std::cout << j_string.front() << '\n'; in main()
/third_party/json/docs/mkdocs/docs/api/basic_json/
Dfront.md1 # <small>nlohmann::basic_json::</small>front
4 reference front();
5 const_reference front() const;
9 `#!cpp c.front()` is equivalent to `#!cpp *c.begin()`.
33 …The array or object must not be empty. Calling `front` on an empty array or object yields undefine…
39 The following code shows an example for `front()`.
42 --8<-- "examples/front.cpp"
48 --8<-- "examples/front.output"
/third_party/skia/third_party/externals/angle2/src/common/
DCircularBuffer_unittest.cpp24 EXPECT_EQ(3, valueConstructor.front()); in TEST()
79 int &value = buf.front(); in TEST()
89 EXPECT_EQ(buf.front(), i % 7 + 10); in TEST()
101 int &value = buf.front(); in TEST()
121 EXPECT_EQ(buf.front(), i % 3); in TEST()
146 s &value = buf.front(); in TEST()
154 EXPECT_EQ(buf.front().x, 1); in TEST()
160 EXPECT_EQ(copy.front().x, (i + 1) % 4); in TEST()
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_stencil_two_side.txt43 mask, and write mask) may be different for front- and back-facing
55 rasterized depth-test passing fragments of front-facing polygons and
92 approach because front- and back-facing polygons are mixed together,
93 rather than processing batches of front-facing then back-facing
108 // Increment for front faces
129 Should there be just front and back stencil test state, or should
130 the stencil write mask also have a front and back state?
133 should have front and back versions.
136 not require differing front and back versions of the stencil write
137 mask, but we anticipate other applications where front and back
[all …]
/third_party/openGLES/extensions/EXT/
DEXT_stencil_two_side.txt43 mask, and write mask) may be different for front- and back-facing
55 rasterized depth-test passing fragments of front-facing polygons and
92 approach because front- and back-facing polygons are mixed together,
93 rather than processing batches of front-facing then back-facing
108 // Increment for front faces
129 Should there be just front and back stencil test state, or should
130 the stencil write mask also have a front and back state?
133 should have front and back versions.
136 not require differing front and back versions of the stencil write
137 mask, but we anticipate other applications where front and back
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderTestUtil.hpp92 fillRandomScalars(rnd, 1, 100, &inputInts.front(), m_numInputElements); in getBytes()
100 deMemcpy(&bytes.front(), &inputInts.front(), inputSize); in getBytes()
110 deInt32* const bytesAsInt = reinterpret_cast<deInt32*>(&bytes.front()); in getBytes()
131 deInt32* const bytesAsInt = reinterpret_cast<deInt32*>(&bytes.front()); in getBytes()
176 const deUint32* inputValues = reinterpret_cast<deUint32*>(&inputBytes.front()); in compareWithRetvals()
195 if (deMemCmp(&expectedBytes.front(), values, expectedBytes.size())) in compareWithRetvals()
281 deMemcpy(&bytes.front(), &m_elements.front(), size); in getBytes()
285 deMemset(&bytes.front(), 0xff, size); in getBytes()
298 deMemcpy(&bytes.front(), &m_elements.front(), size); in getPackedBytes()
/third_party/alsa-lib/src/conf/cards/
DLoopback.conf5 <confdir:pcm/front.conf>
7 Loopback.pcm.front.0 {
73 Loopback.pcm.surround40.0 cards.Loopback.pcm.front.0
74 Loopback.pcm.surround51.0 cards.Loopback.pcm.front.0
75 Loopback.pcm.surround71.0 cards.Loopback.pcm.front.0
/third_party/ffmpeg/libavfilter/
Dvf_floodfill.c42 int back, front; member
273 s->front = s->back = 0; in config_input()
313 s->points[s->front].x = s->x; in filter_frame()
314 s->points[s->front].y = s->y; in filter_frame()
315 s->front++; in filter_frame()
321 while (s->front > s->back) { in filter_frame()
324 s->front--; in filter_frame()
325 x = s->points[s->front].x; in filter_frame()
326 y = s->points[s->front].y; in filter_frame()
332 s->points[s->front] .x = x + 1; in filter_frame()
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_rep_btree.cc705 CordRep* front = node->Edge(kFront); in CopyPrefix() local
706 while (front->length >= n) { in CopyPrefix()
707 if (--height < 0) return {MakeSubstring(CordRep::Ref(front), 0, n), -1}; in CopyPrefix()
708 node = front->btree(); in CopyPrefix()
709 front = node->Edge(kFront); in CopyPrefix()
755 Position front = node->IndexOf(offset); in SubTree() local
756 CordRep* left = node->edges_[front.index]; in SubTree()
757 while (front.n + n <= left->length) { in SubTree()
758 if (--height < 0) return MakeSubstring(CordRep::Ref(left), front.n, n); in SubTree()
760 front = node->IndexOf(front.n); in SubTree()
[all …]
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/named_types/
Dnamed_types_4.ts35 front: T; property
39 Assert.equal(v.front, "abc");
43 test({ front: "abc", later: { x: 1, y: 1 } });
46 front: "abc",
/third_party/mesa3d/src/amd/vulkan/
Dradv_meta.c133 …state->dynamic.stencil_op.front.compare_op = cmd_buffer->state.dynamic.stencil_op.front.compare_op; in radv_meta_save()
134 state->dynamic.stencil_op.front.fail_op = cmd_buffer->state.dynamic.stencil_op.front.fail_op; in radv_meta_save()
135 state->dynamic.stencil_op.front.pass_op = cmd_buffer->state.dynamic.stencil_op.front.pass_op; in radv_meta_save()
136 state->dynamic.stencil_op.front.depth_fail_op = in radv_meta_save()
137 cmd_buffer->state.dynamic.stencil_op.front.depth_fail_op; in radv_meta_save()
157 … state->dynamic.stencil_compare_mask.front = cmd_buffer->state.dynamic.stencil_compare_mask.front; in radv_meta_save()
160 state->dynamic.stencil_write_mask.front = cmd_buffer->state.dynamic.stencil_write_mask.front; in radv_meta_save()
163 state->dynamic.stencil_reference.front = cmd_buffer->state.dynamic.stencil_reference.front; in radv_meta_save()
263 …cmd_buffer->state.dynamic.stencil_op.front.compare_op = state->dynamic.stencil_op.front.compare_op; in radv_meta_restore()
264 cmd_buffer->state.dynamic.stencil_op.front.fail_op = state->dynamic.stencil_op.front.fail_op; in radv_meta_restore()
[all …]
/third_party/mesa3d/src/gallium/drivers/radeonsi/ci/
Dgfx10-navi10-fail.csv22 spec@!opengl 1.1@read-front,Fail
23 spec@!opengl 1.1@read-front clear-front-first,Fail
24 spec@!opengl 1.1@read-front clear-front-first samples=2,Fail
25 spec@!opengl 1.1@read-front clear-front-first samples=4,Fail
26 spec@!opengl 1.1@read-front clear-front-first samples=6,Fail
27 spec@!opengl 1.1@read-front clear-front-first samples=8,Fail
28 spec@!opengl 1.1@read-front samples=2,Fail
29 spec@!opengl 1.1@read-front samples=4,Fail
30 spec@!opengl 1.1@read-front samples=6,Fail
31 spec@!opengl 1.1@read-front samples=8,Fail
[all …]

12345678910>>...73