Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/tests/writer/
H A 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;
/aosp12/frameworks/av/media/extractors/tests/
H A 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;
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DNetworkListStoreDataTest.java571 String configFormat = in parseNetworkWithUnknownTag() local
/aosp12/frameworks/av/media/libstagefright/
H A DACodec.cpp3683 const sp<AMessage> &configFormat, sp<AMessage> &outputFormat) { in setColorAspectsForVideoDecoder()
3771 int32_t width, int32_t height, const sp<AMessage> &configFormat, sp<AMessage> &outputFormat, in getColorAspectsAndDataSpaceForVideoDecoder()
3799 const sp<AMessage> &configFormat, sp<AMessage> &outputFormat, sp<AMessage> &inputFormat) { in setColorAspectsForVideoEncoder()
3843 OMX_U32 portIndex, const sp<AMessage> &configFormat, sp<AMessage> &outputFormat) { in setHDRStaticInfoForVideoCodec()