Searched defs:SourceInfo (Results 1 – 2 of 2) sorted by relevance
37 struct MPEG2TSWriter::SourceInfo : public AHandler { struct in android::MPEG2TSWriter48 enum {67 enum {72 sp<MediaSource> mSource;73 sp<ALooper> mLooper;74 sp<AMessage> mNotify;76 sp<ABuffer> mAACCodecSpecificData;78 sp<ABuffer> mBuffer;80 sp<ABuffer> mLastAccessUnit;81 bool mEOSReceived;[all …]
2089 public static class SourceInfo implements Parcelable { class in ActivityOptions2113 SourceInfo(@SourceType int srcType, long uptimeMillis) { in SourceInfo() method in ActivityOptions.SourceInfo