Lines Matching refs:outputFormat
949 sp<AMessage> outputFormat; in createInputSurface() local
953 outputFormat = config->mOutputFormat; in createInputSurface()
971 (void)outputFormat->findInt32("width", &width); in createInputSurface()
973 (void)outputFormat->findInt32("height", &height); in createInputSurface()
987 outputFormat, in createInputSurface()
1034 sp<AMessage> outputFormat; in setInputSurface() local
1038 outputFormat = config->mOutputFormat; in setInputSurface()
1058 (void)outputFormat->findInt32("width", &width); in setInputSurface()
1060 (void)outputFormat->findInt32("height", &height); in setInputSurface()
1069 mCallback->onInputSurfaceAccepted(inputFormat, outputFormat); in setInputSurface()
1109 sp<AMessage> outputFormat; in start() local
1114 outputFormat = config->mOutputFormat; in start()
1123 err2 = mChannel->start(inputFormat, outputFormat); in start()