Searched defs:configFormat (Results 1 – 3 of 3) 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;
3774 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()