OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ReadOptions
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/libstagefright/
MediaSource.cpp
27
MediaSource::
ReadOptions
::
ReadOptions
() {
31
void MediaSource::
ReadOptions
::reset() {
37
void MediaSource::
ReadOptions
::setSeekTo(int64_t time_us, SeekMode mode) {
43
void MediaSource::
ReadOptions
::clearSeekTo() {
49
bool MediaSource::
ReadOptions
::getSeekTo(
56
void MediaSource::
ReadOptions
::setLateBy(int64_t lateness_us) {
60
int64_t MediaSource::
ReadOptions
::getLateBy() const {
/frameworks/base/include/media/stagefright/
MediaSource.h
50
struct
ReadOptions
;
60
MediaBuffer **buffer, const
ReadOptions
*options = NULL) = 0;
65
struct
ReadOptions
{
73
ReadOptions
();
Completed in 6550 milliseconds