Home
last modified time | relevance | path

Searched defs:configFormat (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/tests/writer/
DWriterUtility.h50 struct configFormat { struct
51 char mime[kMimeSize];
52 int32_t width;
53 int32_t height;
54 int32_t sampleRate;
55 int32_t channelCount;
/frameworks/av/media/module/extractors/tests/
DExtractorUnitTest.cpp217 struct configFormat { struct in ConfigParamTest
218 string mime;
219 int32_t width;
220 int32_t height;
221 int32_t sampleRate;
222 int32_t channelCount;
223 int32_t profile;
224 int32_t frameRate;
/frameworks/av/media/libstagefright/
DACodec.cpp3774 const sp<AMessage> &configFormat, sp<AMessage> &outputFormat) { in setColorAspectsForVideoDecoder()
3862 int32_t width, int32_t height, const sp<AMessage> &configFormat, sp<AMessage> &outputFormat, in getColorAspectsAndDataSpaceForVideoDecoder()
3890 const sp<AMessage> &configFormat, sp<AMessage> &outputFormat, sp<AMessage> &inputFormat) { in setColorAspectsForVideoEncoder()
3934 OMX_U32 portIndex, const sp<AMessage> &configFormat, sp<AMessage> &outputFormat) { in setHDRStaticInfoForVideoCodec()