OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Mix
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfSoundActionDictionary_autogen.cpp
71
bool SkPdfSoundActionDictionary::
Mix
(SkPdfNativeDoc* doc) {
72
SkPdfNativeObject* ret = get("
Mix
", "");
80
return get("
Mix
", "") != NULL;
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfSoundActionDictionary_autogen.cpp
71
bool SkPdfSoundActionDictionary::
Mix
(SkPdfNativeDoc* doc) {
72
SkPdfNativeObject* ret = get("
Mix
", "");
80
return get("
Mix
", "") != NULL;
/external/chromium_org/third_party/smhasher/src/
Spooky.h
4
// Oct 31 2010: alpha, framework + SpookyHash::
Mix
appears right
5
// Oct 31 2011: alpha again,
Mix
only good to 2^^69 but rest appears right
6
// Dec 31 2011: beta, improved
Mix
, tested it for 2-bit deltas
129
// When run forward or backwards one
Mix
132
static INLINE void
Mix
(
153
//
Mix
all 12 inputs together so that h0, h1 are a hash of them all.
164
// This does not rely on the last
Mix
() call having already mixed some.
229
//
Mix
all 4 inputs together so that h0, h1 are a hash of them all.
282
// * is a not-very-regular
mix
of 1's and 0's
/external/chromium_org/media/base/
channel_mixer.cc
109
void
Mix
(Channels input_ch, Channels output_ch, float scale);
135
// Stereo down
mix
should never be the output layout.
198
//
Mix
front LR into center.
206
Mix
(LEFT, CENTER, scale);
207
Mix
(RIGHT, CENTER, scale);
210
//
Mix
center into front LR.
216
Mix
(CENTER, RIGHT, scale);
219
//
Mix
back LR into: side LR || back center || front LR || front center.
222
// If we have side LR,
mix
back LR into side LR, but instead if the input
225
Mix
(BACK_LEFT, SIDE_LEFT, scale)
[
all
...]
/external/webrtc/src/modules/audio_processing/
audio_buffer.cc
255
// TODO(andrew): would be good to support the no-
mix
case with pointer
258
void AudioBuffer::
Mix
(int num_mixed_channels) {
/art/test/044-proxy/src/
BasicTest.java
33
Mix
proxyMe = new
Mix
();
177
class
Mix
implements Quads, Colors {
195
return "
mix
";
Completed in 1036 milliseconds