Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/tests/writer/
DWriterTest.cpp44 struct configFormat { struct
45 char mime[128];
46 int32_t width;
47 int32_t height;
48 int32_t sampleRate;
49 int32_t channelCount;
/frameworks/av/media/extractors/tests/
DExtractorUnitTest.cpp202 struct configFormat { struct in ConfigParamTest
203 string mime;
204 int32_t width;
205 int32_t height;
206 int32_t sampleRate;
207 int32_t channelCount;
208 int32_t profile;
209 int32_t frameRate;
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DNetworkListStoreDataTest.java362 String configFormat = in parseNetworkWithUnknownTag() local
/frameworks/av/media/libstagefright/
DACodec.cpp3539 const sp<AMessage> &configFormat, sp<AMessage> &outputFormat) { in setColorAspectsForVideoDecoder()
3627 int32_t width, int32_t height, const sp<AMessage> &configFormat, sp<AMessage> &outputFormat, in getColorAspectsAndDataSpaceForVideoDecoder()
3655 const sp<AMessage> &configFormat, sp<AMessage> &outputFormat, sp<AMessage> &inputFormat) { in setColorAspectsForVideoEncoder()
3699 OMX_U32 portIndex, const sp<AMessage> &configFormat, sp<AMessage> &outputFormat) { in setHDRStaticInfoForVideoCodec()