OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mediasource
(Results
1 - 25
of
267
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/frameworks/av/media/libstagefright/
MediaSource.cpp
17
#include <media/stagefright/
MediaSource
.h>
21
MediaSource
::
MediaSource
() {}
23
MediaSource
::~
MediaSource
() {}
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
[
all
...]
/frameworks/av/media/libstagefright/wifi-display/source/
RepeaterSource.h
7
#include <media/stagefright/
MediaSource
.h>
13
// This
MediaSource
delivers frames at a constant rate by repeating buffers
15
struct RepeaterSource : public
MediaSource
{
16
RepeaterSource(const sp<
MediaSource
> &source, double rateHz);
47
sp<
MediaSource
> mSource;
MediaPuller.h
25
struct
MediaSource
;
33
MediaPuller(const sp<
MediaSource
> &source, const sp<AMessage> ¬ify);
54
sp<
MediaSource
> mSource;
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
MediaSource.cpp
32
#include "modules/
mediasource
/
MediaSource
.h"
39
#include "modules/
mediasource
/MediaSourceRegistry.h"
51
PassRefPtr<
MediaSource
>
MediaSource
::create(ExecutionContext* context)
53
RefPtr<
MediaSource
>
mediaSource
(adoptRef(new
MediaSource
(context)));
54
mediaSource
->suspendIfNeeded();
55
return
mediaSource
.release()
[
all
...]
MediaSource.h
35
#include "modules/
mediasource
/MediaSourceBase.h"
36
#include "modules/
mediasource
/SourceBuffer.h"
37
#include "modules/
mediasource
/SourceBufferList.h"
44
class
MediaSource
: public MediaSourceBase, public ScriptWrappable {
46
static PassRefPtr<
MediaSource
> create(ExecutionContext*);
47
virtual ~
MediaSource
();
49
//
MediaSource
.idl methods
63
explicit
MediaSource
(ExecutionContext*);
/frameworks/av/cmds/stagefright/
SineSource.h
5
#include <media/stagefright/
MediaSource
.h>
11
struct SineSource : public
MediaSource
{
audioloop.cpp
30
sp<
MediaSource
> source = new SineSource(kSampleRate, kNumChannels);
32
sp<
MediaSource
> source = new AudioSource(
53
sp<
MediaSource
> encoder = OMXCodec::Create(
65
sp<
MediaSource
> decoder = OMXCodec::Create(
/external/chromium_org/third_party/WebKit/Source/core/events/
EventTargetFactory.in
30
modules/
mediasource
/
MediaSource
31
modules/
mediasource
/SourceBuffer
32
modules/
mediasource
/SourceBufferList
33
modules/
mediasource
/WebKitMediaSource
34
modules/
mediasource
/WebKitSourceBufferList
/frameworks/base/media/tests/omxjpegdecoder/
omx_jpeg_decoder.h
25
#include <media/stagefright/
MediaSource
.h>
49
sp<
MediaSource
> getDecoder(OMXClient* client, const sp<
MediaSource
>& source);
50
bool decodeSource(sp<
MediaSource
> decoder, const sp<
MediaSource
>& source,
52
void installPixelRef(MediaBuffer* buffer, sp<
MediaSource
> decoder,
/external/chromium_org/content/test/data/media/
media_source_utils.js
32
srcBuffer =
mediaSource
.addSourceBuffer(mediaTypes[i]);
53
appendSourceCallbackFn(
mediaSource
);
55
mediaSource
.endOfStream();
64
var
mediaSource
= new
MediaSource
();
65
mediaSource
.addEventListener('sourceopen', onSourceOpen);
66
return
mediaSource
;
mse_config_change.html
37
function appendNextSource(
mediaSource
) {
46
mediaSource
.endOfStream();
47
if (!
mediaSource
.duration ||
48
Math.abs(
mediaSource
.duration - TOTAL_DURATION) > DELTA) {
49
failTest('Unexpected
mediaSource
.duration = ' +
50
mediaSource
.duration + ', expected duration = ' +
57
var srcBuffer =
mediaSource
.sourceBuffers[0];
125
var
mediaSource
= loadMediaSource(MEDIA_1, mediaType,
127
video.src = window.URL.createObjectURL(
mediaSource
);
/frameworks/av/media/libstagefright/timedtext/
TimedText3GPPSource.h
21
#include <media/stagefright/
MediaSource
.h>
32
TimedText3GPPSource(const sp<
MediaSource
>&
mediaSource
);
39
const
MediaSource
::ReadOptions *options = NULL);
47
sp<
MediaSource
> mSource;
TimedTextSource.h
22
#include <media/stagefright/
MediaSource
.h> // for
MediaSource
::ReadOptions
38
const sp<
MediaSource
>& source);
49
const
MediaSource
::ReadOptions *options = NULL) = 0;
TimedTextSource.cpp
24
#include <media/stagefright/
MediaSource
.h>
36
const sp<
MediaSource
>&
mediaSource
) {
38
CHECK(
mediaSource
->getFormat()->findCString(kKeyMIMEType, &mime));
40
return new TimedText3GPPSource(
mediaSource
);
/frameworks/av/media/libstagefright/include/
AACEncoder.h
20
#include <media/stagefright/
MediaSource
.h>
30
class AACEncoder: public
MediaSource
{
32
AACEncoder(const sp<
MediaSource
> &source, const sp<MetaData> &meta);
45
sp<
MediaSource
> mSource;
/frameworks/av/include/media/stagefright/
NuMediaExtractor.h
21
#include <media/stagefright/
MediaSource
.h>
36
struct
MediaSource
;
65
MediaSource
::ReadOptions::SeekMode mode =
66
MediaSource
::ReadOptions::SEEK_CLOSEST_SYNC);
85
sp<
MediaSource
> mSource;
107
MediaSource
::ReadOptions::SeekMode mode =
108
MediaSource
::ReadOptions::SEEK_CLOSEST_SYNC);
MediaSource.h
32
struct
MediaSource
: public virtual RefBase {
33
MediaSource
();
57
//
MediaSource
has changed mid-stream, the client can continue reading
113
virtual ~
MediaSource
();
116
MediaSource
(const
MediaSource
&);
117
MediaSource
&operator=(const
MediaSource
&);
AACWriter.h
25
struct
MediaSource
;
34
virtual status_t addSource(const sp<
MediaSource
> &source);
51
sp<
MediaSource
> mSource;
AMRWriter.h
28
struct
MediaSource
;
37
virtual status_t addSource(const sp<
MediaSource
> &source);
49
sp<
MediaSource
> mSource;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCMediaSource.mm
41
return [RTCEnumConverter convertSourceStateToObjC:self.
mediaSource
->state()];
49
(talk_base::scoped_refptr<webrtc::MediaSourceInterface>)
mediaSource
{
50
if (!
mediaSource
) {
56
_mediaSource =
mediaSource
;
61
- (talk_base::scoped_refptr<webrtc::MediaSourceInterface>)
mediaSource
{
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
MediaBufferPuller.h
26
struct
MediaSource
;
31
* from a
MediaSource
repeatedly. The user can then get the
36
MediaBufferPuller(const sp<
MediaSource
>& source);
43
// pulling buffers from the
MediaSource
.
68
sp<
MediaSource
> mSource;
81
status_t mSourceError; // Error returned by
MediaSource
read
/frameworks/av/libvideoeditor/lvpp/
VideoEditorSRC.h
19
#include <media/stagefright/
MediaSource
.h>
27
class VideoEditorSRC : public
MediaSource
, public AudioBufferProvider {
30
VideoEditorSRC(const sp<
MediaSource
> &source);
59
sp<
MediaSource
> mSource;
DummyAudioSource.h
20
#include <media/stagefright/
MediaSource
.h>
28
struct DummyAudioSource : public
MediaSource
{
41
const
MediaSource
::ReadOptions *options = NULL);
DummyVideoSource.h
20
#include <media/stagefright/
MediaSource
.h>
30
struct DummyVideoSource : public
MediaSource
{
43
const
MediaSource
::ReadOptions *options = NULL);
/frameworks/av/media/libstagefright/tests/
DummyRecorder.h
27
class
MediaSource
;
33
sp<
MediaSource
> mSource;
46
DummyRecorder(const sp<
MediaSource
> &source) : mSource(source)
Completed in 624 milliseconds
1
2
3
4
5
6
7
8
9
10
11