/frameworks/av/media/libstagefright/include/ |
AVIExtractor.h | 29 AVIExtractor(const sp<DataSource> &dataSource); 81 sp<DataSource> mDataSource; 122 const sp<DataSource> &source, String8 *mimeType, float *confidence,
|
SampleTable.h | 30 class DataSource; 35 SampleTable(const sp<DataSource> &source); 101 sp<DataSource> mDataSource;
|
/external/autotest/frontend/client/src/autotest/afe/ |
RecurringTable.java | 5 import autotest.common.table.DataSource.SortDirection;
|
JobTable.java | 7 import autotest.common.table.DataSource.SortDirection;
|
/external/autotest/frontend/client/src/autotest/common/table/ |
JSONObjectComparator.java | 3 import autotest.common.table.DataSource.SortSpec;
|
DynamicTable.java | 4 import autotest.common.table.DataSource.DataCallback; 5 import autotest.common.table.DataSource.Query; 6 import autotest.common.table.DataSource.SortDirection; 7 import autotest.common.table.DataSource.SortSpec; 52 protected DataSource dataSource; 66 public DynamicTable(String[][] columns, DataSource dataSource) { 68 setDataSource(dataSource); 238 dataSource.query(params, this) [all...] |
DynamicTableSelectionManager.java | 4 import autotest.common.table.DataSource.DefaultDataCallback; 5 import autotest.common.table.DataSource.Query;
|
ArrayDataSource.java | 18 public class ArrayDataSource<T extends JSONObject> implements DataSource {
|
DataSource.java | 9 public interface DataSource {
|
/frameworks/av/include/media/ |
IDataSource.h | 30 // A binder interface for implementing a stagefright DataSource remotely. 33 DECLARE_META_INTERFACE(DataSource); 47 // Refer to DataSource:Flags for the definition of the flags.
|
/frameworks/av/media/libstagefright/ |
ThrottledSource.cpp | 25 const sp<DataSource> &source,
|
AACExtractor.cpp | 27 #include <media/stagefright/DataSource.h> 39 AACSource(const sp<DataSource> &source, 57 sp<DataSource> mDataSource; 95 static size_t getAdtsFrameLength(const sp<DataSource> &source, off64_t offset, size_t* headerSize) { 136 const sp<DataSource> &source, const sp<AMessage> &_meta) 238 const sp<DataSource> &source, const sp<MetaData> &meta, 337 const sp<DataSource> &source, String8 *mimeType, float *confidence,
|
FLACExtractor.cpp | 28 #include <media/stagefright/DataSource.h> 43 const sp<DataSource> &dataSource, 57 sp<DataSource> mDataSource; 77 const sp<DataSource> &dataSource, 117 sp<DataSource> mDataSource; 486 const sp<DataSource> &dataSource, 489 : mDataSource(dataSource), [all...] |
WAVExtractor.cpp | 25 #include <media/stagefright/DataSource.h> 60 const sp<DataSource> &dataSource, 81 sp<DataSource> mDataSource; 97 WAVExtractor::WAVExtractor(const sp<DataSource> &source) 350 const sp<DataSource> &dataSource, 355 : mDataSource(dataSource), 547 const sp<DataSource> &source, String8 *mimeType, float *confidence,
|
JPEGSource.cpp | 22 #include <media/stagefright/DataSource.h> 54 JPEGSource::JPEGSource(const sp<DataSource> &source)
|
VBRISeeker.cpp | 30 #include <media/stagefright/DataSource.h> 41 const sp<DataSource> &source, off64_t post_id3_pos) {
|
XINGSeeker.cpp | 23 #include <media/stagefright/DataSource.h> 80 const sp<DataSource> &source, off64_t first_frame_pos) {
|
/frameworks/base/media/jni/ |
android_media_MediaExtractor.h | 22 #include <media/stagefright/DataSource.h> 45 status_t setDataSource(const sp<DataSource> &source);
|
/frameworks/wilhelm/src/android/ |
android_AudioSfDecoder.h | 20 #include <media/stagefright/DataSource.h> 100 sp<DataSource> mDataSource; // where the raw data comes from
|
/packages/apps/TV/ |
proguard.flags | 36 -keepclasseswithmembers class com.android.usbtuner.*DataSource {
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/machinelearning/ |
layer1.py | 75 referenced by a `DataSource`. This operation creates a new 77 referenced by the `DataSource` as information sources. 105 :param batch_prediction_data_source_id: The ID of the `DataSource` that 133 Creates a `DataSource` object from an ` Amazon Relational 134 Database Service`_ (Amazon RDS). A `DataSource` references 140 (Amazon ML) immediately returns and sets the `DataSource` 141 status to `PENDING`. After the `DataSource` is created and 143 `COMPLETED`. `DataSource` in `COMPLETED` or `PENDING` status 154 `DataSource`. Typically, an Amazon Resource Number (ARN) becomes 155 the ID for a `DataSource` [all...] |
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
GenericSource.h | 34 class DataSource; 52 status_t setDataSource(const sp<DataSource>& dataSource); 219 sp<DataSource> mDataSource; 221 sp<DataSource> mHttpSource; 242 void checkDrmStatus(const sp<DataSource>& dataSource);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-javamail.jar | |
/frameworks/av/media/libstagefright/rtsp/ |
rtp_test.cpp | 26 #include <media/stagefright/DataSource.h> 40 DataSource::RegisterDefaultSniffers();
|
/frameworks/wilhelm/src/ |
entry.c | 22 #include <media/stagefright/DataSource.h> 140 android::DataSource::RegisterDefaultSniffers();
|