OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readFromSource
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/media/libstagefright/tests/
DummyRecorder.h
41
void
readFromSource
();
DummyRecorder.cpp
32
writer->
readFromSource
();
71
void DummyRecorder::
readFromSource
() {
72
LOGV("
ReadFromSource
");
SurfaceMediaSource_test.cpp
602
status_t
readFromSource
() {
668
ASSERT_EQ(NO_ERROR, writer.
readFromSource
());
693
ASSERT_EQ(NO_ERROR, writer.
readFromSource
());
[
all
...]
/frameworks/base/media/libstagefright/codecs/amrnb/enc/
AMRNBEncoder.cpp
154
bool
readFromSource
= false;
175
readFromSource
= true;
185
readFromSource
= false;
235
if (
readFromSource
&& wallClockTimeUs != -1) {
/frameworks/base/media/libstagefright/codecs/amrwbenc/
AMRWBEncoder.cpp
205
bool
readFromSource
= false;
234
readFromSource
= true;
236
readFromSource
= false;
293
if (
readFromSource
&& wallClockTimeUs != -1) {
/frameworks/base/media/libstagefright/codecs/aacenc/
AACEncoder.cpp
228
bool
readFromSource
= false;
267
readFromSource
= true;
269
readFromSource
= false;
325
if (
readFromSource
&& wallClockTimeUs != -1) {
Completed in 106 milliseconds