Lines Matching refs:findInt32
686 if (!msg->findInt32("encoder", &encoder)) { in configure()
697 && msg->findInt32("android._input-metadata-buffer-type", &storeMeta) in configure()
752 if (msg->findInt32("create-input-buffers-suspended", &value) && value) { in configure()
763 if (!msg->findInt32(KEY_COLOR_FORMAT, &format)) { in configure()
820 msg->findInt32(KEY_MAX_INPUT_SIZE, &clientInputSize) && clientInputSize > 0; in configure()
877 if (msg->findInt32("android._color-format", &format)) { in configure()
889 if (msg->findInt32("encoder-delay", &delay)) { in configure()
893 if (msg->findInt32("encoder-padding", &padding)) { in configure()
901 if (msg->findInt32(KEY_CHANNEL_MASK, &mask)) { in configure()
971 (void)outputFormat->findInt32("width", &width); in createInputSurface()
973 (void)outputFormat->findInt32("height", &height); in createInputSurface()
1005 (void)config->mInputFormat->findInt32("android._dataspace", (int32_t*)&dataSpace); in setupInputSurface()
1058 (void)outputFormat->findInt32("width", &width); in setInputSurface()
1060 (void)outputFormat->findInt32("height", &height); in setInputSurface()
1414 if (params->findInt32("drop-input-frames", &value)) { in setParameters()