OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mediaSource
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/talk/app/webrtc/objc/
RTCMediaSource+Internal.h
35
rtc::scoped_refptr<webrtc::MediaSourceInterface>
mediaSource
;
38
(rtc::scoped_refptr<webrtc::MediaSourceInterface>)
mediaSource
;
/cts/tests/tests/nativemedia/xa/src/
XAObjectCreationTest.cpp
51
XADataSource
mediaSource
;
/frameworks/av/media/libstagefright/
MediaCodecSource.cpp
36
#include <media/stagefright/
MediaSource
.h>
49
explicit Puller(const sp<
MediaSource
> &source);
71
sp<
MediaSource
> mSource;
102
MediaCodecSource::Puller::Puller(const sp<
MediaSource
> &source)
326
const sp<
MediaSource
> &source,
329
sp<MediaCodecSource>
mediaSource
= new MediaCodecSource(
332
if (
mediaSource
->init() == OK) {
333
return
mediaSource
;
417
const sp<
MediaSource
> &source,
[
all
...]
/frameworks/av/cmds/stagefright/
stagefright.cpp
51
#include <media/stagefright/
MediaSource
.h>
233
MediaSource
::ReadOptions options;
309
MediaSource
::ReadOptions options;
406
struct DetectSyncSource : public
MediaSource
{
556
MediaSource
::ReadOptions options;
558
seekTimeUs,
MediaSource
::ReadOptions::SEEK_PREVIOUS_SYNC);
873
MediaSource
::ReadOptions::SEEK_PREVIOUS_SYNC);
1004
sp<IMediaSource>
mediaSource
;
1007
mediaSource
= new JPEGSource(dataSource);
1009
mediaSources.push(
mediaSource
);
[
all
...]
/frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp
[
all
...]
Completed in 635 milliseconds