OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IPMPData
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/include/
MPEG4Extractor.h
121
char *
IPMPData
;
/frameworks/av/media/libstagefright/
MPEG4Extractor.cpp
379
delete[] sinf->
IPMPData
;
569
return sinf->
IPMPData
;
705
sinf->
IPMPData
= new (std::nothrow) char[sinf->len];
706
if (sinf->
IPMPData
== NULL) {
711
if (mDataSource->readAt(data_offset, sinf->
IPMPData
, sinf->len) < sinf->len) {
[
all
...]
Completed in 671 milliseconds