OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AMediaFormatWrapper
(Results
1 - 7
of
7
) sorted by null
/frameworks/av/media/libstagefright/include/media/stagefright/
NdkUtils.h
27
const sp<
AMediaFormatWrapper
> &fmt);
/frameworks/av/media/libstagefright/
NdkUtils.cpp
25
sp<MetaData> convertMediaFormatWrapperToMetaData(const sp<
AMediaFormatWrapper
> &fmt) {
/frameworks/av/media/libmedia/
NdkWrapper.cpp
210
////////////
AMediaFormatWrapper
212
sp<
AMediaFormatWrapper
>
AMediaFormatWrapper
::Create(const sp<AMessage> &message) {
213
sp<
AMediaFormatWrapper
> aMediaFormat = new
AMediaFormatWrapper
();
223
ALOGE("
AMediaFormatWrapper
::Create: error at item %zu", i);
233
ALOGE("
AMediaFormatWrapper
::Create: error at item %zu", i);
243
ALOGE("
AMediaFormatWrapper
::Create: error at item %zu", i);
253
ALOGE("
AMediaFormatWrapper
::Create: error at item %zu", i);
263
ALOGE("
AMediaFormatWrapper
::Create: error at item %zu", i)
[
all
...]
/frameworks/av/media/libmedia/include/media/
NdkWrapper.h
47
struct
AMediaFormatWrapper
: public RefBase {
49
static sp<
AMediaFormatWrapper
> Create(const sp<AMessage> &message);
51
AMediaFormatWrapper
();
52
AMediaFormatWrapper
(AMediaFormat *aMediaFormat);
84
virtual ~
AMediaFormatWrapper
();
89
DISALLOW_EVIL_CONSTRUCTORS(
AMediaFormatWrapper
);
229
const sp<
AMediaFormatWrapper
> &format,
259
sp<
AMediaFormatWrapper
> getOutputFormat();
260
sp<
AMediaFormatWrapper
> getInputFormat();
268
status_t setParameters(const sp<
AMediaFormatWrapper
> ¶ms)
[
all
...]
/frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2Decoder.h
29
struct
AMediaFormatWrapper
;
79
sp<
AMediaFormatWrapper
> mInputFormat;
NuPlayer2Decoder.cpp
358
AMediaFormatWrapper
::Create(format),
373
sp<
AMediaFormatWrapper
> outputFormat = mCodec->getOutputFormat();
473
sp<
AMediaFormatWrapper
> codecParams = new
AMediaFormatWrapper
();
[
all
...]
GenericSource2.cpp
191
sp<
AMediaFormatWrapper
> trackFormat = mExtractor->getTrackFormat(i);
532
sp<
AMediaFormatWrapper
> format = extractor->getTrackFormat(trackIndex);
[
all
...]
Completed in 58 milliseconds