Searched defs:configFormat (Results 1 – 4 of 4) sorted by relevance
50 struct configFormat { struct51 char mime[kMimeSize];52 int32_t width;53 int32_t height;54 int32_t sampleRate;55 int32_t channelCount;
217 struct configFormat { struct in ConfigParamTest218 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;
571 String configFormat = in parseNetworkWithUnknownTag() local
3683 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()