OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mediasource
(Results
26 - 50
of
117
) sorted by null
1
2
3
4
5
/frameworks/av/include/media/stagefright/
AudioSource.h
23
#include <media/stagefright/
MediaSource
.h>
33
struct AudioSource : public
MediaSource
, public MediaBufferObserver {
AACWriter.h
26
struct
MediaSource
;
MediaExtractor.h
27
class
MediaSource
;
SurfaceMediaSource.h
25
#include <media/stagefright/
MediaSource
.h>
61
class SurfaceMediaSource : public
MediaSource
,
80
// For the
MediaSource
interface for use by StageFrightRecorder:
95
// end of
MediaSource
interface
208
////////////////////////// For
MediaSource
/frameworks/av/media/libstagefright/include/
MPEG2TSExtractor.h
23
#include <media/stagefright/
MediaSource
.h>
83
const
MediaSource
::ReadOptions::SeekMode& seekMode);
AACEncoder.h
20
#include <media/stagefright/
MediaSource
.h>
/frameworks/av/media/libstagefright/mpeg2ts/
AnotherPacketSource.h
22
#include <media/stagefright/
MediaSource
.h>
32
struct AnotherPacketSource : public
MediaSource
{
MPEG2TSExtractor.cpp
32
#include <media/stagefright/
MediaSource
.h>
44
struct MPEG2TSSource : public
MediaSource
{
310
const
MediaSource
::ReadOptions::SeekMode &seekMode) {
331
case
MediaSource
::ReadOptions::SEEK_NEXT_SYNC:
337
case
MediaSource
::ReadOptions::SEEK_CLOSEST_SYNC:
338
case
MediaSource
::ReadOptions::SEEK_CLOSEST:
342
case
MediaSource
::ReadOptions::SEEK_PREVIOUS_SYNC:
/frameworks/av/media/libstagefright/wifi-display/source/
PlaybackSession.h
33
struct
MediaSource
;
145
const sp<
MediaSource
> &source,
/frameworks/av/cmds/stagefright/
stagefright.cpp
51
#include <media/stagefright/
MediaSource
.h>
230
MediaSource
::ReadOptions options;
306
MediaSource
::ReadOptions options;
403
struct DetectSyncSource : public
MediaSource
{
553
MediaSource
::ReadOptions options;
555
seekTimeUs,
MediaSource
::ReadOptions::SEEK_PREVIOUS_SYNC);
870
MediaSource
::ReadOptions::SEEK_PREVIOUS_SYNC);
993
sp<IMediaSource>
mediaSource
;
996
mediaSource
= new JPEGSource(dataSource);
998
mediaSources.push(
mediaSource
);
[
all
...]
recordvideo.cpp
59
class DummySource : public
MediaSource
{
93
MediaBuffer **buffer, const
MediaSource
::ReadOptions *options __unused) {
272
sp<
MediaSource
> source =
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
AudioSource.java
34
public class AudioSource extends
MediaSource
{
VideoSource.java
38
public class VideoSource extends
MediaSource
{
/frameworks/av/include/media/
IMediaSource.h
26
struct
MediaSource
;
33
DECLARE_META_INTERFACE(
MediaSource
);
99
//
MediaSource
has changed mid-stream, the client can continue reading
112
//
MediaSource
has changed mid-stream, the client can continue reading
/packages/apps/Gallery2/src/com/android/gallery3d/data/
ComboSource.java
21
class ComboSource extends
MediaSource
{
SecureSource.java
21
public class SecureSource extends
MediaSource
{
SnailSource.java
20
public class SnailSource extends
MediaSource
{
/external/autotest/client/site_tests/video_YouTubeMseEme/
video_YouTubeMseEme.py
103
"""Tests if attaching a the
MediaSource
to the video tag is successful.
111
"""Tests adding the source buffer to the
MediaSource
is successful.
121
"""Tests adding supported formats to the
MediaSource
is successful.
131
"""Tests adding the source buffer to an uninitialized
MediaSource
.
152
"""Tests the initial states of the
MediaSource
object.
/frameworks/av/media/libstagefright/
DRMExtractor.cpp
24
#include <media/stagefright/
MediaSource
.h>
36
class DRMSource : public
MediaSource
{
38
DRMSource(const sp<IMediaSource> &
mediaSource
,
67
DRMSource::DRMSource(const sp<IMediaSource> &
mediaSource
,
71
: mOriginalMediaSource(
mediaSource
),
Android.mk
44
MediaSource
.cpp \
MediaCodecSource.cpp
36
#include <media/stagefright/
MediaSource
.h>
50
Puller(const sp<
MediaSource
> &source);
72
sp<
MediaSource
> mSource;
103
MediaCodecSource::Puller::Puller(const sp<
MediaSource
> &source)
327
const sp<
MediaSource
> &source,
330
sp<MediaCodecSource>
mediaSource
=
333
if (
mediaSource
->init() == OK) {
334
return
mediaSource
;
395
const sp<
MediaSource
> &source,
/packages/apps/Gallery2/src_pd/com/android/gallery3d/picasasource/
PicasaSource.java
28
import com.android.gallery3d.data.
MediaSource
;
34
public class PicasaSource extends
MediaSource
{
/external/webrtc/talk/app/webrtc/objc/
RTCVideoSource.mm
41
return static_cast<webrtc::VideoSourceInterface*>(self.
mediaSource
.get());
/frameworks/av/media/libstagefright/tests/
DummyRecorder.cpp
21
#include <media/stagefright/
MediaSource
.h>
/frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp
[
all
...]
Completed in 536 milliseconds
1
2
3
4
5