Searched defs:configFormat (Results 1 – 4 of 4) sorted by relevance
44 struct configFormat { struct45 char mime[128];46 int32_t width;47 int32_t height;48 int32_t sampleRate;49 int32_t channelCount;
202 struct configFormat { struct in ConfigParamTest203 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;
362 String configFormat = in parseNetworkWithUnknownTag() local
3539 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()