OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mDataSource
(Results
26 - 30
of
30
) sorted by null
1
2
/frameworks/wilhelm/src/
classes.h
67
DataLocatorFormat
mDataSource
;
142
DataLocatorFormat
mDataSource
;
327
DataLocatorFormat
mDataSource
;
itfstruct.h
264
SLDataSource *
mDataSource
;
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditor3gpReader.cpp
87
sp<DataSource>
mDataSource
;
488
//pC->
mDataSource
= DataSource::CreateFromURI((char*)pFileDescriptor);
489
pC->
mDataSource
= new FileSource ((char*)pFileDescriptor);
491
if (pC->
mDataSource
== NULL) {
496
pC->mExtractor = MediaExtractor::Create(pC->
mDataSource
,
608
pC->
mDataSource
.clear();
[
all
...]
/frameworks/av/media/libstagefright/mp4/
FragmentedMP4Parser.cpp
196
:
mDataSource
(source) {
197
CHECK(
mDataSource
!= NULL);
212
return
mDataSource
->readAt(offset, data, size);
220
sp<DataSource>
mDataSource
;
[
all
...]
/frameworks/av/media/libstagefright/
MPEG4Extractor.cpp
68
sp<DataSource>
mDataSource
;
341
mDataSource
(source),
484
if (
mDataSource
->readAt(offset, hdr, 8) < 8) {
573
if (
mDataSource
->readAt(data_offset, &updateIdTag, 1) < 1) {
583
int32_t size = readSize(data_offset,
mDataSource
, &numOfBytes);
592
if (
mDataSource
->readAt(data_offset, &descriptorTag, 1) < 1) {
603
if (
mDataSource
->readAt(data_offset, buffer, 2) < 2) {
612
if (
mDataSource
->readAt(data_offset, buffer, 8) < 8) {
635
if (
mDataSource
->readAt(data_offset, &updateIdTag, 1) < 1) {
644
size = readSize(data_offset,
mDataSource
, &numOfBytes)
[
all
...]
Completed in 852 milliseconds
1
2