OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DataSource
(Results
101 - 125
of
218
) sorted by null
1
2
3
4
5
6
7
8
9
/frameworks/av/media/libstagefright/
MediaExtractor.cpp
36
#include <media/stagefright/
DataSource
.h>
54
const sp<
DataSource
> &source, const char *mime) {
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;
465
const sp<
DataSource
> &
dataSource
,
468
: mDataSource(
dataSource
),
[
all
...]
WAVExtractor.cpp
24
#include <media/stagefright/
DataSource
.h>
58
const sp<
DataSource
> &
dataSource
,
77
sp<
DataSource
> mDataSource;
93
WAVExtractor::WAVExtractor(const sp<
DataSource
> &source)
334
const sp<
DataSource
> &
dataSource
,
339
: mDataSource(
dataSource
),
530
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
27
#include <media/stagefright/
DataSource
.h>
38
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) {
/external/chromium/chrome/browser/ui/webui/chromeos/login/
login_ui.h
23
class LoginUIHTMLSource : public ChromeURLDataManager::
DataSource
{
/external/chromium/chrome/browser/ui/webui/
extension_icon_source.h
52
class ExtensionIconSource : public ChromeURLDataManager::
DataSource
,
66
// ChromeURLDataManager::
DataSource
favicon_source.cc
14
:
DataSource
(chrome::kChromeUIFaviconHost, MessageLoop::current()),
60
// Leave the existing
DataSource
in place, otherwise we'll drop any pending
fileicon_source.cc
23
:
DataSource
(kFileIconPath, MessageLoop::current()) {}
history2_ui.h
22
class HistoryUIHTMLSource2 : public ChromeURLDataManager::
DataSource
{
history_ui.h
19
class HistoryUIHTMLSource : public ChromeURLDataManager::
DataSource
{
new_tab_ui.h
59
class NewTabHTMLSource : public ChromeURLDataManager::
DataSource
{
shared_resources_data_source.cc
57
:
DataSource
(chrome::kChromeUIResourcesHost, NULL) {
textfields_ui.cc
25
:
DataSource
(chrome::kChromeUITextfieldsHost, MessageLoop::current()) {
/frameworks/av/media/libstagefright/include/
AwesomePlayer.h
25
#include <media/stagefright/
DataSource
.h>
35
struct
DataSource
;
165
sp<
DataSource
> mFileSource;
253
status_t setDataSource_l(const sp<
DataSource
> &
dataSource
);
308
void checkDrmStatus(const sp<
DataSource
>&
dataSource
);
/external/chromium/chrome/browser/ui/webui/chromeos/
system_info_ui.cc
35
class SystemInfoUIHTMLSource : public ChromeURLDataManager::
DataSource
{
85
:
DataSource
(chrome::kChromeUISystemInfoHost, MessageLoop::current()),
/external/chromium_org/chrome/common/extensions/docs/server2/
manifest_data_source.py
7
from data_source import
DataSource
103
class ManifestDataSource(
DataSource
):
/external/chromium_org/content/renderer/media/
buffered_data_source_unittest.cc
319
EXPECT_CALL(*this, ReadCallback(media::
DataSource
::kReadError));
333
EXPECT_CALL(*this, ReadCallback(media::
DataSource
::kReadError));
348
EXPECT_CALL(*this, ReadCallback(media::
DataSource
::kReadError));
422
EXPECT_CALL(*this, ReadCallback(media::
DataSource
::kReadError));
449
EXPECT_CALL(*this, ReadCallback(media::
DataSource
::kReadError));
509
EXPECT_CALL(*this, ReadCallback(media::
DataSource
::kReadError));
550
EXPECT_CALL(*this, ReadCallback(media::
DataSource
::kReadError));
572
EXPECT_CALL(*this, ReadCallback(media::
DataSource
::kReadError));
/external/chromium_org/media/filters/
ffmpeg_demuxer.h
139
DataSource
* data_source,
178
//
DataSource
callbacks during stopping.
232
DataSource
* data_source_;
/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/httplive/
LiveSession.h
29
struct
DataSource
;
195
// bytes read in from the
DataSource
. If given a non-NULL buffer, new content
198
// The
DataSource
we read from is responsible for signaling error or EOF to help us
199
// break out of the read loop. The
DataSource
can be returned to the caller, so
211
/* reuse
DataSource
if doing partial fetch */
212
sp<
DataSource
> *source = NULL,
PlaylistFetcher.h
30
struct
DataSource
;
54
sp<
DataSource
> getDataSource();
/frameworks/av/media/libstagefright/rtsp/
rtp_test.cpp
25
#include <media/stagefright/
DataSource
.h>
40
DataSource
::RegisterDefaultSniffers();
/frameworks/wilhelm/src/
entry.c
22
#include <media/stagefright/
DataSource
.h>
140
android::
DataSource
::RegisterDefaultSniffers();
Completed in 2782 milliseconds
1
2
3
4
5
6
7
8
9