OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:adaptive
(Results
1 - 10
of
10
) sorted by null
/frameworks/av/media/libstagefright/include/
WVMExtractor.h
38
virtual void setAdaptiveStreamingMode(bool
adaptive
) = 0;
65
// Set to use
adaptive
streaming mode by the WV component.
66
// If
adaptive
== true,
adaptive
streaming mode will be used.
67
// Default mode is non-
adaptive
streaming mode.
68
// Should set to use
adaptive
streaming mode only if widevine:// protocol
70
void setAdaptiveStreamingMode(bool
adaptive
);
/frameworks/av/media/libstagefright/
WVMExtractor.cpp
136
void WVMExtractor::setAdaptiveStreamingMode(bool
adaptive
) {
138
mImpl->setAdaptiveStreamingMode(
adaptive
);
/cts/tests/tests/media/src/android/media/cts/
AdaptivePlaybackTest.java
128
/* tests for
adaptive
codecs */
129
Test adaptiveEarlyEos = new EarlyEosTest().
adaptive
();
130
Test adaptiveEosFlushSeek = new EosFlushSeekTest().
adaptive
();
134
/* DRC tests for
adaptive
codecs */
135
Test adaptiveReconfigDrc = new ReconfigDrcTest().
adaptive
();
137
Test adaptiveDrc = new AdaptiveDrcTest(); /*
adaptive
*/
428
*
adaptive
playback.
481
/*
ADAPTIVE
-ONLY TESTS - only run on codecs that support
adaptive
playback */
496
adaptive
();
method
576
adaptive
();
method
[
all
...]
/frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.h
68
bool
adaptive
= false);
PlaylistFetcher.cpp
345
bool
adaptive
) {
369
msg->setInt32("
adaptive
",
adaptive
);
461
int32_t
adaptive
;
local
465
CHECK(msg->findInt32("
adaptive
", &
adaptive
));
504
mAdaptive =
adaptive
;
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_wave.c
86
const Sint32
adaptive
[] = {
local
105
delta = ((Sint32)state->iDelta *
adaptive
[nybble])/256;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s
33
; * Performs
adaptive
DC/AC coefficient prediction for an intra block. Prior
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s
33
; * Performs
adaptive
DC/AC coefficient prediction for an intra block. Prior
/external/libvorbis/doc/
01-introduction.tex
30
Vorbis I is a forward-
adaptive
monolithic transform CODEC based on the
83
lean toward the extreme of forward
adaptive
.
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9mesh.h
495
STDMETHOD(GetTessSize)(THIS_ FLOAT tess_level, DWORD
adaptive
, DWORD* num_triangles, DWORD* num_vertices) PURE;
657
WINBOOL use_cosine, WINBOOL
adaptive
, FLOAT adpative_thresh) PURE;
[
all
...]
Completed in 206 milliseconds